Searched refs:vbus_present (Results 1 – 2 of 2) sorted by relevance
261 bool vbus_present = tusb1210_get_online(tusb); in tusb1210_chg_det_work() local266 tusb1210_chg_det_states[tusb->chg_det_state], vbus_present); in tusb1210_chg_det_work()348 if (!vbus_present) in tusb1210_chg_det_work()370 if (vbus_present) in tusb1210_chg_det_work()
107 bool vbus_present;415 chip->vbus_present = !!(data & FUSB_REG_STATUS0_VBUSOK); in tcpm_init() 431 ret = chip->vbus_present ? 1 : 0; in tcpm_get_vbus() 1502 bool vbus_present; in fusb302_irq_work() local 1532 vbus_present = !!(status0 & FUSB_REG_STATUS0_VBUSOK); in fusb302_irq_work() 1534 str_on_off(vbus_present)); in fusb302_irq_work() 1535 if (vbus_present != chip->vbus_present) { in fusb302_irq_work() 1536 chip->vbus_present = vbus_present; in fusb302_irq_work() 106 bool vbus_present; global() member [all...]