Searched refs:USB_PR_BULK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dstorage_common.c163 #define USB_PR_BULK 0x50 /* Bulk-only */ macro
412 .bInterfaceProtocol = USB_PR_BULK, /* Adjusted during fsg_bind() */
H A Dfile_storage.c307 #define transport_is_bbb() (mod_data.transport_type == USB_PR_BULK)
3095 mod_data.transport_type = USB_PR_BULK;
3195 (mod_data.transport_type == USB_PR_BULK && len < 12) ||
3196 (mod_data.transport_type != USB_PR_BULK && len > 12)) {

Completed in 128 milliseconds