Searched refs:USB_BUS_NON_GIANT_BULK_PROC (Results 1 – 4 of 4) sorted by relevance
67 #define USB_BUS_NON_GIANT_BULK_PROC(bus) (&(bus)->non_giant_bulk_callback_proc) macro
1031 USB_BUS_NON_GIANT_BULK_PROC(udev->bus); in usbd_transfer_setup()3347 USB_BUS_NON_GIANT_BULK_PROC(udev->bus)->up_msleep = 0; in usbd_transfer_poll()
235 usb_proc_free(USB_BUS_NON_GIANT_BULK_PROC(bus)); in usb_detach()400 usb_proc_rewakeup(USB_BUS_NON_GIANT_BULK_PROC(bus)); in usb_bus_explore()869 } else if (usb_proc_create(USB_BUS_NON_GIANT_BULK_PROC(bus), in usb_attach_sub()
46 #define USB_BUS_NON_GIANT_BULK_PROC(bus) (usb_process + 2) macro