Home
last modified time | relevance | path

Searched refs:pd_capable (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/power/power_delivery/
H A Dtcpm.h165 int (*enter_low_power_mode)(struct tcpc_dev *dev, bool attached, bool pd_capable);
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c360 bool pd_capable; member
2044 port->pd_capable = false; in tcpm_src_attach()
2079 port->pd_capable = false; in tcpm_reset_port()
2131 port->pd_capable = false; in tcpm_snk_attach()
2179 if (port->pd_capable) in hard_reset_state()
2280 port->pd_capable = true; in run_state_machine()
2446 port->pd_capable = true; in run_state_machine()
2542 if (port->pd_capable) in run_state_machine()
2575 if (port->pd_capable) { in run_state_machine()
2895 else if (!port->pd_capable && in _tcpm_cc_change()
[all …]
H A Dtcpci.c587 bool attached, bool pd_capable) in tcpci_enter_low_power_mode() argument
606 if (attached && pd_capable) in tcpci_enter_low_power_mode()
H A Dfusb302.c945 bool attached, bool pd_capable) in fusb302_enter_low_power_mode() argument
955 if (attached && pd_capable) in fusb302_enter_low_power_mode()