Searched refs:top (Results 126 - 150 of 196) sorted by relevance

12345678

/drivers/staging/lustre/lustre/obdclass/
H A Dcl_page.c643 struct cl_page *top; local
651 * bottom-to-top pass.
655 * This loop assumes that ->private points to the top-most page. This
658 top = (struct cl_page *)vmpage->private;
659 if (top == NULL)
662 for (page = top; page != NULL; page = page->cp_child) {
674 * Returns the top-page for a given page.
1004 * Calls cl_page_operations::cpo_discard() top-to-bottom.
1079 * cl_page_operations::cpo_delete() method top-to-bottom.
1110 * Calls cl_page_operations::cpo_unmap() through all layers top
[all...]
/drivers/media/i2c/soc_camera/
H A Dov5642.c757 priv->crop_rect.top = start_y;
897 a->bounds.top = 0;
1026 priv->crop_rect.top = (OV5642_MAX_HEIGHT - OV5642_DEFAULT_HEIGHT) / 2;
H A Dov2640.c956 a->c.top = 0;
967 a->bounds.top = 0;
H A Dov9740.c733 a->bounds.top = 0;
747 a->c.top = 0;
H A Dtw9910.c659 a->c.top = 0;
678 a->bounds.top = 0;
/drivers/media/parport/
H A Dbw-qcam.c122 int top, left; member in struct:qcam
451 /* Setting top and left -- bls */
453 qc_command(q, q->top);
1002 qcam->top = 1;
H A Dc-qcam.c57 int top, left; member in struct:qcam
291 /* Set top and left. */
292 qcam_set(qcam, 0xd, qcam->top);
773 qcam->top = 1;
/drivers/staging/wlan-ng/
H A Dhfa384x.h381 u16 top; member in struct:hfa384x_caplevel
948 u16 top; member in struct:hfa384x_pdr_mfisuprange
955 u16 top; member in struct:hfa384x_pdr_cfisuprange
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c476 static int ctrl_cropt_min_get(struct pvr2_ctrl *cptr, int *top) argument
483 *top = cap->bounds.top;
487 static int ctrl_cropt_max_get(struct pvr2_ctrl *cptr, int *top) argument
494 *top = cap->bounds.top;
496 *top += cap->bounds.height - cptr->hdw->croph_val;
526 btopend = cap->bounds.top+cap->bounds.height;
551 *val = cap->bounds.top;
595 *val = cap->defrect.top;
[all...]
/drivers/scsi/
H A Dmvumi.c63 st->top = size;
70 BUG_ON(st->top <= 0);
71 return st->stack[--st->top];
77 BUG_ON(st->top >= st->size);
78 st->stack[st->top++] = tag;
83 if (st->top == 0)
H A Dmvumi.h478 unsigned short top; member in struct:mvumi_tag
/drivers/md/bcache/
H A Dbset.c160 if (k == l->top)
163 while (bkey_next(k) != l->top)
166 return l->top = k;
H A Drequest.c158 while (src != op->insert_keys.top) {
168 op->insert_keys.top = dst;
221 k = op->insert_keys.top;
/drivers/media/pci/ivtv/
H A Divtv-yuv.c139 /* If we've offset the y plane, ensure top area is blanked */
992 nf->src_y = args->src.top;
996 nf->dst_y = args->dst.top;
1133 dma_args.src.top = 0;
H A Divtv-ioctl.c461 winfmt->w.top = winfmt->w.left = 0;
534 decoded video frame will always be placed in the top left corner of
826 cropcap->bounds.top = cropcap->bounds.left = 0;
868 crop->c.width, crop->c.height, crop->c.left, crop->c.top)) {
1109 * happens within the first 100 lines of the top field.
1128 itv->main_rect.top = 0;
/drivers/media/platform/
H A Dsh_veu.c537 unsigned int top = vfmt->frame.top; local
539 top * veu->vfmt_out.bytesperline;
/drivers/media/platform/vsp1/
H A Dvsp1_video.c320 input->location.top = 0;
345 input->location.top = rect->top;
/drivers/media/pci/cx18/
H A Dcx18-dvb.c65 .top = MXL5005S_TOP_25P2,
/drivers/media/platform/coda/
H A Dcoda-bit.c1408 q_data_dst->rect.top = (top_bottom >> 10) & 0x3ff;
1411 q_data_dst->rect.height = height - q_data_dst->rect.top -
1679 rect->top = top_bottom >> 16 & 0xffff;
1682 rect->height = height - rect->top -
/drivers/media/platform/soc_camera/
H A Dsh_mobile_ceu_camera.c1225 rect->left, rect->top);
1242 cam_rect->left, cam_rect->top);
1324 cam->ceu_top = scale_down(rect->top - cam_rect->top, scale_cam_v) & ~1;
/drivers/net/ethernet/tehuti/
H A Dtehuti.h181 int top; member in struct:rxdb
/drivers/gpu/drm/qxl/
H A Dqxl_display.c91 client_head->y = c_rect->top;
93 client_head->height = c_rect->bottom - c_rect->top;
/drivers/media/platform/davinci/
H A Ddm644x_ccdc.c152 vert_start = image_win->top;
611 val = (params->win.top & CCDC_FMT_VERT_FMTSLV_MASK)
/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c494 c->bounds.top = 0;
498 c->defrect.top = 0;
/drivers/video/fbdev/mbx/
H A Dmbxfb.c474 if (porder->bottom == porder->top)
494 switch (porder->top) {

Completed in 670 milliseconds

12345678