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.c474 bool vbus_present; member
3563 if (port->vbus_present) { in tcpm_pd_ctrl_request()
5223 if (port->vbus_present && tcpm_port_is_sink(port)) in run_state_machine()
5468 else if (port->vbus_present) in run_state_machine()
5507 if (port->vbus_present && tcpm_port_is_sink(port)) { in run_state_machine()
5553 if (port->vbus_present) { in run_state_machine()
6277 port->vbus_present ? port->timings.ps_src_off_time : 0); in run_state_machine()
6427 else if (port->vbus_present) in _tcpm_cc_change()
6493 if (!port->vbus_present && tcpm_port_is_source(port)) in _tcpm_cc_change()
6497 if (port->vbus_present || !tcpm_port_is_source(port)) in _tcpm_cc_change()
[all …]