Searched refs:y2 (Results 51 - 75 of 105) sorted by relevance

12345

/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c712 u32 y1, y2; local
745 y2 = (last->dev_sof + 2048) << 16;
746 if (y2 < y1)
747 y2 += 2048 << 16;
749 y = (u64)(y2 - y1) * (1ULL << 31) + (u64)y1 * (u64)x2
750 - (u64)y2 * (u64)x1;
756 "%s: PTS %u y %llu.%06llu SOF %u.%06llu (x1 %u x2 %u y1 %u y2 %u SOF offset %u)\n",
760 x1, x2, y1, y2, clock->sof_offset);
771 y2 = (u32)ktime_to_ns(ktime_sub(last->host_time, first->host_time)) + y1;
785 y = (u64)(y2
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_fbdev_generic.c173 for (y = clip->y1; y < clip->y2; y++) {
222 if (!(clip->x1 < clip->x2 && clip->y1 < clip->y2))
H A Ddrm_client.c493 .y2 = rect->y2,
H A Ddrm_mipi_dbi.c261 unsigned int height = rect->y2 - rect->y1;
284 rect->y2 - 1);
368 .y2 = fb->height,
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c190 int x2, int y2)
193 int h = y2 - y1 + 1;
189 NVSetClippingRectangle(struct fb_info *info, int x1, int y1, int x2, int y2) argument
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S151 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
153 veor \t1, \y2, \y3
159 vand \x3, \x3, \y2
169 y0, y1, y2, y3, t0, t1, t2, t3
173 veor \y0, \y0, \y2
175 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
182 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
183 veor \y0, \y0, \y2
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-core.S97 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
99 eor \t1, \y2, \y3
105 and \x3, \x3, \y2
115 y0, y1, y2, y3, t0, t1, t2, t3
119 eor \y0, \y0, \y2
121 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
128 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
129 eor \y0, \y0, \y2
/linux-master/drivers/input/mouse/
H A Delantech.c357 * byte 3: y7 y6 y5 y4 y3 y2 y1 y0
394 /* x1 < x2 and y1 < y2 when two fingers, x = y = 0 when not pressed */
398 unsigned int x2, unsigned int y2)
401 elantech_set_slot(dev, 1, num_fingers >= 2, x2, y2);
413 unsigned int fingers, x1 = 0, y1 = 0, x2 = 0, y2 = 0; local
436 * byte 5: y7 y6 y5 y4 y3 y2 y1 y0
461 y2 = etd->y_max -
475 elantech_report_semi_mt_data(dev, fingers, x1, y1, x2, y2);
498 * byte 5: y7 y6 y5 y4 y3 y2 y1 y0
564 unsigned int fingers = 0, x1 = 0, y1 = 0, x2 = 0, y2 local
395 elantech_report_semi_mt_data(struct input_dev *dev, unsigned int num_fingers, unsigned int x1, unsigned int y1, unsigned int x2, unsigned int y2) argument
[all...]
/linux-master/drivers/video/fbdev/
H A Damifb.c3161 int dst_idx, x2, y2; local
3173 y2 = rect->dy + rect->height;
3175 y2 = y2 < info->var.yres_virtual ? y2 : info->var.yres_virtual;
3177 height = y2 - rect->dy;
3239 int x2, y2; local
3247 y2 = area->dy + area->height;
3251 y2 = y2 < inf
3332 int x2, y2; local
[all...]
H A Dbroadsheetfb.c865 u16 y1, u16 y2)
873 /* y2 must be a multiple of 4 , but - 1 so up the lower bits */
874 y2 |= 0x0003;
880 args[4] = y2;
887 broadsheet_burst_write(par, ((1 + y2 - y1) * par->info->var.xres)/2,
864 broadsheetfb_dpy_update_pages(struct broadsheetfb_par *par, u16 y1, u16 y2) argument
H A Dudlfb.c687 int x, x2, y, y2; local
693 y2 = dlfb->damage_y2;
697 if (x < x2 && y < y2)
698 dlfb_handle_damage(dlfb, x, y, x2 - x, y2 - y);
705 int y2 = y + height; local
707 if (x >= x2 || y >= y2)
714 dlfb->damage_y2 = max(y2, dlfb->damage_y2);
H A Dpxa168fb.h113 #define CFG_CKEY_Y2(y2) ((y2) << 24)
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c119 uint32_t h = rect->y2 - rect->y1;
241 rect.y2 - rect.y1);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c267 rect->y2 = max_t(int, rect->y2, diff->line + 1);
H A Dvmwgfx_ldu.c362 .y2 = vfb->base.height
635 cmd[i].body.height = clips->y2 - clips->y1;
H A Dvmwgfx_scrn.c513 blit->body.destRect.bottom = clip->y2;
628 rect->bottom = clip->y2;
665 blit->body.srcRect.bottom = src_bb.y2;
670 blit->body.destRect.bottom = bb->y2;
H A Dvmwgfx_kms.h227 int x1, x2, y1, y2; member in struct:vmw_clip_rect
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c48 .y2 = fb->height,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c149 if (!(clip->x1 < clip->x2 && clip->y1 < clip->y2))
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dphy.c1068 static s32 carl9170_interpolate_s32(s32 x, s32 x1, s32 y1, s32 x2, s32 y2) argument
1071 if (y2 == y1)
1078 return y2;
1084 return y1 + (((y2 - y1) * (x - x1)) / (x2 - x1));
1087 static u8 carl9170_interpolate_u8(u8 x, u8 x1, u8 y1, u8 x2, u8 y2) argument
1093 y1 << SHIFT, x2 << SHIFT, y2 << SHIFT);
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c70 .dst.y2 = mode->vdisplay,
74 .src.y2 = mode->vdisplay << 16,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.c111 if ((new_plane_state->dst.y1 | new_plane_state->dst.y2) & 1)
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c597 pipe_cfg.src_rect.y2 =
719 src.y2, sblk->rotation_cfg->rot_maxheight);
846 pipe_cfg->src_rect.y2 >>= 16;
851 fb_rect.y2 = new_plane_state->fb->height;
/linux-master/sound/pci/au88x0/
H A Dau88x0_a3d.c77 a3dsrc_SetAtmosState(a3dsrc_t * a, short x1, short x2, short y1, short y2) argument
83 hwwrite(vortex->mmio, a3d_addrA(a->slice, a->source, A3D_A_y2), y2);
115 a3dsrc_GetAtmosState(a3dsrc_t * a, short *x1, short *x2, short *y1, short *y2)
/linux-master/drivers/iio/light/
H A Dsi1133.c254 int y2 = 1; local
272 y2 = y1;
275 return sign * x1 * x2 * y1 * y2;

Completed in 238 milliseconds

12345