Searched refs:rt1711h_chip (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci_rt1711h.c | 55 struct rt1711h_chip { struct 64 static int rt1711h_read16(struct rt1711h_chip *chip, unsigned int reg, u16 *val) in rt1711h_read16() argument 69 static int rt1711h_write16(struct rt1711h_chip *chip, unsigned int reg, u16 val) in rt1711h_write16() 74 static int rt1711h_read8(struct rt1711h_chip *chip, unsigned int reg, u8 *val) in rt1711h_read8() 79 static int rt1711h_write8(struct rt1711h_chip *chip, unsigned int reg, u8 val) in rt1711h_write8() 91 static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata) in tdata_to_rt1711h() 93 return container_of(tdata, struct rt1711h_chip, data); in tdata_to_rt1711h() 98 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_init() 150 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_set_vbus() 169 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_set_vconn() [all …]
|