Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/platform_data/
A Dpxa2xx_udc.h15 void (*udc_command)(int cmd); member
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dpxa27x_udc.c1428 } else if (udc->udc_command) { in dplus_pullup()
1430 udc->udc_command(PXA2XX_UDC_CMD_CONNECT); in dplus_pullup()
1432 udc->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in dplus_pullup()
1523 if (!udc->gpiod && !udc->udc_command) in pxa_udc_pullup()
2372 udc->udc_command = mach->udc_command; in pxa_udc_probe()
A 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()
2441 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_suspend()
A Dpxa27x_udc.h455 void (*udc_command)(int); member

Completed in 13 milliseconds