Searched refs:vbus_present (Results 1 – 3 of 3) sorted by relevance
251 bool vbus_present = tusb1210_get_online(tusb); in tusb1210_chg_det_work() local256 tusb1210_chg_det_states[tusb->chg_det_state], vbus_present); in tusb1210_chg_det_work()338 if (!vbus_present) in tusb1210_chg_det_work()360 if (vbus_present) in tusb1210_chg_det_work()
106 bool vbus_present; member414 chip->vbus_present = !!(data & FUSB_REG_STATUS0_VBUSOK); in tcpm_init()430 ret = chip->vbus_present ? 1 : 0; in tcpm_get_vbus()1502 bool vbus_present; in fusb302_irq_work() local1532 vbus_present = !!(status0 & FUSB_REG_STATUS0_VBUSOK); in fusb302_irq_work()1534 vbus_present ? "On" : "Off"); 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()
335 bool vbus_present; member2632 if (port->vbus_present) { in tcpm_pd_ctrl_request()3964 if (port->vbus_present && tcpm_port_is_sink(port)) in run_state_machine()4176 else if (port->vbus_present) in run_state_machine()4215 if (port->vbus_present && tcpm_port_is_sink(port)) { in run_state_machine()4250 if (port->vbus_present) { in run_state_machine()4838 port->vbus_present ? PD_T_PS_SOURCE_OFF : 0); in run_state_machine()4973 else if (port->vbus_present) in _tcpm_cc_change()5034 if (!port->vbus_present && tcpm_port_is_source(port)) in _tcpm_cc_change()5038 if (port->vbus_present || !tcpm_port_is_source(port)) in _tcpm_cc_change()[all …]