Searched refs:top (Results 76 - 100 of 196) sorted by relevance

12345678

/drivers/media/i2c/soc_camera/
H A Dmt9v022.c165 unsigned short y_skip_top; /* Lines to skip at the top */
297 soc_camera_limit_side(&rect.top, &rect.height,
319 ret = reg_write(client, MT9V022_ROW_START, rect.top);
367 a->bounds.top = MT9V022_ROW_SKIP;
401 .top = mt9v022->rect.top,
938 mt9v022->rect.top = MT9V022_ROW_SKIP;
H A Dov772x.c491 .top = 14,
500 .top = 6,
767 ret = ov772x_write(client, VSTART, win->rect.top >> 1);
780 ((win->rect.top & 1) << HREF_VSTART_SHIFT) |
857 a->c.top = 0;
868 a->bounds.top = 0;
H A Dmt9m111.c341 ret = reg_write(ROW_START, rect->top);
359 __func__, code, rect->width, rect->height, rect->left, rect->top,
408 soc_camera_limit_side(&rect.top, &rect.height,
440 a->bounds.top = MT9M111_MIN_DARK_ROWS;
983 mt9m111->rect.top = MT9M111_MIN_DARK_ROWS;
H A Dimx074.c216 rect->top = 0;
227 a->bounds.top = 0;
337 * 0x08+0x08 = top 8 bits
/drivers/block/
H A Dcciss_scsi.c114 int top; member in struct:cciss_scsi_cmd_stack_t
140 /* take the top memory chunk off the stack and return it, if any. */
149 if (stk->top < 0)
151 c = stk->elem[stk->top];
159 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top)); */
163 (sizeof(struct cciss_scsi_cmd_stack_elem_t)*stk->top) +
165 stk->top--;
181 /* drop the free memory chunk on top of the stack. */
188 stk->top++;
189 if (stk->top >
[all...]
/drivers/net/fddi/skfp/
H A Dsmt.c1184 int top ; local
1191 top = 0 ;
1193 top |= SMT_ST_WRAPPED ; /* state wrapped */
1197 top |= SMT_ST_UNATTACHED ; /* unattached concentrator */
1201 top |= SMT_ST_TWISTED_A ; /* twisted cable */
1204 top |= SMT_ST_TWISTED_B ; /* twisted cable */
1207 top |= SMT_ST_SRF ;
1210 top |= SMT_ST_ROOTED_S ;
1212 top |= SMT_ST_SYNC_SERVICE ;
1213 state->st_topology = top ;
[all...]
/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1458 ctx->crop_rect.top = 0;
1468 if (a->left < b->left || a->top < b->top)
1472 if (a->top + a->height > b->top + b->height)
1500 base_rect.top = 0;
1508 r->top = round_down(r->top, 2);
1514 ctx->crop_rect.top = r->top;
[all...]
/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c310 int low = 0, high = 0, top = 0, temp = 0; local
319 for( top = *count; top > 0; top--) {
320 for( low = 0, high = 1; high < top; low++, high++) {
369 y[i] = vv->ov.clips[i].c.top;
397 /* insert top/bottom coordinates */
580 /* calculate memory offsets for picture, look if we shall top-down-flip */
656 saa7146_set_position(dev, vv->ov.win.w.left, vv->ov.win.w.top, vv->ov.win.w.height, vv->ov.win.field, vv->ov_fmt->pixelformat);
/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c1371 sensor->pixel_array->crop[SMIAPP_PA_PAD_SRC].top);
1385 sensor->pixel_array->crop[SMIAPP_PA_PAD_SRC].top
1406 sensor->scaler->crop[SMIAPP_PAD_SINK].top);
1755 crops[ssd->sink_pad]->top = 0;
1986 sel->r.top = 0;
2061 _r.top = 0;
2076 sel->r.top = 0;
2083 sel->r.top = min_t(int, sel->r.top, src_size->height - sel->r.height);
2117 sink_fmt.top
[all...]
/drivers/media/i2c/
H A Ds5k6aa.c661 ret = s5k6aa_write(c, REG_G_PREVZOOM_IN_YOFFS, r->top);
1153 crop->top = clamp_t(unsigned int, crop->top, 0,
1178 rect->left, rect->top, rect->width, rect->height);
1209 crop->rect.top = clamp_t(unsigned int, crop->rect.top, 0, max_y);
1216 crop_r->left, crop_r->top, crop_r->width, crop_r->height);
1431 crop->top = 0;
1600 s5k6aa->ccd_rect.top = 0;
H A Dmt9m032.c243 sensor->crop.top);
460 rect.top = clamp(ALIGN(crop->rect.top, 2), MT9M032_ROW_START_MIN,
470 MT9M032_PIXEL_ARRAY_HEIGHT - rect.top);
756 sensor->crop.top = MT9M032_ROW_START_DEF;
H A Dak881x.c137 a->bounds.top = 0;
H A Ds5k4ecgx.c393 ret = s5k4ecgx_write(c, REG_G_PREV_IN_YOFFS, r->top);
401 ret = s5k4ecgx_write(c, REG_G_CAP_IN_YOFFS, r->top);
418 ret = s5k4ecgx_write(c, REG_G_PREVZOOM_IN_YOFFS, r->top);
426 ret = s5k4ecgx_write(c, REG_G_CAPZOOM_IN_YOFFS, r->top);
/drivers/media/platform/davinci/
H A Dvpbe_display.c589 int top, int left)
596 cfg->ypos = min((unsigned int)top,
613 if ((c->height == 0) || ((c->height + c->top) >
615 c->height = vpbe_dev->current_timings.yres - c->top;
729 if (rect.top < 0)
730 rect.top = 0;
742 vpbe_disp_adj_position(disp_dev, layer, rect.top,
798 rect->top = cfg->ypos;
816 cropcap->bounds.top = 0;
587 vpbe_disp_adj_position(struct vpbe_display *disp_dev, struct vpbe_layer *layer, int top, int left) argument
H A Disif.c302 vert_start = image_win->top;
797 isif_cfg.bayer.win.top = win->top;
802 isif_cfg.ycbcr.win.top = win->top;
/drivers/staging/media/davinci_vpfe/
H A Ddm365_isif.c200 isif->isif_cfg.bayer.win.top = win->top;
206 isif->isif_cfg.ycbcr.win.top = win->top;
245 vpfe_isif->crop.top = 0;
782 vert_start = image_win->top;
1561 if (crop->rect.top < 0 || crop->rect.left < 0 ||
1564 (crop->rect.top + crop->rect.height >
1567 crop->rect.top = 0;
/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c343 if (area->left < 0 || area->top < 0 ||
347 area->top, area->right, area->bottom, surface_width, surface_height);
589 rect.top = 0;
/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c141 cfg |= (crop->left << 16) | crop->top;
142 if (crop->left != 0 || crop->top != 0)
148 voff2 = mf->height - crop->height - crop->top;
/drivers/media/platform/exynos-gsc/
H A Dgsc-regs.c132 cfg |= GSC_SRCIMG_OFFSET_Y(frame->crop.top);
246 cfg |= GSC_DSTIMG_OFFSET_Y(frame->crop.top);
/drivers/media/platform/exynos4-is/
H A Dfimc-core.h519 u32 left, u32 top, u32 width, u32 height)
522 f->offs_v = top;
518 set_frame_crop(struct fimc_frame *f, u32 left, u32 top, u32 width, u32 height) argument
/drivers/media/platform/vivid/
H A Dvivid-osd.c293 start_window.top = 0;
307 dev->fb_defined.upper_margin = start_window.top + 1;
/drivers/media/usb/gspca/
H A Dmars.c143 static void setilluminators(struct gspca_dev *gspca_dev, bool top, bool bottom) argument
147 if (top)
/drivers/video/fbdev/kyro/
H A DSTG4000OverlayDevice.c318 u32 left, u32 top,
352 srcDest.ulDstY1 = top;
317 SetOverlayViewPort(volatile STG4000REG __iomem *pSTGReg, u32 left, u32 top, u32 right, u32 bottom) argument
/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h179 u16 top; /* rf-agc take over point */ member in struct:drxj_cfg_agc
/drivers/media/dvb-frontends/
H A Ddrxk_hard.h188 u16 top; /* rf-agc take over point */ member in struct:s_cfg_agc

Completed in 1801 milliseconds

12345678