Lines Matching defs:tcpci
29 struct tcpci { struct
38 struct tcpci_data *data; argument
44 struct tcpci *tcpci; argument
53 static int tcpci_read16(struct tcpci *tcpci, unsigned int reg, u16 *val) in tcpci_read16()
70 static int tcpci_block_read(struct tcpci *tcpci, unsigned int reg, in tcpci_block_read()
83 static int tcpci_write16(struct tcpci *tcpci, unsigned int reg, u16 val) in tcpci_write16()
98 static int tcpci_block_write(struct tcpci *tcpci, unsigned int reg, in tcpci_block_write()
113 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_cc() local
163 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_start_toggling() local
225 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_get_cc() local
251 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_polarity() local
310 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_vconn() local
332 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_roles() local
350 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_pd_rx() local
365 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_get_vbus() local
377 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_set_vbus() local
418 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_pd_transmit() local
450 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_init() local
504 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_poll_event() local
590 struct tcpci *tcpci = tcpc_to_tcpci(tcpc); in tcpci_enter_low_power_mode() local
613 static int tcpci_parse_config(struct tcpci *tcpci) in tcpci_parse_config()
628 struct tcpci *tcpci; in tcpci_register_port() local
677 void tcpci_unregister_port(struct tcpci *tcpci) in tcpci_unregister_port()
683 int tcpci_get_voltage_fun(struct tcpci *tcpci) in tcpci_get_voltage_fun()
689 int tcpci_get_current_fun(struct tcpci *tcpci) in tcpci_get_current_fun()
695 int tcpci_get_online_fun(struct tcpci *tcpci) in tcpci_get_online_fun()