Searched refs:vbus_present (Results 1 – 3 of 3) 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()
108 bool vbus_present; member416 chip->vbus_present = !!(data & FUSB_REG_STATUS0_VBUSOK); in tcpm_init()432 ret = chip->vbus_present ? 1 : 0; in tcpm_get_vbus()1507 bool vbus_present; in fusb302_irq_work() local1537 vbus_present = !!(status0 & FUSB_REG_STATUS0_VBUSOK); in fusb302_irq_work()1539 str_on_off(vbus_present)); in fusb302_irq_work()1540 if (vbus_present != chip->vbus_present) { in fusb302_irq_work()1541 chip->vbus_present = vbus_present; in fusb302_irq_work()
384 bool vbus_present; member3393 if (port->vbus_present) { in tcpm_pd_ctrl_request()4837 if (port->vbus_present && tcpm_port_is_sink(port)) in run_state_machine()5082 else if (port->vbus_present) in run_state_machine()5167 if (port->vbus_present) { in run_state_machine()6002 else if (port->vbus_present) in _tcpm_cc_change()6145 port->vbus_present = true; in _tcpm_pd_vbus_on()6199 if (port->vbus_present && tcpm_port_is_sink(port)) in _tcpm_pd_vbus_on()6235 port->vbus_present = false; in _tcpm_pd_vbus_off()7001 if (port->vbus_present) in tcpm_init()[all …]
Completed in 272 milliseconds