Searched refs:udc_command (Results 1 – 10 of 10) sorted by relevance
14 void (*udc_command)(int cmd); member
28 void (*udc_command)(enum s3c2410_udc_cmd_e); member
172 .udc_command = colibri_pxa320_udc_command,
593 .udc_command = sg2_udc_command,972 .udc_command = sg2_udc_command,
369 .udc_command = vpac270_udc_command,
326 .udc_command = balloon3_udc_command,
673 .udc_command = zeus_udc_command,
1475 if (udc_info && (udc_info->udc_command || in s3c2410_udc_set_pullup()1565 if (udc_info->udc_command) { in s3c2410_udc_command()1566 udc_info->udc_command(cmd); in s3c2410_udc_command()1937 if (udc_info && !udc_info->udc_command && in s3c2410_udc_probe()1965 if (udc_info && !udc_info->udc_command && in s3c2410_udc_probe()2000 if (udc_info && !udc_info->udc_command && in s3c2410_udc_remove()
140 else if (mach->udc_command) in pullup_off()141 mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in pullup_off()151 else if (mach->udc_command) in pullup_on()152 mach->udc_command(PXA2XX_UDC_CMD_CONNECT); in pullup_on()979 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_pullup()2315 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa25x_udc_suspend()
1515 if (udc->mach->udc_command) in dplus_pullup()1516 udc->mach->udc_command(PXA2XX_UDC_CMD_CONNECT); in dplus_pullup()1521 if (udc->mach->udc_command) in dplus_pullup()1522 udc->mach->udc_command(PXA2XX_UDC_CMD_DISCONNECT); in dplus_pullup()1613 if (!gpio_is_valid(udc->mach->gpio_pullup) && !udc->mach->udc_command) in pxa_udc_pullup()