Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/
Dtcpci.c23 struct tcpci { struct
33 struct tcpci_data *data; argument
37 struct tcpci *tcpci; argument
46 static int tcpci_read16(struct tcpci *tcpci, unsigned int reg, u16 *val) in tcpci_read16()
51 static int tcpci_write16(struct tcpci *tcpci, unsigned int reg, u16 val) in tcpci_write16()
58 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_cc() local
107 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_start_drp_toggling() local
166 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_get_cc() local
187 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_polarity() local
211 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_vconn() local
[all …]
Dtcpci_rt1711h.c40 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()