Searched defs:tcpc (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/typec/tcpm/ |
H A D | tcpci.c | 43 struct tcpc_dev tcpc; member 58 static inline struct tcpci *tcpc_to_tcpci(struct tcpc_dev *tcpc) in tcpc_to_tcpci() 85 static int tcpci_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in tcpci_set_cc() 158 static int tcpci_apply_rc(struct tcpc_dev *tcpc, enum typec_cc_status cc, in tcpci_apply_rc() 181 static int tcpci_start_toggling(struct tcpc_dev *tcpc, in tcpci_start_toggling() 228 static int tcpci_get_cc(struct tcpc_dev *tcpc, in tcpci_get_cc() 253 static int tcpci_set_polarity(struct tcpc_dev *tcpc, in tcpci_set_polarity() 313 static int tcpci_set_orientation(struct tcpc_dev *tcpc, in tcpci_set_orientation() 335 static void tcpci_set_partner_usb_comm_capable(struct tcpc_dev *tcpc, bool capable) in tcpci_set_partner_usb_comm_capable() 343 static int tcpci_set_vconn(struct tcpc_dev *tcpc, bool enable) in tcpci_set_vconn() [all …]
|
H A D | tcpm.c | 349 struct tcpc_dev *tcpc; member 6797 struct tcpc_dev *tcpc = port->tcpc; in tcpm_try_role() local 7801 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc) in tcpm_register_port()
|
/linux/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec.h | 12 struct tcpc_dev tcpc; member
|