Home
last modified time | relevance | path

Searched defs:tcpc (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpci.c37 struct tcpc_dev tcpc; member
48 static inline struct tcpci *tcpc_to_tcpci(struct tcpc_dev *tcpc) in tcpc_to_tcpci()
111 static int tcpci_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in tcpci_set_cc()
158 static int tcpci_start_toggling(struct tcpc_dev *tcpc, in tcpci_start_toggling()
222 static int tcpci_get_cc(struct tcpc_dev *tcpc, in tcpci_get_cc()
248 static int tcpci_set_polarity(struct tcpc_dev *tcpc, in tcpci_set_polarity()
308 static int tcpci_set_vconn(struct tcpc_dev *tcpc, bool enable) in tcpci_set_vconn()
329 static int tcpci_set_roles(struct tcpc_dev *tcpc, bool attached, in tcpci_set_roles()
348 static int tcpci_set_pd_rx(struct tcpc_dev *tcpc, bool enable) in tcpci_set_pd_rx()
363 static int tcpci_get_vbus(struct tcpc_dev *tcpc) in tcpci_get_vbus()
[all …]
H A Dtcpm.c287 struct tcpc_dev *tcpc; member
3423 struct tcpm_port *tcpm_port_init(struct udevice *dev, struct tcpc_dev *tcpc) in tcpm_port_init()