Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h85 TPG_MOVE_NONE, enumerator
572 tpg->mv_hor_mode == TPG_MOVE_NONE && in tpg_pattern_is_static()
573 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()
1499 int factor = tpg->mv_hor_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
1516 case TPG_MOVE_NONE: in tpg_update_mv_step()
1523 factor = tpg->mv_vert_mode > TPG_MOVE_NONE ? -1 : 1; in tpg_update_mv_step()
1537 case TPG_MOVE_NONE: in tpg_update_mv_step()
Dvivid-ctrls.c488 .def = TPG_MOVE_NONE,
509 .def = TPG_MOVE_NONE,