Home
last modified time | relevance | path

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

/drivers/usb/typec/
Dwusb3801.c96 bool vbus_on; member
237 if (!wusb3801->vbus_on) { in wusb3801_hw_update()
241 wusb3801->vbus_on = true; in wusb3801_hw_update()
244 if (wusb3801->vbus_on) { in wusb3801_hw_update()
246 wusb3801->vbus_on = false; in wusb3801_hw_update()
412 if (wusb3801->vbus_on) in wusb3801_remove()
Dstusb160x.c161 bool vbus_on; member
357 chip->vbus_on = true; in stusb160x_attach()
378 if (chip->vbus_on) { in stusb160x_attach()
380 chip->vbus_on = false; in stusb160x_attach()
396 if (chip->vbus_on) { in stusb160x_detach()
398 chip->vbus_on = false; in stusb160x_detach()
776 chip->vbus_on = true; in stusb160x_probe()
810 if (chip->vbus_on) in stusb160x_remove()
/drivers/usb/musb/
Dsunxi.c93 bool vbus_on, phy_on; in sunxi_musb_work() local
122 vbus_on = test_bit(SUNXI_MUSB_FL_VBUS_ON, &glue->flags); in sunxi_musb_work()
125 if (phy_on != vbus_on) { in sunxi_musb_work()
126 if (vbus_on) { in sunxi_musb_work()
/drivers/usb/typec/tcpm/
Dfusb302.c104 bool vbus_on; member
763 if (chip->vbus_on == on) { in tcpm_set_vbus()
775 chip->vbus_on = on; in tcpm_set_vbus()