Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpm.c471 #define tcpm_port_is_sink(port) \ macro
2415 tcpm_port_is_sink(port) && in run_state_machine()
2842 else if (tcpm_port_is_sink(port)) in _tcpm_cc_change()
2866 if (tcpm_port_is_sink(port)) in _tcpm_cc_change()
2938 if (!tcpm_port_is_sink(port)) { in _tcpm_cc_change()
2951 if (tcpm_port_is_sink(port)) in _tcpm_cc_change()
2955 if (!tcpm_port_is_sink(port)) in _tcpm_cc_change()
3037 if (tcpm_port_is_sink(port)) in _tcpm_pd_vbus_on()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c507 #define tcpm_port_is_sink(port) \ macro
548 (tcpm_port_is_sink(port) && \
3961 if (tcpm_port_is_sink(port)) { in run_state_machine()
3973 if (port->vbus_present && tcpm_port_is_sink(port)) in run_state_machine()
4243 if (port->vbus_present && tcpm_port_is_sink(port)) { in run_state_machine()
4247 if (!tcpm_port_is_sink(port)) in run_state_machine()
4312 tcpm_port_is_sink(port) && in run_state_machine()
4990 else if (tcpm_port_is_sink(port)) in _tcpm_cc_change()
5019 if (tcpm_port_is_sink(port)) in _tcpm_cc_change()
5107 if (!tcpm_port_is_sink(port)) { in _tcpm_cc_change()
[all …]