Searched defs:tcpci (Results 1 – 4 of 4) sorted by relevance
/linux-5.10/drivers/usb/typec/tcpm/ |
D | tcpci.c | 23 struct tcpci { struct 33 struct tcpci_data *data; argument 37 struct tcpci *tcpci; argument 41 struct tcpm_port *tcpci_get_tcpm_port(struct tcpci *tcpci) in tcpci_get_tcpm_port() 52 static int tcpci_read16(struct tcpci *tcpci, unsigned int reg, u16 *val) in tcpci_read16() 57 static int tcpci_write16(struct tcpci *tcpci, unsigned int reg, u16 val) in tcpci_write16() 64 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_cc() local 114 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_start_toggling() local 176 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_get_cc() local 197 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_polarity() local [all …]
|
D | tcpci_rt1711h.c | 40 struct tcpci *tcpci; member 76 static int rt1711h_init(struct tcpci *tcpci, struct tcpci_data *tdata) in rt1711h_init() 107 static int rt1711h_set_vconn(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vconn() 116 static int rt1711h_start_drp_toggling(struct tcpci *tcpci, in rt1711h_start_drp_toggling()
|
D | tcpci_maxim.c | 45 struct tcpci *tcpci; member 204 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() 396 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling() 406 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init()
|
D | tcpci_mt6360.c | 37 struct tcpci *tcpci; member 54 static int mt6360_tcpc_init(struct tcpci *tcpci, struct tcpci_data *tdata) in mt6360_tcpc_init()
|