Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/typec/
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()
779 chip->vbus_on = true; in stusb160x_probe()
813 if (chip->vbus_on) in stusb160x_remove()
/Linux-v5.15/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()
/Linux-v5.15/drivers/usb/typec/tcpm/
Dfusb302.c104 bool vbus_on; member
761 if (chip->vbus_on == on) { in tcpm_set_vbus()
773 chip->vbus_on = on; in tcpm_set_vbus()