Lines Matching defs:state

62 static int adv748x_configure_regmap(struct adv748x_state *state, int region)  in adv748x_configure_regmap()
103 static int adv748x_read_check(struct adv748x_state *state, in adv748x_read_check()
121 int adv748x_read(struct adv748x_state *state, u8 page, u8 reg) in adv748x_read()
126 int adv748x_write(struct adv748x_state *state, u8 page, u8 reg, u8 value) in adv748x_write()
137 int adv748x_write_block(struct adv748x_state *state, int client_page, in adv748x_write_block()
149 static int adv748x_set_slave_addresses(struct adv748x_state *state) in adv748x_set_slave_addresses()
165 static void adv748x_unregister_clients(struct adv748x_state *state) in adv748x_unregister_clients()
173 static int adv748x_initialise_clients(struct adv748x_state *state) in adv748x_initialise_clients()
209 static int adv748x_write_regs(struct adv748x_state *state, in adv748x_write_regs()
295 int adv748x_txa_power(struct adv748x_state *state, bool on) in adv748x_txa_power()
317 int adv748x_txb_power(struct adv748x_state *state, bool on) in adv748x_txb_power()
482 static int adv748x_reset(struct adv748x_state *state) in adv748x_reset()
523 static int adv748x_identify_chip(struct adv748x_state *state) in adv748x_identify_chip()
545 void adv748x_subdev_init(struct v4l2_subdev *sd, struct adv748x_state *state, in adv748x_subdev_init()
568 static int adv748x_parse_dt(struct adv748x_state *state) in adv748x_parse_dt()
601 static void adv748x_dt_cleanup(struct adv748x_state *state) in adv748x_dt_cleanup()
612 struct adv748x_state *state; in adv748x_probe() local
713 struct adv748x_state *state = i2c_get_clientdata(client); in adv748x_remove() local