Home
last modified time | relevance | path

Searched refs:udc_command (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/platform_data/
Dpxa2xx_udc.h15 void (*udc_command)(int cmd); member
/linux-6.12.1/drivers/usb/gadget/udc/
Dpxa27x_udc.c1427 } else if (udc->udc_command) { in dplus_pullup()
1429 udc->udc_command(PXA2XX_UDC_CMD_CONNECT); in dplus_pullup()
1431 udc->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in dplus_pullup()
1522 if (!udc->gpiod && !udc->udc_command) in pxa_udc_pullup()
2371 udc->udc_command = mach->udc_command; in pxa_udc_probe()
Dpxa25x_udc.c269 else if (mach->udc_command) in pullup_off()
270 mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in pullup_off()
280 else if (mach->udc_command) in pullup_on()
281 mach->udc_command(PXA2XX_UDC_CMD_CONNECT); in pullup_on()
1194 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_pullup()
2443 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_suspend()
Dpxa27x_udc.h455 void (*udc_command)(int); member