Searched defs:tcpc (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/usb/typec/tcpm/ |
D | tcpci.c | 39 struct tcpc_dev tcpc; member 54 static inline struct tcpci *tcpc_to_tcpci(struct tcpc_dev *tcpc) in tcpc_to_tcpci() 69 static int tcpci_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in tcpci_set_cc() 142 static int tcpci_apply_rc(struct tcpc_dev *tcpc, enum typec_cc_status cc, in tcpci_apply_rc() 169 static int tcpci_start_toggling(struct tcpc_dev *tcpc, in tcpci_start_toggling() 216 static int tcpci_get_cc(struct tcpc_dev *tcpc, in tcpci_get_cc() 243 static int tcpci_set_polarity(struct tcpc_dev *tcpc, in tcpci_set_polarity() 303 static void tcpci_set_partner_usb_comm_capable(struct tcpc_dev *tcpc, bool capable) in tcpci_set_partner_usb_comm_capable() 311 static int tcpci_set_vconn(struct tcpc_dev *tcpc, bool enable) in tcpci_set_vconn() 406 static int tcpci_set_bist_data(struct tcpc_dev *tcpc, bool enable) in tcpci_set_bist_data() [all …]
|
D | wcove.c | 154 struct tcpc_dev tcpc; member 200 static int wcove_init(struct tcpc_dev *tcpc) in wcove_init() 217 static int wcove_get_vbus(struct tcpc_dev *tcpc) in wcove_get_vbus() 232 static int wcove_set_vbus(struct tcpc_dev *tcpc, bool on, bool sink) in wcove_set_vbus() 239 static int wcove_set_vconn(struct tcpc_dev *tcpc, bool on) in wcove_set_vconn() 268 static int wcove_get_cc(struct tcpc_dev *tcpc, enum typec_cc_status *cc1, in wcove_get_cc() 290 static int wcove_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in wcove_set_cc() 318 static int wcove_set_polarity(struct tcpc_dev *tcpc, enum typec_cc_polarity pol) in wcove_set_polarity() 325 static int wcove_set_current_limit(struct tcpc_dev *tcpc, u32 max_ma, u32 mv) in wcove_set_current_limit() 330 static int wcove_set_roles(struct tcpc_dev *tcpc, bool attached, in wcove_set_roles() [all …]
|
D | tcpm.c | 306 struct tcpc_dev *tcpc; member 5706 struct tcpc_dev *tcpc = port->tcpc; in tcpm_try_role() local 6445 struct tcpm_port *tcpm_register_port(struct device *dev, struct tcpc_dev *tcpc) in tcpm_register_port()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | stp.h | 19 u32 tcpc : 1; /* Time control parameter change */ member
|