Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.h42 void (*udc_command)(int cmd); member
H A Dpxa25x_udc.c214 if (mach->udc_command) in pullup_off()
215 mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in pullup_off()
222 if (mach->udc_command) in pullup_on()
223 mach->udc_command(PXA2XX_UDC_CMD_CONNECT); in pullup_on()
1077 if (!udc->mach->udc_command) in pxa25x_udc_pullup()
1861 static void udc_command(int cmd) in udc_command() function
1890 .udc_command = udc_command,
2036 udc_command(PXA2XX_UDC_CMD_DISCONNECT); in udc_disconnect()