Home
last modified time | relevance | path

Searched refs:is_dualspeed (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Depautoconf.c122 if (!gadget->is_dualspeed && max > 64) in ep_matches()
130 if (!gadget->is_dualspeed && max > 1023) in ep_matches()
136 if (!gadget->is_dualspeed) in ep_matches()
H A Ddwc2_udc_otg.c823 dev->gadget.is_dualspeed = 1; /* Hack only*/ in dwc2_udc_probe()
H A Dfotg210.c779 .is_dualspeed = 1,
H A Dci_udc.c144 .is_dualspeed = 1,
H A Datmel_usba_udc.c1195 .is_dualspeed = 1,
/openbmc/u-boot/include/linux/usb/
H A Dgadget.h506 unsigned is_dualspeed:1; member