Lines Matching defs:client
40 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
45 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
51 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
60 static struct ak881x *to_ak881x(const struct i2c_client *client) in to_ak881x()
68 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_g_chip_ident() local
87 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_g_register() local
106 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_register() local
124 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_try_g_mbus_fmt() local
158 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_cropcap() local
175 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_std_output() local
206 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_stream() local
254 static int ak881x_probe(struct i2c_client *client, in ak881x_probe()
329 static int ak881x_remove(struct i2c_client *client) in ak881x_remove()