Searched refs:usb_debug (Results 1 – 14 of 14) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci_pci.c | 92 usb_debug("+\n"); in xhci_pci_attach() 106 usb_debug("bus_setup_intr\n"); in xhci_pci_attach() 119 usb_debug("xhci_init\n"); in xhci_pci_attach() 127 usb_debug("add child to usbus\n"); in xhci_pci_attach() 135 usb_debug("xhci halt and start controller\n"); in xhci_pci_attach() 141 usb_debug("device_probe_and_attach bus_dev\n"); in xhci_pci_attach() 150 usb_debug("-\n"); in xhci_pci_attach()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_debug.c | 39 int usb_debug = 0; variable 44 usb_debug = level; in usb_debug_func()
|
D | usb_debug.h | 35 extern int usb_debug;
|
D | usb_hid.c | 43 #define USB_DEBUG_VAR usb_debug
|
D | usb_generic.c | 2200 error = copyin((const void *)addr, &usb_debug, sizeof(usb_debug)); in ugen_ioctl_post()
|
D | usb_request.c | 69 #define USB_DEBUG_VAR usb_debug
|
D | usb_device.c | 36 #define USB_DEBUG_VAR usb_debug
|
D | usb_transfer.c | 32 #define USB_DEBUG_VAR usb_debug
|
/third_party/FreeBSD/stand/kshim/ |
D | bsd_kernel.h | 99 #define usb_debug(fmt, ...) \ macro 102 #define usb_debug(fmt, ...) macro
|
D | bsd_kernel.c | 34 #define USB_DEBUG_VAR usb_debug
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | f_config.c | 388 usb_debug("UDESC_DEVICE, usb_req:%x, buf:%x\n", usb_req, usb_req->buf); in fconfig_composite_setup() 395 usb_debug("%s, UDESC_CONFIG, usb_req:%x, buf:%x\n", __func__, usb_req, usb_req->buf); in fconfig_composite_setup() 409 usb_debug("UDESC_STRING:%d\n", strid); in fconfig_composite_setup()
|
D | f_generic.c | 160 usb_debug("remove event %d\n", dev->efifo.data[ev & mask]); in generic_discard_events() 203 usb_debug("adding event %d\n", type); in __generic_event_add()
|
D | usbd_generic_ep0.c | 236 usb_debug("%s: parse single desc error %d\n", __FUNCTION__, ret); in generic_parse_descs()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 32 #define USB_DEBUG_VAR usb_debug
|