Searched refs:__mt9t112_reg_write (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
H A D | mt9t112.c | 57 ECHECKER(ret, __mt9t112_reg_write(client, a, b)) 179 static int __mt9t112_reg_write(const struct i2c_client *client, __mt9t112_reg_write() function 220 return __mt9t112_reg_write(client, command, val); __mt9t112_reg_mask_set() 228 ret = __mt9t112_reg_write(client, 0x098E, command); __mt9t112_mcu_read() 240 ret = __mt9t112_reg_write(client, 0x098E, command); __mt9t112_mcu_write() 244 return __mt9t112_reg_write(client, 0x0990, data); __mt9t112_mcu_write()
|
Completed in 43 milliseconds