Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/musb/
Dam35x.c379 if (data->set_phy_power) in am35x_musb_init()
380 data->set_phy_power(1); in am35x_musb_init()
402 if (data->set_phy_power) in am35x_musb_exit()
403 data->set_phy_power(0); in am35x_musb_exit()
576 if (data->set_phy_power) in am35x_suspend()
577 data->set_phy_power(0); in am35x_suspend()
593 if (data->set_phy_power) in am35x_resume()
594 data->set_phy_power(1); in am35x_resume()
/linux-4.1.27/include/linux/platform_data/
Dusb-omap.h79 void (*set_phy_power)(u8 on); member