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

/linux-master/drivers/extcon/
H A Dextcon-axp288.c107 bool vbus_attach; member in struct:axp288_extcon_info
189 else if (info->vbus_attach)
217 bool vbus_attach = false; local
223 vbus_attach = axp288_get_vbus_attach(info);
224 if (!vbus_attach)
267 if (vbus_attach) {
268 extcon_set_state_sync(info->edev, cable, vbus_attach);
271 vbus_attach);
276 if (info->role_sw && info->vbus_attach != vbus_attach) {
[all...]
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c651 bool vbus_attach, sch_work, notify_charger; local
653 vbus_attach = property_enabled(rphy->grf,
665 if (!vbus_attach)
674 } else if (vbus_attach) {
675 dev_dbg(&rport->phy->dev, "vbus_attach\n");
718 if (rport->vbus_attached != vbus_attach) {
719 rport->vbus_attached = vbus_attach;
723 cable, vbus_attach);
727 vbus_attach);
732 if (!vbus_attach) {
[all...]

Completed in 220 milliseconds