Searched refs:vbus_present (Results 1 – 2 of 2) sorted by relevance
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()1500 bool vbus_present; in fusb302_irq_work() local1530 vbus_present = !!(status0 & FUSB_REG_STATUS0_VBUSOK); in fusb302_irq_work()1532 vbus_present ? "On" : "Off"); in fusb302_irq_work()1533 if (vbus_present != chip->vbus_present) { in fusb302_irq_work()1534 chip->vbus_present = vbus_present; in fusb302_irq_work()
334 bool vbus_present; member2573 if (port->vbus_present) { in tcpm_pd_ctrl_request()3896 if (port->vbus_present && tcpm_port_is_sink(port)) in run_state_machine()4108 else if (port->vbus_present) in run_state_machine()4151 if (port->vbus_present && tcpm_port_is_sink(port)) { in run_state_machine()4186 if (port->vbus_present) { in run_state_machine()4775 port->vbus_present ? PD_T_PS_SOURCE_OFF : 0); in run_state_machine()4910 else if (port->vbus_present) in _tcpm_cc_change()4971 if (!port->vbus_present && tcpm_port_is_source(port)) in _tcpm_cc_change()4975 if (port->vbus_present || !tcpm_port_is_source(port)) in _tcpm_cc_change()[all …]