Searched defs:tcpci (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci.c | 33 struct tcpci { struct 44 struct tcpci_data *data; argument 48 struct tcpci *tcpci; argument 52 struct tcpm_port *tcpci_get_tcpm_port(struct tcpci *tcpci) in tcpci_get_tcpm_port() 63 static int tcpci_read16(struct tcpci *tcpci, unsigned int reg, u16 *val) in tcpci_read16() 68 static int tcpci_write16(struct tcpci *tcpci, unsigned int reg, u16 val) in tcpci_write16() 87 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_cc() local 161 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_apply_rc() local 186 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_start_toggling() local 231 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_get_cc() local [all …]
|
| H A D | tcpci_maxim_core.c | 205 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() 250 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus() 275 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable() 424 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling() 434 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init() 443 static void max_tcpci_check_contaminant(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_check_contaminant() 452 static bool max_tcpci_attempt_vconn_swap_discovery(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_attempt_vconn_swap_discovery() 464 static void max_tcpci_unregister_tcpci_port(void *tcpci) in max_tcpci_unregister_tcpci_port()
|
| H A D | tcpci_mt6370.c | 30 struct tcpci *tcpci; member 50 static int mt6370_tcpc_init(struct tcpci *tcpci, struct tcpci_data *data) in mt6370_tcpc_init() 70 static int mt6370_tcpc_set_vconn(struct tcpci *tcpci, struct tcpci_data *data, in mt6370_tcpc_set_vconn() 78 static int mt6370_tcpc_set_vbus(struct tcpci *tcpci, struct tcpci_data *data, in mt6370_tcpc_set_vbus() 122 static void mt6370_unregister_tcpci_port(void *tcpci) in mt6370_unregister_tcpci_port()
|
| H A D | tcpci_rt1711h.c | 64 struct tcpci *tcpci; member 103 static int rt1711h_init(struct tcpci *tcpci, struct tcpci_data *tdata) in rt1711h_init() 154 static int rt1711h_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vbus() 173 static int rt1711h_set_vconn(struct tcpci *tcpci, struct tcpci_data *tdata, in rt1711h_set_vconn() 224 static int rt1711h_start_drp_toggling(struct tcpci *tcpci, in rt1711h_start_drp_toggling()
|
| H A D | tcpci_mt6360.c | 41 struct tcpci *tcpci; member 52 static int mt6360_tcpc_init(struct tcpci *tcpci, struct tcpci_data *tdata) in mt6360_tcpc_init()
|
| H A D | tcpci_maxim.h | 57 struct tcpci *tcpci; member
|