Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/typec/tcpm/
Dfusb302.c106 bool vbus_present; member
414 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() local
1530 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()
Dtcpm.c334 bool vbus_present; member
2573 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 …]