Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h39 struct pxa2xx_udc_mach_info { struct
132 struct pxa2xx_udc_mach_info *mach;
H A Dpxa25x_udc.c211 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_off()
219 struct pxa2xx_udc_mach_info *mach = the_controller->mach; in pullup_on()
1888 static struct pxa2xx_udc_mach_info mach_info = {
/openbmc/linux/arch/arm/mach-pxa/
H A Dudc.h7 extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
H A Ddevices.c81 static struct pxa2xx_udc_mach_info pxa_udc_info = {
/openbmc/linux/include/linux/platform_data/
H A Dpxa2xx_udc.h13 struct pxa2xx_udc_mach_info { struct
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h115 struct pxa2xx_udc_mach_info *mach;
H A 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()
H A Dpxa27x_udc.c2358 struct pxa2xx_udc_mach_info *mach = dev_get_platdata(&pdev->dev); in pxa_udc_probe()