Searched refs:y2 (Results 76 - 100 of 105) sorted by relevance

12345

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.c645 il4965_interpolate_value(s32 x, s32 x1, s32 y1, s32 x2, s32 y2) argument
652 il4965_math_div_round((x2 - x) * (y1 - y2), (x2 - x1), &val);
653 return val + y2;
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c199 u16 y2 = y + h - 1; local
215 buf[3] = (y2 >> 8) & 0xff;
216 buf[4] = (y2 >> 0) & 0xff;
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic.c691 clips->y1 >= clips->y2 ||
695 clips->y2 > fb_height) {
699 clips->y1, clips->x2, clips->y2);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c1086 height = bb->y2 - bb->y1;
1122 diff.rect.y1, diff.rect.y2);
1288 bb->y2);
H A Dvmwgfx_drv.h1349 .y2 = INT_MIN/2 \
/linux-master/lib/crypto/mpi/
H A Dec.c942 #define y2 (p2->y) macro
959 if ((!mpi_cmp(x1, x2)) && (!mpi_cmp(y1, y2)) && (!mpi_cmp(z1, z2))) {
995 /* l5 = y2 z1^3 */
997 ec_mulm(l5, l5, y2, ctx);
1040 #undef y2 macro
/linux-master/include/uapi/drm/
H A Ddrm_mode.h1329 * @y2: Vertical ending coordinate (exclusive).
1340 __s32 y2; member in struct:drm_mode_rect
H A Ddrm.h100 unsigned short y2; member in struct:drm_clip_rect
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_composer.c79 if (pos >= frame_info->rotated.y1 && pos < frame_info->rotated.y2)
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.c121 s8 y2; member in struct:bmc150_magn_trim_regs
400 ((s32)(((s16)tregs->y2) + ((s16)0xA0)))) >> 12)) >> 13)) +
/linux-master/drivers/video/fbdev/
H A Dcg6.c202 u32 x2, y2, z2, color2; member in struct:cg6_fbc
378 sbus_writel(area->dy, &fbc->y2);
/linux-master/net/sched/
H A Dsch_hfsc.c549 u64 y1, y2, dx, dy; local
567 * y2: at (x + dx)
575 y2 = rtsc_x2y(rtsc, x + isc->dx);
576 if (y2 >= y + isc->dy) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c260 if (!(clip->x1 < clip->x2 && clip->y1 < clip->y2))
/linux-master/drivers/gpu/drm/udl/
H A Dudl_modeset.c223 for (i = clip->y1; i < clip->y2; i++) {
/linux-master/tools/include/uapi/drm/
H A Ddrm.h100 unsigned short y2; member in struct:drm_clip_rect
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c190 wb_cfg->roi.y2 = phys_enc->cached_mode.vdisplay;
H A Ddpu_crtc.c727 r->y2 = adj_mode->vdisplay;
/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h286 #define CFG_CKEY_Y2(y2) ((y2)<<24)
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c430 norect.y2 = fb->height;
648 .y2 = new_state->fb->height
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c473 vc4_state->src_h[0] = DIV_ROUND_CLOSEST(state->src.y2, 1 << 16) - vc4_state->src_y;
478 vc4_state->crtc_h = state->dst.y2 - state->dst.y1;
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x.c1015 rect->y2 = min_t(unsigned int, round_up(rect->y2, SSD130X_PAGE_HEIGHT), ssd130x->height);
/linux-master/drivers/gpu/drm/tiny/
H A Drepaper.c530 clip.y2 = fb->height;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c309 cmd_hdr.h = (u16)clips->y2 - clips->y1;
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h340 * @nf.y2_nf: Normalization factor for y2, should be log2 of the sum of the
1670 * @y2: Radial reset of y^2 coordinate. Precision u24, default 0.
1674 __u32 y2:24; member in struct:ipu3_uapi_radial_reset_y2
1793 * struct ipu3_uapi_vss_lut_y - Vssnlm LUT y0/y1/y2
1797 * @vs_y2: Vssnlm LUT y2, precision u4, range [0, 8], default 3.
/linux-master/drivers/hid/
H A Dhid-wiimote-modules.c1835 s16 x1, y1, x2, y2; local
1842 r = sscanf(buf, "%hd:%hd %hd:%hd", &x1, &y1, &x2, &y2);
1853 wdata->state.calib_pro_sticks[3] = y2;

Completed in 344 milliseconds

12345