/haiku/src/add-ons/kernel/drivers/ports/usb_serial/ |
H A D | Driver.cpp | 30 TRACE_FUNCALLS("> usb_serial_device_added(0x%08x, 0x%08x)\n", device, cookie); in usb_serial_device_added() 90 TRACE_FUNCALLS("> usb_serial_device_removed(0x%08x)\n", cookie); in usb_serial_device_removed() 133 TRACE_FUNCALLS("> init_driver()\n"); in init_driver() 173 TRACE_FUNCALLS("> uninit_driver()\n"); in uninit_driver() 199 TRACE_FUNCALLS("> usb_serial_service(%p, 0x%08lx, %p, %lu)\n", tty, in usb_serial_service() 219 TRACE_FUNCALLS("> usb_serial_open(%s, 0x%08x, 0x%08x)\n", name, flags, cookie); in usb_serial_open() 240 TRACE_FUNCALLS("> usb_serial_read(0x%08x, %lld, 0x%08x, %d)\n", cookie, in usb_serial_read() 254 TRACE_FUNCALLS("> usb_serial_write(0x%08x, %lld, 0x%08x, %d)\n", cookie, in usb_serial_write() 267 TRACE_FUNCALLS("> usb_serial_control(0x%08x, 0x%08x, 0x%08x, %d)\n", in usb_serial_control() 280 TRACE_FUNCALLS("> usb_serial_select(0x%08x, 0x%08x, 0x%08x, %p)\n", in usb_serial_select() [all …]
|
H A D | Option.cpp | 18 TRACE_FUNCALLS("> OptionDevice found: %s\n", description); in OptionDevice() 25 TRACE_FUNCALLS("> OptionDevice::AddDevice(%08x, %08x)\n", this, config); in AddDevice() 95 TRACE_FUNCALLS("> OptionDevice::ResetDevice(%08x)\n", this); in ResetDevice()
|
H A D | KLSI.cpp | 21 TRACE_FUNCALLS("> KLSIDevice::AddDevice(%08x, %08x)\n", this, config); in AddDevice() 59 TRACE_FUNCALLS("> KLSIDevice::ResetDevice(%08x)\n", this); in ResetDevice() 90 TRACE_FUNCALLS("> KLSIDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n", in SetLineCoding() 168 TRACE_FUNCALLS("> KLSIDevice::OnClose(%08x)\n", this); in OnClose()
|
H A D | FTDI.cpp | 30 TRACE_FUNCALLS("> FTDIDevice::AddDevice(%08x, %08x)\n", this, config); in AddDevice() 72 TRACE_FUNCALLS("> FTDIDevice::ResetDevice(0x%08x)\n", this); in ResetDevice() 88 TRACE_FUNCALLS("> FTDIDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n", in SetLineCoding() 188 TRACE_FUNCALLS("> FTDIDevice::SetControlLineState(0x%08x, 0x%04x)\n", in SetControlLineState() 228 TRACE_FUNCALLS("> FTDIDevice::SetHardwareFlowControl(0x%08x, %d)\n", in SetHardwareFlowControl()
|
H A D | WinChipHead.cpp | 24 TRACE_FUNCALLS("> WCHDevice::AddDevice(%08x, %08x)\n", this, config); in AddDevice() 63 TRACE_FUNCALLS("> WCHDevice::ResetDevice(0x%08x)\n", this); in ResetDevice() 98 TRACE_FUNCALLS("> WCHDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n", in SetLineCoding() 186 TRACE_FUNCALLS("> WCHDevice::SetControlLineState(0x%08x, 0x%04x)\n", in SetControlLineState()
|
H A D | ACM.cpp | 22 TRACE_FUNCALLS("> ACMDevice::AddDevice(0x%08x, 0x%08x)\n", this, config); in AddDevice() 132 TRACE_FUNCALLS("> ACMDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n", in SetLineCoding() 151 TRACE_FUNCALLS("> ACMDevice::SetControlLineState(0x%08x, 0x%04x)\n", this, state); in SetControlLineState()
|
H A D | Prolific.cpp | 21 TRACE_FUNCALLS("> ProlificDevice::AddDevice(%08x, %08x)\n", this, config); in AddDevice() 132 TRACE_FUNCALLS("> ProlificDevice::ResetDevice(%08x)\n", this); in ResetDevice()
|
H A D | Tracing.h | 19 #define TRACE_FUNCALLS(x...) \ macro
|
H A D | SerialDevice.cpp | 692 TRACE_FUNCALLS("read callback: cookie: 0x%08x status: 0x%08x data: 0x%08x " in _ReadCallbackFunction() 706 TRACE_FUNCALLS("write callback: cookie: 0x%08x status: 0x%08x data: 0x%08x " in _WriteCallbackFunction() 720 TRACE_FUNCALLS("interrupt callback: cookie: 0x%08x status: 0x%08x data: " in _InterruptCallbackFunction()
|
/haiku/src/add-ons/kernel/drivers/video/usb_vision/ |
H A D | usb_vision.c | 54 TRACE_FUNCALLS("init_driver\n"); in init_driver() 82 TRACE_FUNCALLS("uninit_driver\n"); in uninit_driver() 109 TRACE_FUNCALLS("usb_vision_open:%s flags:%d cookie:%08x\n", name, flags, cookie); in usb_vision_open() 157 TRACE_FUNCALLS("set_nt_register:%08x, %08x\n", uvd, ri); in xet_nt_register() 171 TRACE_FUNCALLS("usb_vision_control:%08x, %d, %08x, %d\n", cookie, op, arg, len); in usb_vision_control() 190 TRACE_FUNCALLS("usb_vision_close:%08x\n", cookie); in usb_vision_close() 201 TRACE_FUNCALLS("usb_vision_free:%08x\n", cookie); in usb_vision_free() 227 TRACE_FUNCALLS("publish_devices\n"); in publish_devices() 253 TRACE_FUNCALLS("find_device(%s)\n", name); in find_device() 265 TRACE_FUNCALLS("create_add_device(%08x, %08x, %08x, %08x)\n", uvd, uci, control_epi, data_epi); in create_add_device() [all …]
|
H A D | tracing.h | 18 #define TRACE_FUNCALLS(x...)\ macro
|
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/ |
H A D | Driver.cpp | 177 TRACE_FUNCALLS("> pc_serial_device_added(0x%08x, 0x%08x)\n", device, cookie); 230 TRACE_FUNCALLS("> pc_serial_device_removed(0x%08x)\n", cookie); 511 TRACE_FUNCALLS("> init_driver()\n"); in init_driver() 581 TRACE_FUNCALLS("> uninit_driver()\n"); in uninit_driver() 616 TRACE_FUNCALLS("> pc_serial_service(%p, 0x%08lx, %p, %lu)\n", tty, in pc_serial_service() 637 TRACE_FUNCALLS("> pc_serial_dpc(%p)\n", arg); in pc_serial_dpc() 646 TRACE_FUNCALLS("> pc_serial_interrupt(%p)\n", arg); in pc_serial_interrupt() 671 TRACE_FUNCALLS("> pc_serial_open(%s, 0x%08x, 0x%08x)\n", name, flags, cookie); in pc_serial_open() 692 TRACE_FUNCALLS("> pc_serial_read(0x%08x, %lld, 0x%08x, %d)\n", cookie, in pc_serial_read() 704 TRACE_FUNCALLS("> pc_serial_write(0x%08x, %lld, 0x%08x, %d)\n", cookie, in pc_serial_write() [all …]
|
H A D | Tracing.h | 19 #define TRACE_FUNCALLS(x...) \ macro
|
H A D | SerialDevice.cpp | 944 TRACE_FUNCALLS("read callback: cookie: 0x%08x status: 0x%08x data: 0x%08x len: %lu\n", in ReadCallbackFunction() 958 TRACE_FUNCALLS("write callback: cookie: 0x%08x status: 0x%08x data: 0x%08x len: %lu\n", in WriteCallbackFunction() 972 TRACE_FUNCALLS("interrupt callback: cookie: 0x%08x status: 0x%08x data: 0x%08x len: %lu\n", in InterruptCallbackFunction()
|