Searched refs:TRACE_FUNCALLS (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.h19 #define TRACE_FUNCALLS(x...) \ macro
H A DOption.cpp18 TRACE_FUNCALLS("> OptionDevice found: %s\n", description);
25 TRACE_FUNCALLS("> OptionDevice::AddDevice(%08x, %08x)\n", this, config);
95 TRACE_FUNCALLS("> OptionDevice::ResetDevice(%08x)\n", this);
H A DDriver.cpp30 TRACE_FUNCALLS("> usb_serial_device_added(0x%08x, 0x%08x)\n", device, cookie);
90 TRACE_FUNCALLS("> usb_serial_device_removed(0x%08x)\n", cookie);
133 TRACE_FUNCALLS("> init_driver()\n");
173 TRACE_FUNCALLS("> uninit_driver()\n");
199 TRACE_FUNCALLS("> usb_serial_service(%p, 0x%08lx, %p, %lu)\n", tty,
219 TRACE_FUNCALLS("> usb_serial_open(%s, 0x%08x, 0x%08x)\n", name, flags, cookie);
240 TRACE_FUNCALLS("> usb_serial_read(0x%08x, %lld, 0x%08x, %d)\n", cookie,
254 TRACE_FUNCALLS("> usb_serial_write(0x%08x, %lld, 0x%08x, %d)\n", cookie,
267 TRACE_FUNCALLS("> usb_serial_control(0x%08x, 0x%08x, 0x%08x, %d)\n",
280 TRACE_FUNCALLS("> usb_serial_selec
[all...]
H A DKLSI.cpp21 TRACE_FUNCALLS("> KLSIDevice::AddDevice(%08x, %08x)\n", this, config);
59 TRACE_FUNCALLS("> KLSIDevice::ResetDevice(%08x)\n", this);
90 TRACE_FUNCALLS("> KLSIDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n",
168 TRACE_FUNCALLS("> KLSIDevice::OnClose(%08x)\n", this);
H A DFTDI.cpp30 TRACE_FUNCALLS("> FTDIDevice::AddDevice(%08x, %08x)\n", this, config);
72 TRACE_FUNCALLS("> FTDIDevice::ResetDevice(0x%08x)\n", this);
88 TRACE_FUNCALLS("> FTDIDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n",
188 TRACE_FUNCALLS("> FTDIDevice::SetControlLineState(0x%08x, 0x%04x)\n",
228 TRACE_FUNCALLS("> FTDIDevice::SetHardwareFlowControl(0x%08x, %d)\n",
H A DACM.cpp22 TRACE_FUNCALLS("> ACMDevice::AddDevice(0x%08x, 0x%08x)\n", this, config);
132 TRACE_FUNCALLS("> ACMDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n",
151 TRACE_FUNCALLS("> ACMDevice::SetControlLineState(0x%08x, 0x%04x)\n", this, state);
H A DProlific.cpp21 TRACE_FUNCALLS("> ProlificDevice::AddDevice(%08x, %08x)\n", this, config);
132 TRACE_FUNCALLS("> ProlificDevice::ResetDevice(%08x)\n", this);
H A DWinChipHead.cpp24 TRACE_FUNCALLS("> WCHDevice::AddDevice(%08x, %08x)\n", this, config);
63 TRACE_FUNCALLS("> WCHDevice::ResetDevice(0x%08x)\n", this);
98 TRACE_FUNCALLS("> WCHDevice::SetLineCoding(0x%08x, {%d, 0x%02x, 0x%02x, 0x%02x})\n",
186 TRACE_FUNCALLS("> WCHDevice::SetControlLineState(0x%08x, 0x%04x)\n",
H A DSerialDevice.cpp692 TRACE_FUNCALLS("read callback: cookie: 0x%08x status: 0x%08x data: 0x%08x "
706 TRACE_FUNCALLS("write callback: cookie: 0x%08x status: 0x%08x data: 0x%08x "
720 TRACE_FUNCALLS("interrupt callback: cookie: 0x%08x status: 0x%08x data: "
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dtracing.h18 #define TRACE_FUNCALLS(x...)\ macro
H A Dusb_vision.c54 TRACE_FUNCALLS("init_driver\n");
82 TRACE_FUNCALLS("uninit_driver\n");
109 TRACE_FUNCALLS("usb_vision_open:%s flags:%d cookie:%08x\n", name, flags, cookie);
157 TRACE_FUNCALLS("set_nt_register:%08x, %08x\n", uvd, ri);
171 TRACE_FUNCALLS("usb_vision_control:%08x, %d, %08x, %d\n", cookie, op, arg, len);
190 TRACE_FUNCALLS("usb_vision_close:%08x\n", cookie);
201 TRACE_FUNCALLS("usb_vision_free:%08x\n", cookie);
227 TRACE_FUNCALLS("publish_devices\n");
253 TRACE_FUNCALLS("find_device(%s)\n", name);
265 TRACE_FUNCALLS("create_add_devic
[all...]
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.h19 #define TRACE_FUNCALLS(x...) \ macro
H A DDriver.cpp177 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");
581 TRACE_FUNCALLS("> uninit_driver()\n");
616 TRACE_FUNCALLS("> pc_serial_service(%p, 0x%08lx, %p, %lu)\n", tty,
637 TRACE_FUNCALLS("> pc_serial_dpc(%p)\n", arg);
646 TRACE_FUNCALLS("> pc_serial_interrupt(%p)\n", arg);
671 TRACE_FUNCALLS("> pc_serial_open(%s, 0x%08x, 0x%08x)\n", name, flags, cookie);
692 TRACE_FUNCALLS("> pc_serial_read(0x%08x, %lld, 0x%08x, %d)\n", cookie,
704 TRACE_FUNCALLS("> pc_serial_writ
[all...]
H A DSerialDevice.cpp944 TRACE_FUNCALLS("read callback: cookie: 0x%08x status: 0x%08x data: 0x%08x len: %lu\n",
958 TRACE_FUNCALLS("write callback: cookie: 0x%08x status: 0x%08x data: 0x%08x len: %lu\n",
972 TRACE_FUNCALLS("interrupt callback: cookie: 0x%08x status: 0x%08x data: 0x%08x len: %lu\n",

Completed in 63 milliseconds