Searched refs:rt1711h_chip (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci_rt1711h.c | 62 struct rt1711h_chip { struct 71 static int rt1711h_read16(struct rt1711h_chip *chip, unsigned int reg, u16 *val) in rt1711h_read16() argument 76 static int rt1711h_write16(struct rt1711h_chip *chip, unsigned int reg, u16 val) in rt1711h_write16() 81 static int rt1711h_read8(struct rt1711h_chip *chip, unsigned int reg, u8 *val) in rt1711h_read8() 86 static int rt1711h_write8(struct rt1711h_chip *chip, unsigned int reg, u8 val) in rt1711h_write8() 98 static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata) in tdata_to_rt1711h() 100 return container_of(tdata, struct rt1711h_chip, data); in tdata_to_rt1711h() 105 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_init() 157 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_set_vbus() 176 struct rt1711h_chip *chip = tdata_to_rt1711h(tdata); in rt1711h_set_vconn() [all …]
|