Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h85 TPG_MOVE_NONE, enumerator
592 tpg->mv_hor_mode == TPG_MOVE_NONE && in tpg_pattern_is_static()
593 tpg->mv_vert_mode == TPG_MOVE_NONE; in tpg_pattern_is_static()
Dvivid-tpg.c110 tpg->mv_hor_mode = TPG_MOVE_NONE; in tpg_init()
111 tpg->mv_vert_mode = TPG_MOVE_NONE; in tpg_init()
1699 int factor = tpg->mv_hor_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
1716 case TPG_MOVE_NONE: in tpg_update_mv_step()
1723 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
1737 case TPG_MOVE_NONE: in tpg_update_mv_step()
Dvivid-ctrls.c498 .def = TPG_MOVE_NONE,
519 .def = TPG_MOVE_NONE,