rt1711h_chip       44 drivers/usb/typec/tcpm/tcpci_rt1711h.c static int rt1711h_read16(struct rt1711h_chip *chip, unsigned int reg, u16 *val)
rt1711h_chip       49 drivers/usb/typec/tcpm/tcpci_rt1711h.c static int rt1711h_write16(struct rt1711h_chip *chip, unsigned int reg, u16 val)
rt1711h_chip       54 drivers/usb/typec/tcpm/tcpci_rt1711h.c static int rt1711h_read8(struct rt1711h_chip *chip, unsigned int reg, u8 *val)
rt1711h_chip       59 drivers/usb/typec/tcpm/tcpci_rt1711h.c static int rt1711h_write8(struct rt1711h_chip *chip, unsigned int reg, u8 val)
rt1711h_chip       71 drivers/usb/typec/tcpm/tcpci_rt1711h.c static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata)
rt1711h_chip       73 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	return container_of(tdata, struct rt1711h_chip, data);
rt1711h_chip       79 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	struct rt1711h_chip *chip = tdata_to_rt1711h(tdata);
rt1711h_chip      110 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	struct rt1711h_chip *chip = tdata_to_rt1711h(tdata);
rt1711h_chip      120 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	struct rt1711h_chip *chip = tdata_to_rt1711h(tdata);
rt1711h_chip      160 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	struct rt1711h_chip *chip = dev_id;
rt1711h_chip      182 drivers/usb/typec/tcpm/tcpci_rt1711h.c static int rt1711h_init_alert(struct rt1711h_chip *chip,
rt1711h_chip      202 drivers/usb/typec/tcpm/tcpci_rt1711h.c static int rt1711h_sw_reset(struct rt1711h_chip *chip)
rt1711h_chip      239 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	struct rt1711h_chip *chip;
rt1711h_chip      279 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	struct rt1711h_chip *chip = i2c_get_clientdata(client);