Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/extcon/
Dextcon-axp288.c114 bool vbus_attach; member
194 else if (info->vbus_attach) in axp288_usb_role_work()
222 bool vbus_attach = false; in axp288_handle_chrg_det_event() local
224 vbus_attach = axp288_get_vbus_attach(info); in axp288_handle_chrg_det_event()
225 if (!vbus_attach) in axp288_handle_chrg_det_event()
266 if (vbus_attach) { in axp288_handle_chrg_det_event()
267 extcon_set_state_sync(info->edev, cable, vbus_attach); in axp288_handle_chrg_det_event()
270 vbus_attach); in axp288_handle_chrg_det_event()
275 if (info->role_sw && info->vbus_attach != vbus_attach) { in axp288_handle_chrg_det_event()
276 info->vbus_attach = vbus_attach; in axp288_handle_chrg_det_event()
[all …]