Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/typec/tcpm/
Dtcpci.c30 struct tcpci { struct
40 struct tcpci_data *data; argument
44 struct tcpci *tcpci; argument
48 struct tcpm_port *tcpci_get_tcpm_port(struct tcpci *tcpci) in tcpci_get_tcpm_port()
59 static int tcpci_read16(struct tcpci *tcpci, unsigned int reg, u16 *val) in tcpci_read16()
64 static int tcpci_write16(struct tcpci *tcpci, unsigned int reg, u16 val) in tcpci_write16()
71 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_cc() local
145 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_apply_rc() local
174 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_start_toggling() local
219 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_get_cc() local
[all …]
Dtcpci_mt6370.c31 struct tcpci *tcpci; member
51 static int mt6370_tcpc_init(struct tcpci *tcpci, struct tcpci_data *data) in mt6370_tcpc_init()
71 static int mt6370_tcpc_set_vconn(struct tcpci *tcpci, struct tcpci_data *data, in mt6370_tcpc_set_vconn()
79 static int mt6370_tcpc_set_vbus(struct tcpci *tcpci, struct tcpci_data *data, in mt6370_tcpc_set_vbus()
123 static void mt6370_unregister_tcpci_port(void *tcpci) in mt6370_unregister_tcpci_port()
Dtcpci_maxim.c44 struct tcpci *tcpci; member
210 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus()
255 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus()
280 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable()
422 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling()
432 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init()
Dtcpci_rt1711h.c56 struct tcpci *tcpci; member
95 static int rt1711h_init(struct tcpci *tcpci, struct tcpci_data *tdata) in rt1711h_init()
146 static int rt1711h_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vbus()
165 static int rt1711h_set_vconn(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vconn()
221 static int rt1711h_start_drp_toggling(struct tcpci *tcpci, in rt1711h_start_drp_toggling()
Dtcpci_mt6360.c41 struct tcpci *tcpci; member
58 static int mt6360_tcpc_init(struct tcpci *tcpci, struct tcpci_data *tdata) in mt6360_tcpc_init()