Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/i2c/
H A Dmt9m114.h202 struct misensor_reg { struct
447 static struct misensor_reg const mt9m114_exp_center[] = {
477 static struct misensor_reg const mt9m114_suspend[] = {
484 static struct misensor_reg const mt9m114_streaming[] = {
500 static struct misensor_reg const mt9m114_wakeup_reg[] = {
517 static struct misensor_reg const mt9m114_960P_init[] = {
555 static struct misensor_reg const mt9m114_976P_init[] = {
592 static struct misensor_reg const mt9m114_864P_init[] = {
630 static struct misensor_reg const mt9m114_736P_init[] = {
705 static struct misensor_reg const mt9m114_common[] = {
[all …]
H A Datomisp-mt9m114.c276 const struct misensor_reg *next) in __mt9m114_buf_reg_array()
317 const struct misensor_reg *next) in __mt9m114_write_reg_is_consecutive()
340 const struct misensor_reg *reglist, in mt9m114_write_reg_array()
343 const struct misensor_reg *next = reglist; in mt9m114_write_reg_array()
949 struct misensor_reg exp_reg; in mt9m114_s_exposure_selection()