Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/musb/
Dam35x.c382 if (data->set_phy_power) in am35x_musb_init()
383 data->set_phy_power(1); in am35x_musb_init()
406 if (data->set_phy_power) in am35x_musb_exit()
407 data->set_phy_power(0); in am35x_musb_exit()
588 if (data->set_phy_power) in am35x_suspend()
589 data->set_phy_power(0); in am35x_suspend()
605 if (data->set_phy_power) in am35x_resume()
606 data->set_phy_power(1); in am35x_resume()
/linux-3.4.99/arch/arm/mach-omap2/
Dboard-ti8168evm.c29 .set_phy_power = ti81xx_musb_phy_power,
Dboard-am3517evm.c259 .set_phy_power = am35x_musb_phy_power,
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dusb.h92 void (*set_phy_power)(u8 on); member