Lines Matching refs:top
1019 crop->top = 0;
1092 regmap_write(decoder->regmap, TVP5150_VERT_BLANKING_START, rect->top);
1094 rect->top + rect->height - hmax);
1118 dev_dbg_lvl(sd->dev, 1, debug, "%s left=%d, top=%d, width=%d, height=%d\n",
1119 __func__, rect->left, rect->top, rect->width, rect->height);
1123 rect->top = clamp(rect->top, 0, TVP5150_MAX_CROP_TOP);
1134 hmax - TVP5150_MAX_CROP_TOP - rect->top,
1135 hmax - rect->top, 0, 0);
1169 sel->r.top = 0;