Lines Matching refs:overscan_y
468 int overscan_x, int overscan_y, int pos_x,
501 int overscan_y;
1038 d.overscan_y = 0;
1135 reset = ((REQ_NCO_BIT & req) && (d.overscan_y != d.last_overscan_y));
1156 d.overscan_y, d.position_x, d.position_y);
1195 d.last_overscan_y = d.overscan_y;
1558 *p_y = d.overscan_y;
1572 d.overscan_y = range_limit(y, -1000, 1000);
2462 int overscan_x, int overscan_y, int pos_x, int pos_y)
2503 v_offset = (int)((((float)overscan_y * range) / 1000.f) + .5f);