Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpm.c479 #define tcpm_port_is_source(port) \ macro
2238 else if (tcpm_port_is_source(port)) in run_state_machine()
2840 tcpm_port_is_source(port)) in _tcpm_cc_change()
2848 tcpm_port_is_source(port)) in _tcpm_cc_change()
2862 !tcpm_port_is_source(port)) in _tcpm_cc_change()
2930 if (!port->vbus_present && tcpm_port_is_source(port)) in _tcpm_cc_change()
2934 if (port->vbus_present || !tcpm_port_is_source(port)) in _tcpm_cc_change()
2944 if (tcpm_port_is_source(port)) in _tcpm_cc_change()
3077 if (tcpm_port_is_source(port)) in _tcpm_pd_vbus_off()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c515 #define tcpm_port_is_source(port) \ macro
3939 else if (tcpm_port_is_source(port) && port->vbus_vsafe0v) in run_state_machine()
4988 tcpm_port_is_source(port)) in _tcpm_cc_change()
4996 tcpm_port_is_source(port)) in _tcpm_cc_change()
5011 !tcpm_port_is_source(port)) { in _tcpm_cc_change()
5099 if (!port->vbus_present && tcpm_port_is_source(port)) in _tcpm_cc_change()
5103 if (port->vbus_present || !tcpm_port_is_source(port)) in _tcpm_cc_change()
5113 if (tcpm_port_is_source(port)) in _tcpm_cc_change()
5279 if (tcpm_port_is_source(port)) in _tcpm_pd_vbus_off()
5382 if (tcpm_port_is_source(port)) in _tcpm_pd_vbus_vsafe0v()