Home
last modified time | relevance | path

Searched refs:USB_SC_DEVICE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/usb/storage/
Dunusual_devs.h59 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
66 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
78 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
88 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
93 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
104 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
111 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
122 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
129 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
135 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
[all …]
Dunusual_uas.h35 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
45 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
52 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
59 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
69 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
76 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
83 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
90 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
97 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
104 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
[all …]
Dunusual_realtek.h18 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
23 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
28 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
33 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
38 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
43 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
Dunusual_onetouch.h16 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
22 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
Dunusual_ene_ub6250.h8 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
Dusb.c598 us->subclass = (unusual_dev->useProtocol == USB_SC_DEVICE) ? in get_device_info()
639 if (unusual_dev->useProtocol != USB_SC_DEVICE && in get_device_info()
/Linux-v6.6/include/linux/usb/
Dstorage.h26 #define USB_SC_DEVICE 0xff /* Use device's value */ macro