Home
last modified time | relevance | path

Searched refs:ET8EK8_REGLIST_MODE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/i2c/et8ek8/
Det8ek8_mode.c141 .type = ET8EK8_REGLIST_MODE,
197 .type = ET8EK8_REGLIST_MODE,
253 .type = ET8EK8_REGLIST_MODE,
309 .type = ET8EK8_REGLIST_MODE,
365 .type = ET8EK8_REGLIST_MODE,
420 .type = ET8EK8_REGLIST_MODE,
476 .type = ET8EK8_REGLIST_MODE,
532 .type = ET8EK8_REGLIST_MODE,
Det8ek8_driver.c434 if ((*list)->type != ET8EK8_REGLIST_MODE) in et8ek8_reglist_find_mode_fmt()
476 if ((*list)->type != ET8EK8_REGLIST_MODE) in et8ek8_reglist_find_mode_ival()
496 if ((*list1)->type == ET8EK8_REGLIST_MODE && in et8ek8_reglist_cmp()
497 (*list2)->type != ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp()
499 if ((*list1)->type != ET8EK8_REGLIST_MODE && in et8ek8_reglist_cmp()
500 (*list2)->type == ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp()
908 if ((*list)->type != ET8EK8_REGLIST_MODE) in et8ek8_enum_mbus_code()
942 if ((*list)->type != ET8EK8_REGLIST_MODE) in et8ek8_enum_frame_size()
980 if ((*list)->type != ET8EK8_REGLIST_MODE) in et8ek8_enum_frame_ival()
1199 ET8EK8_REGLIST_MODE); in et8ek8_dev_init()
[all …]
Det8ek8_reg.h73 #define ET8EK8_REGLIST_MODE 10 macro