Lines Matching defs:client
127 struct i2c_client *client; member
312 static int ov2735_write_reg(struct i2c_client *client, u8 reg, u8 val) in ov2735_write_reg()
336 static int ov2735_write_array(struct i2c_client *client, in ov2735_write_array()
357 static int ov2735_read_reg(struct i2c_client *client, u8 reg, u8 *val) in ov2735_read_reg()
654 struct i2c_client *client = ov2735->client; in ov2735_s_stream() local
691 struct i2c_client *client = ov2735->client; in ov2735_s_power() local
792 struct i2c_client *client = to_i2c_client(dev); in ov2735_runtime_resume() local
801 struct i2c_client *client = to_i2c_client(dev); in ov2735_runtime_suspend() local
902 struct i2c_client *client = ov2735->client; in ov2735_set_ctrl() local
1033 struct i2c_client *client) in ov2735_check_sensor_id()
1078 static int ov2735_probe(struct i2c_client *client, in ov2735_probe()
1197 static int ov2735_remove(struct i2c_client *client) in ov2735_remove()