Home
last modified time | relevance | path

Searched refs:USB_PR_DEVICE (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/usb/storage/
Dunusual_devs.h74 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
81 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
93 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
102 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
107 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
117 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
124 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
134 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
141 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
147 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
[all …]
Dunusual_uas.h50 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
57 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
64 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
71 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
78 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
85 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
92 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
99 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
106 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
113 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
[all …]
Dunusual_realtek.h29 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
34 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
39 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
Dunusual_cypress.h26 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
32 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
37 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
Dunusual_onetouch.h27 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
33 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
Dunusual_ene_ub6250.h24 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
Dusb.c589 us->protocol = (unusual_dev->useTransport == USB_PR_DEVICE) ? in get_device_info()
629 if (unusual_dev->useTransport != USB_PR_DEVICE && in get_device_info()
/linux-4.4.14/include/linux/usb/
Dstorage.h46 #define USB_PR_DEVICE 0xff /* Use device's value */ macro