Home
last modified time | relevance | path

Searched refs:misensor_reg (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/staging/media/atomisp/i2c/
Dmt9m114.h216 struct misensor_reg { struct
397 static struct misensor_reg const mt9m114_exitstandby[] = {
406 static struct misensor_reg const mt9m114_exp_win[5][5] = {
444 static struct misensor_reg const mt9m114_exp_average[] = {
473 static struct misensor_reg const mt9m114_exp_center[] = {
503 static struct misensor_reg const mt9m114_suspend[] = {
510 static struct misensor_reg const mt9m114_streaming[] = {
518 static struct misensor_reg const mt9m114_standby_reg[] = {
526 static struct misensor_reg const mt9m114_wakeup_reg[] = {
534 static struct misensor_reg const mt9m114_chgstat_reg[] = {
[all …]
Datomisp-mt9m114.c286 const struct misensor_reg *next) in __mt9m114_buf_reg_array()
327 const struct misensor_reg *next) in __mt9m114_write_reg_is_consecutive()
350 const struct misensor_reg *reglist, in mt9m114_write_reg_array()
353 const struct misensor_reg *next = reglist; in mt9m114_write_reg_array()
1076 struct misensor_reg exp_reg; in mt9m114_s_exposure_selection()