vbus_is_on        403 drivers/usb/phy/phy-mxs-usb.c 	bool vbus_is_on = false;
vbus_is_on        413 drivers/usb/phy/phy-mxs-usb.c 	vbus_is_on = mxs_phy_get_vbus_status(mxs_phy);
vbus_is_on        415 drivers/usb/phy/phy-mxs-usb.c 	if (on && !vbus_is_on && !mxs_phy_is_otg_host(mxs_phy))
vbus_is_on        488 drivers/usb/phy/phy-mxs-usb.c 	bool low_speed_connection, vbus_is_on;
vbus_is_on        491 drivers/usb/phy/phy-mxs-usb.c 	vbus_is_on = mxs_phy_get_vbus_status(mxs_phy);
vbus_is_on        499 drivers/usb/phy/phy-mxs-usb.c 		if (low_speed_connection & vbus_is_on) {