Home
last modified time | relevance | path

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

/linux-6.12.1/include/media/tpg/
Dv4l2-tpg.h115 TPG_MOVE_NONE, enumerator
664 tpg->mv_hor_mode == TPG_MOVE_NONE && in tpg_pattern_is_static()
665 tpg->mv_vert_mode == TPG_MOVE_NONE; in tpg_pattern_is_static()
/linux-6.12.1/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()
2078 int factor = tpg->mv_hor_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
2095 case TPG_MOVE_NONE: in tpg_update_mv_step()
2102 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
2116 case TPG_MOVE_NONE: in tpg_update_mv_step()
/linux-6.12.1/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c711 .def = TPG_MOVE_NONE,
732 .def = TPG_MOVE_NONE,