Home
last modified time | relevance | path

Searched refs:usb_debug (Results 1 – 14 of 14) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci_pci.c92 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/
Dusb_debug.c39 int usb_debug = 0; variable
44 usb_debug = level; in usb_debug_func()
Dusb_debug.h35 extern int usb_debug;
Dusb_hid.c43 #define USB_DEBUG_VAR usb_debug
Dusb_generic.c2200 error = copyin((const void *)addr, &usb_debug, sizeof(usb_debug)); in ugen_ioctl_post()
Dusb_request.c69 #define USB_DEBUG_VAR usb_debug
Dusb_device.c36 #define USB_DEBUG_VAR usb_debug
Dusb_transfer.c32 #define USB_DEBUG_VAR usb_debug
/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.h99 #define usb_debug(fmt, ...) \ macro
102 #define usb_debug(fmt, ...) macro
Dbsd_kernel.c34 #define USB_DEBUG_VAR usb_debug
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_config.c388 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()
Df_generic.c160 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()
Dusbd_generic_ep0.c236 usb_debug("%s: parse single desc error %d\n", __FUNCTION__, ret); in generic_parse_descs()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c32 #define USB_DEBUG_VAR usb_debug