Searched refs:top (Results 101 - 125 of 196) sorted by relevance

12345678

/drivers/media/platform/s5p-g2d/
H A Dg2d.c425 cr->bounds.top = 0;
442 cr->c.top = f->o_width;
458 if (cr->c.top < 0 || cr->c.left < 0) {
460 "doesn't support negative values for top & left\n");
483 f->o_height = cr->c.top;
/drivers/media/platform/ti-vpe/
H A Dvpdma.c645 rect.top >>= 1;
651 dma_addr += rect.top * stride + (rect.left * depth >> 3);
688 * field: top or bottom field info of the input image
716 rect.top >>= 1;
722 dma_addr += rect.top * stride + (rect.left * depth >> 3);
H A Dvpe.c1557 q_data->c_rect.top = 0;
1634 if (s->r.top < 0 || s->r.left < 0) {
1635 vpe_err(ctx->dev, "negative values for top and left\n");
1636 s->r.top = s->r.left = 0;
1642 /* adjust left/top if cropping rectangle is out of bounds */
1645 if (s->r.top + s->r.height > q_data->height)
1646 s->r.top = q_data->height - s->r.height;
1703 s->r.top = 0;
1729 (q_data->c_rect.top == sel.r.top)
[all...]
/drivers/media/platform/vsp1/
H A Dvsp1_wpf.c127 (crop->top << VI6_WPF_SZCLIP_OFST_SHIFT) |
/drivers/media/usb/dvb-usb-v2/
H A Dce6230.c204 .top = MXL5005S_TOP_25P2,
H A Dec168.c297 .top = MXL5005S_TOP_25P2,
/drivers/net/wimax/i2400m/
H A Dfw.c1262 const void *itr, *next, *top; local
1265 for (itr = bcf, top = itr + bcf_size;
1266 itr < top;
1270 leftover = top - itr;
/drivers/video/fbdev/
H A Dfb-puv3.c148 int top = 0; local
170 writel(top, UGE_CLIP0);
235 int top = 0; local
275 writel(top, UGE_CLIP0);
/drivers/media/i2c/
H A Ds5k5baf.c853 r->top = v->top * n->height / d->height;
866 p->left, p->top);
871 r.left, r.top);
1413 sel->r.top = 0;
1436 s5k5baf_bound_range(&r->top, &r->height, height);
1477 sel->r.top = 0;
/drivers/clk/
H A Dclk.c1593 struct clk *top = clk; local
1622 top = clk_calc_new_rates(parent, rate);
1647 top = clk_calc_new_rates(parent, best_parent_rate);
1652 return top;
1801 struct clk *top, *fail_clk; local
1820 top = clk_calc_new_rates(clk, rate);
1821 if (!top) {
1827 fail_clk = clk_propagate_rate_change(top, PRE_RATE_CHANGE);
1831 clk_propagate_rate_change(top, ABORT_RATE_CHANGE);
1837 clk_change_rate(top);
[all...]
/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c236 frame->crop.top = 0;
524 if (cr->c.top < 0 || cr->c.left < 0) {
525 pr_err("doesn't support negative values for top & left\n");
588 /* adjust left/top if cropping rectangle is out of bounds */
592 if (cr->c.top + tmp_h > max_h)
593 cr->c.top = max_h - tmp_h;
600 cr->c.left, cr->c.top, cr->c.width, cr->c.height, max_w, max_h);
/drivers/media/platform/soc_camera/
H A Drcar_vin.c694 cam_subrect->left, cam_subrect->top);
956 rect.top = 0;
1074 rect->left, rect->top);
1088 cam_rect->left, cam_rect->top);
1108 cam->vin_top = rect->top & ~1;
/drivers/net/ethernet/cadence/
H A Dmacb.c106 u16 top; local
110 top = cpu_to_le16(*((u16 *)(bp->dev->dev_addr + 4)));
111 macb_or_gem_writel(bp, SA1T, top);
127 u16 top; local
136 top = macb_or_gem_readl(bp, SA1T + i * 8);
143 addr[1] = top & 0xff;
144 addr[0] = (top & 0xff00) >> 8;
150 addr[4] = top & 0xff;
151 addr[5] = (top >> 8) & 0xff;
/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c158 struct drm_property *top; member in struct:psb_intel_sdvo_connector
1644 if (psb_intel_sdvo_connector->top)
1645 drm_property_destroy(dev, psb_intel_sdvo_connector->top);
1796 } else if (psb_intel_sdvo_connector->top == property) {
1810 psb_intel_sdvo_connector->top, val);
2421 psb_intel_sdvo_connector->top =
2423 if (!psb_intel_sdvo_connector->top)
2427 psb_intel_sdvo_connector->top,
/drivers/gpu/drm/i915/
H A Dintel_sdvo.c167 struct drm_property *top; member in struct:intel_sdvo_connector
2004 if (intel_sdvo_connector->top)
2005 drm_property_destroy(dev, intel_sdvo_connector->top);
2177 } else if (intel_sdvo_connector->top == property) {
2191 intel_sdvo_connector->top, val);
2844 intel_sdvo_connector->top =
2847 if (!intel_sdvo_connector->top)
2851 intel_sdvo_connector->top,
/drivers/gpu/drm/qxl/
H A Dqxl_dev.h215 int32_t top; member in struct:qxl_rect
222 uint32_t top; member in struct:qxl_urect
/drivers/gpu/ipu-v3/
H A Dipu-csi.c504 w->top = (reg & CSI_VSC_MASK) >> CSI_VSC_SHIFT;
522 reg |= ((w->top << CSI_VSC_SHIFT) | (w->left << CSI_HSC_SHIFT));
/drivers/lguest/
H A Dpage_tables.c55 * The Switcher uses the complete top PTE page. That's 1024 PTE entries (4MB)
78 * spgd_addr() takes the virtual address and returns a pointer to the top-level
302 /* Get top level entry. */
390 /* First step: get the top-level Guest page table entry. */
625 * hypercall and once in new_pgdir() when we re-used a top-level pgdir page.
662 /* First step: get the top-level Guest page table entry. */
688 * table (if any) corresponding to this top-level address the Guest has given
822 * what happens when the Guest changes page tables (ie. changes the top-level
899 /* If the top level isn't present, there's no entry to update. */
956 * Kernel mappings must be changed on all top level
1060 u32 top = ~switcher_addr + 1; local
[all...]
/drivers/md/bcache/
H A Dwriteback.c146 bkey_copy(keys.top, &w->key);
147 SET_KEY_DIRTY(keys.top, false);
/drivers/media/i2c/soc_camera/
H A Dov9640.c556 a->c.top = 0;
567 a->bounds.top = 0;
/drivers/media/platform/omap3isp/
H A Dispccdc.c1248 isp_reg_writel(isp, (crop->top << ISPCCDC_VERT_START_SLV0_SHIFT) |
1249 (crop->top << ISPCCDC_VERT_START_SLV1_SHIFT),
2082 /* For Bayer formats, restrict left/top and width/height to even values
2088 crop->top &= ~1;
2092 crop->top = clamp_t(u32, crop->top, 0, sink->height - CCDC_MIN_HEIGHT);
2103 sink->height - crop->top);
2238 sel->r.top = 0;
2353 crop->top = 0;
/drivers/gpu/drm/vmwgfx/
H A Dsvga_reg.h389 * SVGASignedRect specifies a half-open interval: the (left, top)
397 int32 top; member in struct:SVGASignedRect
1363 * which exist on top of the updated region.
/drivers/ide/
H A DKconfig329 Please read the comments at the top of <file:drivers/ide/opti621.c>.
366 Please read the comments at the top of
532 Please read the comments at the top of <file:drivers/ide/ns87415.c>.
550 Please read the comments at the top of
597 Please read the comments at the top of <file:drivers/ide/sis5513.c>.
619 Please read the comments at the top of
629 Please read the comments at the top of <file:drivers/ide/trm290.c>.
/drivers/net/ethernet/ibm/ehea/
H A Dehea.h196 struct ehea_top_bmap *top[EHEA_MAP_ENTRIES]; member in struct:ehea_bmap
/drivers/net/wireless/hostap/
H A Dhostap_common.h194 __le16 top; member in struct:hfa384x_sup_range

Completed in 3650 milliseconds

12345678