Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/storage/
H A 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,
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,
142 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
149 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
[all …]
H A 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 …]
H A 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),
H A Dunusual_cypress.h14 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
20 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
25 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
H A Dunusual_onetouch.h16 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
22 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
H A Dunusual_ene_ub6250.h8 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
H A Dusb.c601 us->protocol = (unusual_dev->useTransport == USB_PR_DEVICE) ? in get_device_info()
642 if (unusual_dev->useTransport != USB_PR_DEVICE && in get_device_info()
/openbmc/linux/include/linux/usb/
H A Dstorage.h45 #define USB_PR_DEVICE 0xff /* Use device's value */ macro