Lines Matching defs:client
106 struct i2c_client *client; member
492 static int gc032a_write(struct i2c_client *client, u8 reg, u8 val) in gc032a_write()
517 static int gc032a_read(struct i2c_client *client, u8 reg, u8 *val) in gc032a_read()
547 static int gc032a_write_array(struct i2c_client *client, in gc032a_write_array()
577 struct i2c_client *client = gc032a->client; in gc032a_set_streaming() local
595 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc032a_enum_mbus_code() local
611 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc032a_enum_frame_sizes() local
637 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc032a_get_fmt() local
699 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc032a_set_fmt() local
832 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc032a_s_stream() local
891 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc032a_open() local
918 struct i2c_client *client = gc032a->client; in gc032a_power() local
992 struct i2c_client *client = gc032a->client; in gc032a_detect() local
1102 static int gc032a_probe(struct i2c_client *client, in gc032a_probe()
1223 static int gc032a_remove(struct i2c_client *client) in gc032a_remove()