Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/phy/
A Dphy-mxs-usb.c403 bool vbus_is_on = false; in mxs_phy_disconnect_line() local
413 vbus_is_on = mxs_phy_get_vbus_status(mxs_phy); in mxs_phy_disconnect_line()
415 if (on && !vbus_is_on && !mxs_phy_is_otg_host(mxs_phy)) in mxs_phy_disconnect_line()
488 bool low_speed_connection, vbus_is_on; in mxs_phy_suspend() local
491 vbus_is_on = mxs_phy_get_vbus_status(mxs_phy); in mxs_phy_suspend()
499 if (low_speed_connection & vbus_is_on) { in mxs_phy_suspend()

Completed in 4 milliseconds