Home
last modified time | relevance | path

Searched refs:rt1711h_chip (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/usb/typec/tcpm/
Dtcpci_rt1711h.c54 struct rt1711h_chip { struct
63 static int rt1711h_read16(struct rt1711h_chip *chip, unsigned int reg, u16 *val) in rt1711h_read16() argument
68 static int rt1711h_write16(struct rt1711h_chip *chip, unsigned int reg, u16 val) in rt1711h_write16()
73 static int rt1711h_read8(struct rt1711h_chip *chip, unsigned int reg, u8 *val) in rt1711h_read8()
78 static int rt1711h_write8(struct rt1711h_chip *chip, unsigned int reg, u8 val) in rt1711h_write8()
90 static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata) in tdata_to_rt1711h()
92 return container_of(tdata, struct rt1711h_chip, data); in tdata_to_rt1711h()
97 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_init()
149 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_set_vbus()
168 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_set_vconn()
[all …]