Home
last modified time | relevance | path

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

/linux/drivers/phy/ti/
H A Dphy-tusb1210.c261 bool vbus_present = tusb1210_get_online(tusb); in tusb1210_chg_det_work() local
266 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()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c384 bool vbus_present; member
3410 if (port->vbus_present) { in tcpm_pd_ctrl_request()
4854 if (port->vbus_present && tcpm_port_is_sink(port)) in run_state_machine()
5099 else if (port->vbus_present) in run_state_machine()
5138 if (port->vbus_present && tcpm_port_is_sink(port)) { in run_state_machine()
5184 if (port->vbus_present) { in run_state_machine()
5871 port->vbus_present ? port->timings.ps_src_off_time : 0); in run_state_machine()
6019 else if (port->vbus_present) in _tcpm_cc_change()
6085 if (!port->vbus_present && tcpm_port_is_source(port)) in _tcpm_cc_change()
6089 if (port->vbus_present || !tcpm_port_is_source(port)) in _tcpm_cc_change()
[all …]