Lines Matching defs:client
109 struct i2c_client *client; member
622 static int bf3925_write(struct i2c_client *client, u8 reg, u8 val) in bf3925_write()
648 static int bf3925_read(struct i2c_client *client, u8 reg, u8 *val) in bf3925_read()
678 static int bf3925_write_array(struct i2c_client *client, in bf3925_write_array()
708 struct i2c_client *client = bf3925->client; in bf3925_set_streaming() local
726 struct i2c_client *client = v4l2_get_subdevdata(sd); in bf3925_enum_mbus_code() local
742 struct i2c_client *client = v4l2_get_subdevdata(sd); in bf3925_enum_frame_sizes() local
768 struct i2c_client *client = v4l2_get_subdevdata(sd); in bf3925_get_fmt() local
843 struct i2c_client *client = v4l2_get_subdevdata(sd); in bf3925_set_fmt() local
890 struct i2c_client *client = v4l2_get_subdevdata(sd); in bf3925_s_stream() local
958 struct i2c_client *client = v4l2_get_subdevdata(sd); in bf3925_open() local
996 struct i2c_client *client = v4l2_get_subdevdata(sd); in bf3925_s_frame_interval() local
1119 struct i2c_client *client = bf3925->client; in bf3925_init() local
1132 struct i2c_client *client = bf3925->client; in bf3925_power() local
1210 struct i2c_client *client = bf3925->client; in bf3925_detect() local
1345 static int bf3925_probe(struct i2c_client *client, in bf3925_probe()
1470 static int bf3925_remove(struct i2c_client *client) in bf3925_remove()