Lines Matching refs:scan
722 const struct base_overscan *scan; in tve_select_output() local
763 scan = &base_parameter.scan; in tve_select_output()
783 scan = &base2_parameter->overscan_info; in tve_select_output()
804 if (scan->leftscale < min_scan && scan->leftscale > 0) in tve_select_output()
806 else if (scan->leftscale < max_scan && scan->leftscale > 0) in tve_select_output()
807 overscan->left_margin = scan->leftscale; in tve_select_output()
809 if (scan->rightscale < min_scan && scan->rightscale > 0) in tve_select_output()
811 else if (scan->rightscale < max_scan && scan->rightscale > 0) in tve_select_output()
812 overscan->right_margin = scan->rightscale; in tve_select_output()
814 if (scan->topscale < min_scan && scan->topscale > 0) in tve_select_output()
816 else if (scan->topscale < max_scan && scan->topscale > 0) in tve_select_output()
817 overscan->top_margin = scan->topscale; in tve_select_output()
819 if (scan->bottomscale < min_scan && scan->bottomscale > 0) in tve_select_output()
821 else if (scan->bottomscale < max_scan && scan->bottomscale > 0) in tve_select_output()
822 overscan->bottom_margin = scan->bottomscale; in tve_select_output()