Home
last modified time | relevance | path

Searched refs:mv_vert_mode (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/media/tpg/
H A 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()
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()
603 tpg_s_mv_vert_mode(struct tpg_data *tpg, enum tpg_move_mode mv_vert_mode) tpg_s_mv_vert_mode() argument
/kernel/linux/linux-6.6/include/media/tpg/
H A Dv4l2-tpg.h219 enum tpg_move_mode mv_vert_mode; member
620 enum tpg_move_mode mv_vert_mode) in tpg_s_mv_vert_mode()
622 tpg->mv_vert_mode = mv_vert_mode; in tpg_s_mv_vert_mode()
665 tpg->mv_vert_mode == TPG_MOVE_NONE; in tpg_pattern_is_static()
619 tpg_s_mv_vert_mode(struct tpg_data *tpg, enum tpg_move_mode mv_vert_mode) tpg_s_mv_vert_mode() argument
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c103 tpg->mv_vert_mode = TPG_MOVE_NONE; in tpg_init()
2093 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
2094 switch (tpg->mv_vert_mode) { in tpg_update_mv_step()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c103 tpg->mv_vert_mode = TPG_MOVE_NONE; in tpg_init()
2099 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
2100 switch (tpg->mv_vert_mode) { in tpg_update_mv_step()

Completed in 10 milliseconds