Searched refs:usb_debug (Results 1 - 14 of 14) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci_pci.c | 94 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 D | bsd_kernel.h | 98 #define usb_debug(fmt, ...) \ macro 101 #define usb_debug(fmt, ...) macro
|
H A D | bsd_kernel.c | 33 #define USB_DEBUG_VAR usb_debug
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_debug.c | 38 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 D | usb_debug.h | 34 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 D | usb_hid.c | 42 #define USB_DEBUG_VAR usb_debug
|
H A D | usb_generic.c | 2138 error = copyin((const void *)addr, &usb_debug, sizeof(usb_debug)); in ugen_ioctl_post()
|
H A D | usb_device.c | 35 #define USB_DEBUG_VAR usb_debug
|
H A D | usb_request.c | 68 #define USB_DEBUG_VAR usb_debug
|
H A D | usb_transfer.c | 31 #define USB_DEBUG_VAR usb_debug
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A 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()
|
H A 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()
|
H A 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/ |
H A D | linux_usb.c | 31 #define USB_DEBUG_VAR usb_debug
|
Completed in 26 milliseconds