Searched refs:TRACE_FUNCRET (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.h24 #define TRACE_FUNCRET(x...) \ macro
H A DDriver.cpp109 TRACE_FUNCRET("< usb_serial_device_removed() returns\n");
164 TRACE_FUNCRET("< init_driver() returns\n");
192 TRACE_FUNCRET("< uninit_driver() returns\n");
205 TRACE_FUNCRET("< usb_serial_service() returns: true\n");
210 TRACE_FUNCRET("< usb_serial_service() returns: false\n");
231 TRACE_FUNCRET("< usb_serial_open() returns: 0x%08x\n", status);
244 TRACE_FUNCRET("< usb_serial_read() returns: 0x%08x\n", status);
258 TRACE_FUNCRET("< usb_serial_write() returns: 0x%08x\n", status);
271 TRACE_FUNCRET("< usb_serial_control() returns: 0x%08x\n", status);
284 TRACE_FUNCRET("< usb_serial_selec
[all...]
H A DKLSI.cpp51 TRACE_FUNCRET("< KLSIDevice::AddDevice() returns: 0x%08x\n", status);
82 TRACE_FUNCRET("< KLSIDevice::ResetDevice() returns: 0x%08x\n", status);
130 TRACE_FUNCRET("< KLSIDevice::SetLineCoding() returns: 0x%08x\n", status);
177 TRACE_FUNCRET("< KLSIDevice::OnClose() returns: 0x%08x\n", status);
H A DFTDI.cpp64 TRACE_FUNCRET("< FTDIDevice::AddDevice() returns: 0x%08x\n", status);
80 TRACE_FUNCRET("< FTDIDevice::ResetDevice() returns:%08x\n", status);
180 TRACE_FUNCRET("< FTDIDevice::SetLineCoding() returns: 0x%08x\n", status);
219 TRACE_FUNCRET("< FTDIDevice::SetControlLineState() returns: 0x%08x\n",
243 TRACE_FUNCRET("< FTDIDevice::SetHardwareFlowControl() returns: 0x%08x\n",
H A DACM.cpp124 TRACE_FUNCRET("< ACMDevice::AddDevice() returns: 0x%08x\n", status);
143 TRACE_FUNCRET("< ACMDevice::SetLineCoding() returns: 0x%08x\n", status);
158 TRACE_FUNCRET("< ACMDevice::SetControlLineState() returns: 0x%08x\n", status);
H A DProlific.cpp68 TRACE_FUNCRET("< ProlificDevice::AddDevice() returns: 0x%08x\n", status);
141 TRACE_FUNCRET("< ProlificDevice::ResetDevice() returns: 0x%08x\n", status);
H A DWinChipHead.cpp54 TRACE_FUNCRET("< WCHDevice::AddDevice() returns: 0x%08x\n", status);
91 TRACE_FUNCRET("< WCHDevice::ResetDevice() returns:%08x\n", status);
177 TRACE_FUNCRET("< WCHDevice::SetLineCoding() returns: 0x%08x\n", status);
211 TRACE_FUNCRET("< WCHDevice::SetControlLineState() returns: 0x%08x\n",
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dtracing.h22 #define TRACE_FUNCRET(x...)\ macro
H A Dusb_vision.c74 TRACE_FUNCRET("init_driver returns:%08x\n", status);
131 TRACE_FUNCRET("usb_vision_open returns:%08x\n", status);
163 TRACE_FUNCRET("set_nt_register returns:%08x\n", status);
182 TRACE_FUNCRET("usb_vision_control returns:%08x\n", status);
192 TRACE_FUNCRET("usb_vision_close returns:%08x\n", status);
208 TRACE_FUNCRET("usb_vision_free returns:%08x\n", status);
305 TRACE_FUNCRET("add_device returns:%08x\n", status);
336 TRACE_FUNCRET("< create_add_device returns:%08x\n", status);
374 TRACE_FUNCRET("usb_vision_device_added returns:%08x\n", status);
398 TRACE_FUNCRET("usb_vision_device_remove
[all...]
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.h24 #define TRACE_FUNCRET(x...) \ macro
H A DDriver.cpp249 TRACE_FUNCRET("< pc_serial_device_removed() returns\n");
555 TRACE_FUNCRET("< init_driver() returns\n");
572 TRACE_FUNCRET("< init_driver() returns %s\n", strerror(status));
609 TRACE_FUNCRET("< uninit_driver() returns\n");
623 TRACE_FUNCRET("< pc_serial_service() returns: true\n");
628 TRACE_FUNCRET("< pc_serial_service() returns: false\n");
657 TRACE_FUNCRET("< pc_serial_interrupt() returns: resched\n");
662 TRACE_FUNCRET("< pc_serial_interrupt() returns: unhandled\n");
683 TRACE_FUNCRET("< pc_serial_open() returns: 0x%08x\n", status);
H A DSerialDevice.cpp532 TRACE_FUNCRET("< IRQ:%d\n", ret);

Completed in 64 milliseconds