Home
last modified time | relevance | path

Searched refs:use_fullspeed (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_usb_usbd.h10 int use_fullspeed; member
/openbmc/linux/drivers/usb/gadget/udc/
H A Damd5536udc.h605 static bool use_fullspeed; variable
615 module_param(use_fullspeed, bool, S_IRUGO);
616 MODULE_PARM_DESC(use_fullspeed, "true for fullspeed only");
H A Dbcm63xx_udc.c68 static bool use_fullspeed; variable
69 module_param(use_fullspeed, bool, S_IRUGO);
70 MODULE_PARM_DESC(use_fullspeed, "true for fullspeed only");
2304 if (!pd->use_fullspeed && !use_fullspeed) in bcm63xx_udc_probe()
H A Dsnps_udc_core.c1511 if (use_fullspeed) in startup_registers()
1671 if (use_fullspeed) { in usb_disconnect()
/openbmc/linux/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c79 .use_fullspeed = 0,