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/
H A Dxhci_pci.c94 usb_debug("+\n"); in xhci_pci_attach()
108 usb_debug("bus_setup_intr\n"); in xhci_pci_attach()
121 usb_debug("xhci_init\n"); in xhci_pci_attach()
129 usb_debug("add child to usbus\n"); in xhci_pci_attach()
137 usb_debug("xhci halt and start controller\n"); in xhci_pci_attach()
143 usb_debug("device_probe_and_attach bus_dev\n"); in xhci_pci_attach()
152 usb_debug("-\n"); in xhci_pci_attach()
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.h98 #define usb_debug(fmt, ...) \ macro
101 #define usb_debug(fmt, ...) macro
H A Dbsd_kernel.c33 #define USB_DEBUG_VAR usb_debug
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_debug.c38 int usb_debug = 0; variable
43 usb_debug = level; in usb_debug_func()
253 PRINTK("Usage: usb_debug module level\n"); in usb_debug_shell_cmd()
272 SHELLCMD_ENTRY(usb_debug_shellcmd, CMD_TYPE_EX, "usb_debug", 0, (CmdCallBackFunc)usb_debug_shell_cmd);
H A Dusb_debug.h34 extern int usb_debug;
50 /* usb_debug shell command supports the following modules print level control */
69 /* For example: usb_debug modules level */
H A Dusb_hid.c42 #define USB_DEBUG_VAR usb_debug
H A Dusb_generic.c2138 error = copyin((const void *)addr, &usb_debug, sizeof(usb_debug)); in ugen_ioctl_post()
H A Dusb_device.c35 #define USB_DEBUG_VAR usb_debug
H A Dusb_request.c68 #define USB_DEBUG_VAR usb_debug
H A Dusb_transfer.c31 #define USB_DEBUG_VAR usb_debug
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A 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()
H A 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()
H A 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/
H A Dlinux_usb.c31 #define USB_DEBUG_VAR usb_debug

Completed in 26 milliseconds