Searched refs:bottom (Results 51 - 75 of 96) sorted by relevance

1234

/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.h337 fcp_rsp = &qtcb->bottom.io.fcp_rsp.iu.resp;
H A Dzfcp_fsf.h470 union fsf_qtcb_bottom bottom; member in struct:fsf_qtcb
/linux-master/fs/hfsplus/
H A Dhfsplus_raw.h230 __be16 bottom; member in struct:hfsp_rect
/linux-master/include/linux/
H A Dconsole.h50 * @con_scroll: move lines from @top to @bottom in direction @dir by @lines.
100 unsigned int bottom, enum con_scroll dir,
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h214 int32_t bottom; member in struct:qxl_rect
221 uint32_t bottom; member in struct:qxl_urect
H A Dqxl_cmd.c343 area->right > surface_width || area->bottom > surface_height)
553 rect.bottom = surf->surf.height;
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_plane.c52 #define VSC_INI_PHASE_BOT(bottom) FIELD_PREP(GENMASK(31, 16), bottom)
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.h604 unsigned int bottom; member in struct:vc4_crtc_state::__anon837
937 unsigned int *top, unsigned int *bottom);
/linux-master/drivers/video/fbdev/
H A Darcfb.c301 unsigned int bottom, unsigned int left, unsigned int right)
305 distance = (bottom - top) + 1;
300 arcfb_lcd_update_vert(struct arcfb_par *par, unsigned int top, unsigned int bottom, unsigned int left, unsigned int right) argument
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c806 u32 left, right, top, bottom; local
824 bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT;
827 height = ctx->img_height - top - bottom;
829 left, top, s->r.width, s->r.height, right, bottom,
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-h264.c790 bool bottom; local
808 bottom = ref->fields == V4L2_H264_BOTTOM_FIELD_REF;
812 set_ps_field(hw_rps, BOTTOM_FLAG(i, j), bottom);
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c68 .bottom = DEFAULT_HEIGHT,
394 frm->bottom = frm->height;
496 f->bottom = f->o_height + f->c_height;
/linux-master/drivers/staging/wlan-ng/
H A Dhfa384x.h363 u16 bottom; member in struct:hfa384x_caplevel
889 u16 bottom; member in struct:hfa384x_pdr_mfisuprange
896 u16 bottom; member in struct:hfa384x_pdr_cfisuprange
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c753 int bottom[COMP_MAX]; member in struct:pixel_ext
829 src_h, pe->top, pe->bottom);
938 pe.top, pe.bottom, false);
/linux-master/drivers/tty/vt/
H A Dvt.c429 unsigned int bottom, enum con_scroll dir,
433 unsigned int size = bottom - top;
443 vc_uniscr_clear_lines(vc, bottom - nr, nr);
566 unsigned int bottom, enum con_scroll dir,
569 unsigned int rows = bottom - top;
572 if (top + nr >= bottom)
574 if (bottom > vc->vc_rows || top >= bottom || nr < 1)
577 vc_uniscr_scroll(vc, top, bottom, dir, nr);
579 vc->vc_sw->con_scroll(vc, top, bottom, di
428 vc_uniscr_scroll(struct vc_data *vc, unsigned int top, unsigned int bottom, enum con_scroll dir, unsigned int nr) argument
565 con_scroll(struct vc_data *vc, unsigned int top, unsigned int bottom, enum con_scroll dir, unsigned int nr) argument
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c163 struct drm_property *bottom; member in struct:psb_intel_sdvo_connector
1681 psb_intel_sdvo_connector->bottom, val);
1691 } else if (psb_intel_sdvo_connector->bottom == property) {
2313 psb_intel_sdvo_connector->bottom =
2315 if (!psb_intel_sdvo_connector->bottom)
2319 psb_intel_sdvo_connector->bottom,
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c689 KUNIT_EXPECT_EQ(test, mode.tv_margins.bottom, 36);
785 KUNIT_EXPECT_EQ(test, mode.tv_margins.bottom, 36);
808 KUNIT_EXPECT_EQ(test, mode.tv_margins.bottom, 36);
/linux-master/include/drm/
H A Ddrm_connector.h356 * bottom side of the device's casing, iow
842 * @bottom: Bottom margin in pixels.
844 unsigned int bottom; member in struct:drm_connector_tv_margins
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c121 btcx_riscmem_free(btv->c.pci, &buf->bottom);
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c1825 unsigned int bottom = sink->height - PREV_MARGIN_BOTTOM; local
1846 bottom -= 2;
1854 crop->top = clamp_t(u32, crop->top, top, bottom - PREV_MIN_OUT_HEIGHT);
1858 bottom - crop->top);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c281 u32 bottom; local
284 bottom = cpu_to_le32(*((u32 *)bp->dev->dev_addr));
285 macb_or_gem_writel(bp, SA1B, bottom);
290 gem_writel(bp, RXPTPUNI, bottom);
291 gem_writel(bp, TXPTPUNI, bottom);
305 u32 bottom; local
312 bottom = macb_or_gem_readl(bp, SA1B + i * 8);
315 addr[0] = bottom & 0xff;
316 addr[1] = (bottom >> 8) & 0xff;
317 addr[2] = (bottom >> 1
[all...]
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpuapi.c497 rect_info.bottom = 0;
532 info->rc_display.bottom = 0;
H A Dwave5-vpuapi.h354 unsigned int bottom; /* vertical pixel offset from bottom edge */ member in struct:vpu_rect
490 u32 conf_win_bot; /* bottom offset of conformance window */
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c749 if (addr >= op->bottom && addr <= op->top)
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h384 int32 bottom; member in struct:__anon727

Completed in 352 milliseconds

1234