Searched refs:set_phy_power (Results 1 – 2 of 2) sorted by relevance
379 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()
79 void (*set_phy_power)(u8 on); member