Searched defs:transport_is_cbi (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Dfile_storage.c404 #define transport_is_cbi() (mod_data.transport_type == USB_PR_CBI) macro
410 #define transport_is_cbi() 0 macro
2838 if (transport_is_cbi()) {
2860 if (transport_is_cbi()) {
3020 } else if (transport_is_cbi())
3442 if (transport_is_cbi()) {
3455 i = (transport_is_cbi() ? 3 : 2); // Number of endpoints

Completed in 36 milliseconds