Searched refs:s3c2410_usb_set_power (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | ohci-s3c2410.c | 127 static void s3c2410_usb_set_power(struct s3c2410_hcd_info *info, in s3c2410_usb_set_power() function 178 s3c2410_usb_set_power(info, wIndex, 1); in ohci_s3c2410_hub_control() 210 s3c2410_usb_set_power(info, wIndex, 0); in ohci_s3c2410_hub_control() 300 s3c2410_usb_set_power(info, portno+1, 0); in s3c2410_hcd_oc() 346 s3c2410_usb_set_power(dev->dev.platform_data, 1, 1); in usb_hcd_s3c2410_probe() 347 s3c2410_usb_set_power(dev->dev.platform_data, 2, 1); in usb_hcd_s3c2410_probe()
|