Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpci.c29 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
[all …]
H A Dtcpci_husb311.c28 struct tcpci *tcpci; member
93 static int husb311_init(struct tcpci *tcpci, struct tcpci_data *tdata) in husb311_init()