Lines Matching +defs:val +defs:c
218 static int __mt9v111_read(struct i2c_client *c, u8 reg, u16 *val) in __mt9v111_read()
247 static int __mt9v111_write(struct i2c_client *c, u8 reg, u16 val) in __mt9v111_write()
273 static int __mt9v111_addr_space_select(struct i2c_client *c, u16 addr_space) in __mt9v111_addr_space_select()
277 u16 val; in __mt9v111_addr_space_select() local
300 static int mt9v111_read(struct i2c_client *c, u8 addr_space, u8 reg, u16 *val) in mt9v111_read()
316 static int mt9v111_write(struct i2c_client *c, u8 addr_space, u8 reg, u16 val) in mt9v111_write()
332 static int mt9v111_update(struct i2c_client *c, u8 addr_space, u8 reg, in mt9v111_update()
333 u16 mask, u16 val) in mt9v111_update()
410 struct i2c_client *c = mt9v111->client; in __mt9v111_sw_reset() local
534 struct i2c_client *c = mt9v111->client; in mt9v111_hw_config() local
1090 u16 val; in mt9v111_chip_probe() local