Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-axp288.c163 bool vbus_attach = false; in axp288_handle_chrg_det_event() local
171 vbus_attach = (pwr_stat & PS_STAT_VBUS_PRESENT); in axp288_handle_chrg_det_event()
172 if (!vbus_attach) in axp288_handle_chrg_det_event()
221 vbus_attach ? EXTCON_GPIO_MUX_SEL_SOC in axp288_handle_chrg_det_event()
225 vbus_attach ? USB_EVENT_VBUS : USB_EVENT_NONE, NULL); in axp288_handle_chrg_det_event()
229 extcon_set_cable_state_(info->edev, cable, vbus_attach); in axp288_handle_chrg_det_event()
232 if (!vbus_attach) in axp288_handle_chrg_det_event()