Home
last modified time | relevance | path

Searched refs:USB_SC_DEVICE (Results 1 – 7 of 7) 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_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.c586 us->subclass = (unusual_dev->useProtocol == USB_SC_DEVICE) ? in get_device_info()
626 if (unusual_dev->useProtocol != USB_SC_DEVICE && in get_device_info()
/linux-4.4.14/include/linux/usb/
Dstorage.h27 #define USB_SC_DEVICE 0xff /* Use device's value */ macro