Lines Matching defs:client
38 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
43 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
49 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
58 static struct ak881x *to_ak881x(const struct i2c_client *client) in to_ak881x()
67 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_g_register() local
84 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_register() local
101 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_fill_fmt() local
129 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_cropcap() local
146 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_std_output() local
177 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_stream() local
227 static int ak881x_probe(struct i2c_client *client, in ak881x_probe()
298 static int ak881x_remove(struct i2c_client *client) in ak881x_remove()