Lines Matching refs:i2c_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()
81 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_register()
98 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_fill_fmt()
128 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_get_selection()
148 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_std_output()
179 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_stream()
229 static int ak881x_probe(struct i2c_client *client, in ak881x_probe()
300 static int ak881x_remove(struct i2c_client *client) in ak881x_remove()