Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/tpg/
Dv4l2-tpg.h115 TPG_MOVE_NONE, enumerator
646 tpg->mv_hor_mode == TPG_MOVE_NONE && in tpg_pattern_is_static()
647 tpg->mv_vert_mode == TPG_MOVE_NONE; in tpg_pattern_is_static()
/Linux-v5.4/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c102 tpg->mv_hor_mode = TPG_MOVE_NONE; in tpg_init()
103 tpg->mv_vert_mode = TPG_MOVE_NONE; in tpg_init()
2011 int factor = tpg->mv_hor_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
2028 case TPG_MOVE_NONE: in tpg_update_mv_step()
2035 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
2049 case TPG_MOVE_NONE: in tpg_update_mv_step()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-ctrls.c535 .def = TPG_MOVE_NONE,
556 .def = TPG_MOVE_NONE,