Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Dmt9m114.h213 struct misensor_reg { struct
458 static struct misensor_reg const mt9m114_exp_center[] = {
488 static struct misensor_reg const mt9m114_suspend[] = {
495 static struct misensor_reg const mt9m114_streaming[] = {
511 static struct misensor_reg const mt9m114_wakeup_reg[] = {
528 static struct misensor_reg const mt9m114_960P_init[] = {
566 static struct misensor_reg const mt9m114_976P_init[] = {
603 static struct misensor_reg const mt9m114_864P_init[] = {
641 static struct misensor_reg const mt9m114_736P_init[] = {
716 static struct misensor_reg const mt9m114_common[] = {
[all …]
H A 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()
958 struct misensor_reg exp_reg; in mt9m114_s_exposure_selection()