Searched refs:vbus_attach (Results 1 – 1 of 1) sorted by relevance
106 bool vbus_attach; member188 else if (info->vbus_attach) in axp288_usb_role_work()216 bool vbus_attach = false; in axp288_handle_chrg_det_event() local218 vbus_attach = axp288_get_vbus_attach(info); in axp288_handle_chrg_det_event()219 if (!vbus_attach) in axp288_handle_chrg_det_event()260 if (vbus_attach) { in axp288_handle_chrg_det_event()261 extcon_set_state_sync(info->edev, cable, vbus_attach); in axp288_handle_chrg_det_event()264 vbus_attach); in axp288_handle_chrg_det_event()269 if (info->role_sw && info->vbus_attach != vbus_attach) { in axp288_handle_chrg_det_event()270 info->vbus_attach = vbus_attach; in axp288_handle_chrg_det_event()[all …]