rt1711h_chip
struct rt1711h_chip *chip = tdata_to_rt1711h(tdata);
struct rt1711h_chip *chip = tdata_to_rt1711h(tdata);
static inline int rt1711h_init_cc_params(struct rt1711h_chip *chip, u8 status)
struct rt1711h_chip *chip = tdata_to_rt1711h(tdata);
struct rt1711h_chip *chip = dev_id;
static int rt1711h_sw_reset(struct rt1711h_chip *chip)
struct rt1711h_chip *chip;
static int rt1711h_read16(struct rt1711h_chip *chip, unsigned int reg, u16 *val)
static int rt1711h_write16(struct rt1711h_chip *chip, unsigned int reg, u16 val)
static int rt1711h_read8(struct rt1711h_chip *chip, unsigned int reg, u8 *val)
static int rt1711h_write8(struct rt1711h_chip *chip, unsigned int reg, u8 val)
static struct rt1711h_chip *tdata_to_rt1711h(struct tcpci_data *tdata)
return container_of(tdata, struct rt1711h_chip, data);
struct rt1711h_chip *chip = tdata_to_rt1711h(tdata);