Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/media/tpg/
Dv4l2-tpg.h218 enum tpg_move_mode mv_vert_mode; member
604 enum tpg_move_mode mv_vert_mode) in tpg_s_mv_vert_mode() argument
606 tpg->mv_vert_mode = mv_vert_mode; in tpg_s_mv_vert_mode()
649 tpg->mv_vert_mode == TPG_MOVE_NONE; in tpg_pattern_is_static()
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c103 tpg->mv_vert_mode = TPG_MOVE_NONE; in tpg_init()
2061 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
2062 switch (tpg->mv_vert_mode) { in tpg_update_mv_step()