Searched refs:USB_SC_UFI (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/usb/storage/ |
H A D | unusual_devs.h | 426 USB_SC_UFI, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), 454 USB_SC_UFI, USB_PR_DEVICE, NULL, 0), 706 USB_SC_UFI, USB_PR_DEVICE, NULL, 725 USB_SC_UFI, USB_PR_CB, NULL, 943 USB_SC_UFI, USB_PR_CB, NULL, 0 ), 1268 USB_SC_UFI, USB_PR_DEVICE, NULL, 2459 USUAL_DEV(USB_SC_UFI, USB_PR_CB), 2467 USUAL_DEV(USB_SC_UFI, USB_PR_CBI), 2475 USUAL_DEV(USB_SC_UFI, USB_PR_BULK),
|
H A D | scsiglue.c | 365 if (us->subclass == USB_SC_UFI) in target_alloc()
|
H A D | usb.c | 723 case USB_SC_UFI: in get_protocol()
|
H A D | transport.c | 1027 if (us->subclass == USB_SC_UFI) { in usb_stor_CB_transport()
|
/openbmc/linux/include/linux/usb/ |
H A D | storage.h | 19 #define USB_SC_UFI 0x04 /* Floppy */ macro
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 168 #define USB_SC_UFI 0x04 /* UFI (floppy) */ macro
|