Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Depautoconf.c125 if (!gadget->is_dualspeed && max > 64) in ep_matches()
133 if (!gadget->is_dualspeed && max > 1023) in ep_matches()
139 if (!gadget->is_dualspeed) in ep_matches()
H A Dfotg210.c780 .is_dualspeed = 1,
H A Dci_udc.c141 .is_dualspeed = 1,
H A Ddwc2_udc_otg.c898 dev->gadget.is_dualspeed = 1; /* Hack only*/ in dwc2_udc_probe()
H A Datmel_usba_udc.c1196 .is_dualspeed = 1,
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dgadget.h533 unsigned is_dualspeed:1; member