Searched defs:bottom (Results 1 - 24 of 24) sorted by relevance

/drivers/media/video/s5p-g2d/
H A Dg2d.h49 u32 bottom; member in struct:g2d_frame
/drivers/s390/scsi/
H A Dzfcp_cfdc.c165 memcpy(&data->payloads, &req->qtcb->bottom.support.els,
166 sizeof(req->qtcb->bottom.support.els));
393 * @bottom: The qtcb bottom with the status from the "open lun"
399 struct fsf_qtcb_bottom_support *bottom)
410 shared = !(bottom->lun_access_info & FSF_UNIT_ACCESS_EXCLUSIVE);
411 rw = (bottom->lun_access_info & FSF_UNIT_ACCESS_OUTBOUND_TRANSFER);
398 zfcp_cfdc_open_lun_eval(struct scsi_device *sdev, struct fsf_qtcb_bottom_support *bottom) argument
H A Dzfcp_fsf.c359 (unsigned long long)qtcb->bottom.support.req_handle);
442 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; local
448 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param
450 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload
454 memcpy(req->data, bottom, sizeof(*bottom));
458 fc_host_port_id(shost) = ntoh24(bottom->s_id);
459 fc_host_speed(shost) = bottom->fc_link_speed;
462 adapter->hydra_version = bottom
500 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; local
571 struct fsf_qtcb_bottom_port *bottom = &req->qtcb->bottom.port; local
1744 struct fsf_qtcb_bottom_support *bottom = &req->qtcb->bottom.support; local
2344 struct fsf_qtcb_bottom_support *bottom; local
[all...]
H A Dzfcp_fsf.h441 union fsf_qtcb_bottom bottom; member in struct:fsf_qtcb
/drivers/staging/media/go7007/
H A Dsaa7134-go7007.c62 u8 *bottom; member in struct:saa7134_go7007
247 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE);
267 virt_to_page(saa->bottom),
451 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL);
452 if (!saa->bottom)
486 if (saa->bottom)
487 free_page((unsigned long)saa->bottom);
504 free_page((unsigned long)saa->bottom);
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c690 u32 left, right, top, bottom; local
703 bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT;
708 cr->c.height = ctx->img_height - top - bottom;
711 cr->c.width, cr->c.height, right, bottom,
/drivers/scsi/
H A Dscsi_devinfo.c635 struct list_head *bottom; member in struct:double_list
644 list_entry(dl->bottom, struct scsi_dev_info_list,
647 if (devinfo_table->scsi_dev_info_list.next == dl->bottom &&
668 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list)
684 dl->bottom = dl->bottom->next;
685 while (&devinfo_table->scsi_dev_info_list == dl->bottom) {
694 dl->bottom = devinfo_table->scsi_dev_info_list.next;
/drivers/video/
H A Dsh_mipi_dsi.c136 u32 tmp, top, bottom, delay, div; local
329 bottom = 0x00000001;
331 bottom = (pdata->lane * ch->lcd_modes[0].hsync_len) - 10;
332 iowrite32(top | bottom , mipi->linkbase + VMLEN1);
341 bottom = 0x00000001;
355 bottom = ch->lcd_modes[0].right_margin;
356 bottom = (pdata->lane * bottom / div) - 12;
366 iowrite32(top | (bottom + delay) , mipi->linkbase + VMLEN2);
H A Dfb-puv3.c144 int bottom = info->var.yres - 1; local
148 bottom = (bottom << 16) | right;
169 writel(bottom, UGE_CLIP1);
234 int bottom = info->var.yres; local
265 bottom = (bottom << 16) | right;
274 writel(bottom, UGE_CLIP1);
H A Darcfb.c300 unsigned int bottom, unsigned int left, unsigned int right)
304 distance = (bottom - top) + 1;
299 arcfb_lcd_update_vert(struct arcfb_par *par, unsigned int top, unsigned int bottom, unsigned int left, unsigned int right) argument
/drivers/media/video/bt8xx/
H A Dbttv-risc.c470 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01;
482 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0,
483 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0);
540 /* bottom field */
589 btcx_riscmem_free(btv->c.pci,&buf->bottom);
599 struct btcx_riscmem *bottom; local
604 bottom = NULL;
635 bottom
[all...]
H A Dbttvp.h166 struct btcx_riscmem bottom; member in struct:bttv_buffer
174 struct bttv_buffer *bottom; /* bottom field buffer */ member in struct:bttv_buffer_set
460 - only the irq handler is supported to touch top + bottom + vcurr */
/drivers/video/kyro/
H A DSTG4000OverlayDevice.c319 u32 right, u32 bottom)
354 srcDest.ulDstY2 = bottom;
317 SetOverlayViewPort(volatile STG4000REG __iomem *pSTGReg, u32 left, u32 top, u32 right, u32 bottom) argument
/drivers/net/ethernet/cadence/
H A Dmacb.c61 u32 bottom; local
64 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr));
65 macb_or_gem_writel(bp, SA1B, bottom);
72 u32 bottom; local
76 bottom = macb_or_gem_readl(bp, SA1B);
79 addr[0] = bottom & 0xff;
80 addr[1] = (bottom >> 8) & 0xff;
81 addr[2] = (bottom >> 16) & 0xff;
82 addr[3] = (bottom >> 24) & 0xff;
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c65 out_rects[k].bottom = y2;
435 int left, right, top, bottom; local
474 bottom = clips->y2;
482 bottom = max_t(int, bottom, (int)clips_ptr->y2);
493 cmd->body.srcRect.bottom = bottom;
512 clip.y2 = bottom - unit->crtc.y;
527 cmd->body.destRect.bottom = clip.y2;
894 blits[hit_num].body.destRect.bottom
1200 int left, right, top, bottom; local
[all...]
H A Dsvga_reg.h381 * pixel is part of the rectangle, but the (right, bottom) pixel is
390 int32 bottom; member in struct:SVGASignedRect
/drivers/media/video/omap3isp/
H A Disppreview.c1739 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; local
1756 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT);
1760 bottom - crop->top);
/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c157 struct drm_property *bottom; member in struct:psb_intel_sdvo_connector
1636 if (psb_intel_sdvo_connector->bottom)
1637 drm_property_destroy(dev, psb_intel_sdvo_connector->bottom);
1788 psb_intel_sdvo_connector->bottom, val);
1798 } else if (psb_intel_sdvo_connector->bottom == property) {
2394 psb_intel_sdvo_connector->bottom =
2396 if (!psb_intel_sdvo_connector->bottom)
2400 psb_intel_sdvo_connector->bottom,
/drivers/gpu/drm/i915/
H A Dintel_sdvo.c162 struct drm_property *bottom; member in struct:intel_sdvo_connector
1613 if (intel_sdvo_connector->bottom)
1614 drm_property_destroy(dev, intel_sdvo_connector->bottom);
1765 intel_sdvo_connector->bottom, val);
1775 } else if (intel_sdvo_connector->bottom == property) {
2371 intel_sdvo_connector->bottom =
2374 if (!intel_sdvo_connector->bottom)
2378 intel_sdvo_connector->bottom,
/drivers/net/wireless/hostap/
H A Dhostap_common.h193 __le16 bottom; member in struct:hfa384x_sup_range
/drivers/media/video/
H A Dvino.c170 unsigned int left, right, top, bottom; member in struct:vino_clipping
425 .bottom = VINO_CLIPPING_START_ODD_NTSC
432 .bottom = VINO_CLIPPING_START_EVEN_NTSC
447 .bottom = VINO_CLIPPING_START_ODD_PAL
454 .bottom = VINO_CLIPPING_START_EVEN_PAL
469 .bottom = VINO_CLIPPING_START_ODD_PAL
476 .bottom = VINO_CLIPPING_START_EVEN_PAL
491 .bottom = VINO_CLIPPING_START_ODD_D1
498 .bottom = VINO_CLIPPING_START_EVEN_D1
1474 vcs->clipping.bottom
[all...]
/drivers/staging/wlags49_h2/
H A Dmdd.h268 hcf_16 bottom; member in struct:CFG_RANGE_SPEC_STRCT
274 hcf_8 bottom[2]; member in struct:CFG_RANGE_SPEC_BYTE_STRCT
462 X5( CFG_SUP_RANGE, role, id, variant, bottom, top ) /*[PRI] Primary Supplier compatibility range */
472 // X5( CFG_PRI_SUP_RANGE, role, id, variant, bottom, top ) /*[PRI] Primary Supplier compatibility range */
473 X5( CFG_CFI_ACT_RANGES_PRI,role, id, variant, bottom, top ) /*[PRI] Controller Actor compatibility ranges */
474 // X5( CFG_NIC_HSI_SUP_RANGE, role, id, variant, bottom, top ) /*H/W - S/W I/F supplier range */
476 X5( CFG_NIC_MFI_SUP_RANGE, role, id, variant, bottom, top ) /*[PRI] Modem I/F Supplier compatibility range */
477 X5( CFG_NIC_CFI_SUP_RANGE, role, id, variant, bottom, top ) /*[PRI] Controller I/F Supplier compatibility range*/
484 // X5( CFG_FW_SUP_RANGE, role, id, variant, bottom, top ) /*[STA] Station I/F Supplier compatibility range */
485 X5( CFG_MFI_ACT_RANGES, role, id, variant, bottom, to
[all...]
/drivers/infiniband/hw/qib/
H A Dqib.h644 * If a diag read or write is to (bottom <= offset <= top),
657 u32 bottom; member in struct:diag_observer
/drivers/staging/wlan-ng/
H A Dhfa384x.h379 u16 bottom; member in struct:hfa384x_caplevel
946 u16 bottom; member in struct:hfa384x_pdr_mfisuprange
953 u16 bottom; member in struct:hfa384x_pdr_cfisuprange

Completed in 595 milliseconds