Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tcpm/
H A Dtcpci.c33 struct tcpci { struct
48 struct tcpci *tcpci; member
52 struct tcpm_port *tcpci_get_tcpm_port(struct tcpci *tcpci) in tcpci_get_tcpm_port() argument
63 static int tcpci_read16(struct tcpci *tcpc argument
44 datatcpci global() argument
68 tcpci_write16(struct tcpci * tcpci,unsigned int reg,u16 val) tcpci_write16() argument
87 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_cc() local
161 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_apply_rc() local
186 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_start_toggling() local
231 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_get_cc() local
256 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_polarity() local
316 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_orientation() local
337 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_partner_usb_comm_capable() local
345 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_vconn() local
362 struct tcpci *tcpci = tcpc_to_tcpci(dev); tcpci_enable_auto_vbus_discharge() local
374 struct tcpci *tcpci = tcpc_to_tcpci(dev); tcpci_set_auto_vbus_discharge_threshold() local
420 struct tcpci *tcpci = tcpc_to_tcpci(dev); tcpci_enable_frs() local
436 struct tcpci *tcpci = tcpc_to_tcpci(dev); tcpci_frs_sourcing_vbus() local
444 struct tcpci *tcpci = tcpc_to_tcpci(dev); tcpci_check_contaminant() local
452 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_bist_data() local
461 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_roles() local
479 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_pd_rx() local
497 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_get_vbus() local
510 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_is_vbus_vsafe0v() local
523 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_set_vbus() local
569 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_pd_transmit() local
630 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_cable_comm_capable() local
637 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_attempt_vconn_swap_discovery() local
647 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); tcpci_init() local
712 tcpci_irq(struct tcpci * tcpci) tcpci_irq() argument
818 tcpci_parse_config(struct tcpci * tcpci) tcpci_parse_config() argument
834 struct tcpci *tcpci; tcpci_register_port() local
896 tcpci_unregister_port(struct tcpci * tcpci) tcpci_unregister_port() argument
[all...]
H A Dtcpci_maxim_core.c205 static int max_tcpci_set_vbus(struct tcpci *tcpci, struct tcpci_data *tdata, bool source, bool sink) in max_tcpci_set_vbus() argument
250 static void max_tcpci_frs_sourcing_vbus(struct tcpci *tcpci, struct tcpci_data *tdata) in max_tcpci_frs_sourcing_vbus() argument
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() argument
424 static int max_tcpci_start_toggling(struct tcpci *tcpci, struc argument
434 tcpci_init(struct tcpci * tcpci,struct tcpci_data * data) tcpci_init() argument
443 max_tcpci_check_contaminant(struct tcpci * tcpci,struct tcpci_data * tdata) max_tcpci_check_contaminant() argument
452 max_tcpci_attempt_vconn_swap_discovery(struct tcpci * tcpci,struct tcpci_data * tdata) max_tcpci_attempt_vconn_swap_discovery() argument
464 max_tcpci_unregister_tcpci_port(void * tcpci) max_tcpci_unregister_tcpci_port() argument
[all...]
H A Dtcpci_mt6370.c30 struct tcpci *tcpci; member
50 static int mt6370_tcpc_init(struct tcpci *tcpci, struct tcpci_data *data) in mt6370_tcpc_init() argument
70 static int mt6370_tcpc_set_vconn(struct tcpci *tcpci, struct tcpci_data *data, in mt6370_tcpc_set_vconn() argument
78 static int mt6370_tcpc_set_vbus(struct tcpci *tcpci, struct tcpci_data *data, in mt6370_tcpc_set_vbus() argument
122 mt6370_unregister_tcpci_port(void * tcpci) mt6370_unregister_tcpci_port() argument
[all...]
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() argument
[all...]
H A Dtcpci_maxim.h56 struct tcpci *tcpci; member