Searched refs:bottom (Results 26 - 38 of 38) sorted by relevance

12

/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/video/
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/net/wireless/hostap/
H A Dhostap_common.h193 __le16 bottom; member in struct:hfa384x_sup_range
/drivers/media/video/s5p-g2d/
H A Dg2d.c77 .bottom = DEFAULT_HEIGHT,
395 frm->bottom = frm->height;
524 f->bottom = f->o_height + f->c_height;
/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
/drivers/s390/scsi/
H A Dzfcp_fsf.h441 union fsf_qtcb_bottom bottom; member in struct:fsf_qtcb
H A Dzfcp_dbf.c403 &(fsf->qtcb->bottom.io.fcp_rsp);
/drivers/video/mbx/
H A Dmbxfb.c475 if (porder->bottom == porder->top)
484 switch (porder->bottom) {
/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/infiniband/hw/qib/
H A Dqib_diag.c747 if (addr >= op->bottom && addr <= op->top)
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/wlags49_h2/
H A Dhcf.c4064 ifbp->IFB_HSISup.bottom = CNV_LITTLE_TO_SHORT( ifbp->IFB_HSISup.bottom );
4075 ifbp->IFB_FWSup.bottom = CNV_LITTLE_TO_SHORT( ifbp->IFB_FWSup.bottom );

Completed in 1738 milliseconds

12