Lines Matching refs:scan
654 const struct base_overscan *scan; in tve_select_output() local
695 scan = &base_parameter.scan; in tve_select_output()
715 scan = &base2_parameter->overscan_info; in tve_select_output()
736 if (scan->leftscale < min_scan && scan->leftscale > 0) in tve_select_output()
738 else if (scan->leftscale < max_scan && scan->leftscale > 0) in tve_select_output()
739 overscan->left_margin = scan->leftscale; in tve_select_output()
741 if (scan->rightscale < min_scan && scan->rightscale > 0) in tve_select_output()
743 else if (scan->rightscale < max_scan && scan->rightscale > 0) in tve_select_output()
744 overscan->right_margin = scan->rightscale; in tve_select_output()
746 if (scan->topscale < min_scan && scan->topscale > 0) in tve_select_output()
748 else if (scan->topscale < max_scan && scan->topscale > 0) in tve_select_output()
749 overscan->top_margin = scan->topscale; in tve_select_output()
751 if (scan->bottomscale < min_scan && scan->bottomscale > 0) in tve_select_output()
753 else if (scan->bottomscale < max_scan && scan->bottomscale > 0) in tve_select_output()
754 overscan->bottom_margin = scan->bottomscale; in tve_select_output()