Searched refs:pd_capable (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | typec.h | 63 TP_PROTO(const char *state, u32 port_current_limit, u32 port_voltage, bool pd_capable, 65 TP_ARGS(state, port_current_limit, port_voltage, pd_capable, current_limit, adjust));
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | tcpm.c | 360 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 D | tcpci.c | 587 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 D | fusb302.c | 945 bool attached, bool pd_capable) in fusb302_enter_low_power_mode() argument 955 if (attached && pd_capable) in fusb302_enter_low_power_mode()
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | tcpm.h | 165 int (*enter_low_power_mode)(struct tcpc_dev *dev, bool attached, bool pd_capable);
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 394 bool pd_capable; member 856 if (port->pd_capable && port->pwr_role == TYPEC_SOURCE) { in tcpm_ams_finish() 3610 port->partner_desc.usb_pd = port->pd_capable; in tcpm_typec_connect() 3663 port->pd_capable = false; in tcpm_src_attach() 3722 port->pd_capable = false; in tcpm_reset_port() 3789 port->pd_capable = false; in tcpm_snk_attach() 3836 if (port->pd_capable) in hard_reset_state() 4043 port->pd_capable = true; in run_state_machine() 4286 port->pd_capable, in run_state_machine() 4347 port->pd_capable = true; in run_state_machine() [all …]
|