Esempio n. 1
0
static void _device_phy_lowpower_suspend(struct fsl_usb2_platform_data *pdata, bool enable)
{
	__phy_lowpower_suspend(enable, ENABLED_BY_DEVICE);
}
Esempio n. 2
0
static void _device_phy_lowpower_suspend(bool enable)
{
	__phy_lowpower_suspend(enable, ENABLED_BY_DEVICE);
}
Esempio n. 3
0
static void _host_phy_lowpower_suspend(struct fsl_usb2_platform_data *pdata, bool enable)
{
	__phy_lowpower_suspend(enable, ENABLED_BY_HOST);
}
Esempio n. 4
0
static void _host_phy_lowpower_suspend(bool enable)
{
	__phy_lowpower_suspend(enable, ENABLED_BY_HOST);
}