Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-pxa/
Dudc.h7 extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
Ddevices.c86 static struct pxa2xx_udc_mach_info pxa_udc_info = {
/linux-6.12.1/include/linux/platform_data/
Dpxa2xx_udc.h13 struct pxa2xx_udc_mach_info { struct
/linux-6.12.1/drivers/usb/gadget/udc/
Dpxa25x_udc.h115 struct pxa2xx_udc_mach_info *mach;
Dpxa25x_udc.c264 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off()
275 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on()
Dpxa27x_udc.c2357 struct pxa2xx_udc_mach_info *mach = dev_get_platdata(&pdev->dev); in pxa_udc_probe()