Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h41 void (*udc_command)(int cmd); member
H A Dpxa25x_udc.c213 if (mach->udc_command) in pullup_off()
214 mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in pullup_off()
221 if (mach->udc_command) in pullup_on()
222 mach->udc_command(PXA2XX_UDC_CMD_CONNECT); in pullup_on()
1076 if (!udc->mach->udc_command) in pxa25x_udc_pullup()
1860 static void udc_command(int cmd) in udc_command() function
1889 .udc_command = udc_command,
2035 udc_command(PXA2XX_UDC_CMD_DISCONNECT); in udc_disconnect()