Searched refs:dy (Results 101 - 122 of 122) sorted by relevance

12345

/linux-master/drivers/video/fbdev/
H A Dtridentfb.c634 par->fill_rect(par, fr->dx, fr->dy, fr->width,
662 par->image_blit(par, img->data, img->dx, img->dy,
678 par->copy_rect(par, ca->sx, ca->sy, ca->dx, ca->dy,
H A Ds3fb.c358 dst1 = info->screen_base + (image->dy * info->fix.line_length)
383 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
415 dst1 = info->screen_base + (image->dy * info->fix.line_length)
H A Dsstfb.c786 sst_write(BLTDSTXY, area->dx | (area->dy << 16));
814 sst_write(BLTDSTXY, rect->dx | (rect->dy << 16));
H A Dstifb.c1061 WRITE_WORD(((area->dx << 16) | area->dy), fb, REG_25);
1102 NGLE_SET_DSTXY(fb, (rect->dx << 16) | (rect->dy));
H A Dfsl-diu-fb.c1044 /* The cursor position has changed (cursor->image.dx|dy) */
1048 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff;
/linux-master/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h360 u32 dy; /** Vertical zoom factor */ member in struct:atomisp_dz_config
/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.c694 viapar->vram_addr, info->fix.line_length, rect->dx, rect->dy,
716 viapar->vram_addr, info->fix.line_length, area->dx, area->dy,
753 viapar->vram_addr, info->fix.line_length, image->dx, image->dy,
782 yy = cursor->image.dy - info->var.yoffset;
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c367 pack(l1_cfg->dy, l1_cfg->dx));
521 par->l1_cfg.dy = 0;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3717 ii, dx = 0, dy = 0, tx_finish = 0, rx_finish = 0; local
4343 dy = (tx_y0[i]>>21) - (tx_y0[ii]>>21);
4344 if (dy < 3 && dy > -3) {
4373 dy = (rx_y0[i]>>21) - (rx_y0[ii]>>21);
4374 if (dy < 4 && dy > -4) {
/linux-master/drivers/input/mouse/
H A Dalps.c484 int dy = fields->st.y - corner[i].y; local
485 int distance = dx * dx + dy * dy;
/linux-master/drivers/media/dvb-frontends/
H A Ddib7000p.c1767 s32 dy; local
1784 dy = segments[i - 1].y - segments[i].y;
1788 tmp64 *= dy;
H A Ddib8000.c3979 s32 dy; local
3996 dy = segments[i - 1].y - segments[i].y;
4000 tmp64 *= dy;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3775 int dx, dy; local
3778 dy = pins[i + 1];
3783 if (dy < 0 || dy >= dsi->num_lanes_supported * 2)
3787 if (dy != dx - 1)
3791 if (dy != dx + 1)
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c365 || (pipe->stream->isp_params_configs->dz_config.dy !=
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1750 IA_CSS_ENTER_PRIVATE("dx=%d, dy=%d", config->dx, config->dy);
1753 assert(config->dy <= HRT_GDC_N);
1775 IA_CSS_LEAVE_PRIVATE("dx=%d, dy=%d", config->dx, config->dy);
3961 uds->curr_dy = enable_zoom ? (uint16_t)zoom->dy : HRT_GDC_N;
4093 * the dx/dy based on filter envelope and other information (ia_css_uds_sp_scale_params)
4127 /* A. Calculate dx/dy based on crop region using in_frame_info
H A Datomisp_compat_css20.c2710 zoom == asd->params.css_param.dz_config.dy) {
2718 asd->params.css_param.dz_config.dy = zoom;
H A Datomisp_cmd.c1848 if (dz_config->dx || dz_config->dy)
2000 if (dz_config->dx && dz_config->dy)
H A Dsh_css.c5120 (pipe->stream->isp_params_configs->dz_config.dy < HRT_GDC_N) ||
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2960 u32 dx, dy; local
2963 dy = pins[i + 1];
2968 if (dy >= dsi->num_lanes_supported * 2)
2972 if (dy != dx - 1)
2976 if (dy != dx + 1)
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c548 yy = cursor->image.dy - info->var.yoffset;
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.c1501 tmp |= (cursor->image.dy - info->var.yoffset) << 16;
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1571 .dy = 0,

Completed in 496 milliseconds

12345