Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c30 struct tcpci { struct
41 struct tcpci_data *data; argument
45 struct tcpci *tcpci; argument
72 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_cc() local
146 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_apply_rc() local
175 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_start_toggling() local
220 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_get_cc() local
331 struct tcpci *tcpci = tcpc_to_tcpci(dev); in tcpci_enable_auto_vbus_discharge() local
342 struct tcpci *tcpci = tcpc_to_tcpci(dev); in tcpci_set_auto_vbus_discharge_threshold() local
385 struct tcpci *tcpci = tcpc_to_tcpci(dev); in tcpci_enable_frs() local
[all …]
H A 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()
H A Dtcpci_maxim_core.c184 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus()
229 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus()
254 static void max_tcpci_set_partner_usb_comm_capable(struct tcpci *tcpci, struct tcpci_data *data, in max_tcpci_set_partner_usb_comm_capable()
402 static int max_tcpci_start_toggling(struct tcpci *tcpci, struct tcpci_data *tdata, in max_tcpci_start_toggling()
412 static int tcpci_init(struct tcpci *tcpci, struct tcpci_data *data) in tcpci_init()
421 static void max_tcpci_check_contaminant(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_check_contaminant()
H A 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()
H A Dtcpci_mt6360.c41 struct tcpci *tcpci; member
52 static int mt6360_tcpc_init(struct tcpci *tcpci, struct tcpci_data *tdata) in mt6360_tcpc_init()
H A Dtcpci_maxim.h60 struct tcpci *tcpci; member