Lines Matching +defs:val +defs:client
82 u8 val; member
96 struct i2c_client *client; member
704 static int ov5695_write_reg(struct i2c_client *client, u16 reg, in ov5695_write_reg()
705 u32 len, u32 val) in ov5695_write_reg()
732 static int ov5695_write_array(struct i2c_client *client, in ov5695_write_array()
746 static int ov5695_read_reg(struct i2c_client *client, u16 reg, unsigned int len, in ov5695_read_reg()
747 u32 *val) in ov5695_read_reg()
893 u32 val; in ov5695_enable_test_pattern() local
933 struct i2c_client *client = ov5695->client; in ov5695_s_stream() local
1087 struct i2c_client *client = ov5695->client; in ov5695_set_ctrl() local
1223 struct i2c_client *client) in ov5695_check_sensor_id()
1253 static int ov5695_probe(struct i2c_client *client) in ov5695_probe()
1340 static void ov5695_remove(struct i2c_client *client) in ov5695_remove()