Searched refs:vbus_is_on (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
H A Dphy-mxs-usb.c289 bool vbus_is_on = false; mxs_phy_disconnect_line() local
299 vbus_is_on = mxs_phy_get_vbus_status(mxs_phy); mxs_phy_disconnect_line()
301 if (on && !vbus_is_on && !mxs_phy_is_otg_host(mxs_phy)) mxs_phy_disconnect_line()
371 bool low_speed_connection, vbus_is_on; mxs_phy_suspend() local
374 vbus_is_on = mxs_phy_get_vbus_status(mxs_phy); mxs_phy_suspend()
382 if (low_speed_connection & vbus_is_on) { mxs_phy_suspend()

Completed in 65 milliseconds