Lines Matching defs:client
103 struct i2c_client *client; member
485 static int gc0312_write(struct i2c_client *client, u8 reg, u8 val) in gc0312_write()
510 static int gc0312_read(struct i2c_client *client, u8 reg, u8 *val) in gc0312_read()
540 static int gc0312_write_array(struct i2c_client *client, in gc0312_write_array()
570 struct i2c_client *client = gc0312->client; in gc0312_set_streaming() local
588 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc0312_enum_mbus_code() local
604 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc0312_enum_frame_sizes() local
630 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc0312_get_fmt() local
692 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc0312_set_fmt() local
825 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc0312_s_stream() local
900 struct i2c_client *client = v4l2_get_subdevdata(sd); in gc0312_open() local
974 struct i2c_client *client = gc0312->client; in gc0312_detect() local
1083 static int gc0312_probe(struct i2c_client *client, in gc0312_probe()
1204 static int gc0312_remove(struct i2c_client *client) in gc0312_remove()