Lines Matching defs:client
35 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
40 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
46 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
55 static struct ak881x *to_ak881x(const struct i2c_client *client) in to_ak881x()
64 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_g_register() local
81 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_register() local
98 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_fill_fmt() local
128 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_get_selection() local
148 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_std_output() local
179 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_stream() local
229 static int ak881x_probe(struct i2c_client *client) in ak881x_probe()
299 static void ak881x_remove(struct i2c_client *client) in ak881x_remove()