Home
last modified time | relevance | path

Searched refs:ypos (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/video/console/
H A Ddummycon.c52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() argument
61 int count, int ypos, int xpos) in dummycon_putcs()
86 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() argument
88 int count, int ypos, int xpos) { } in dummycon_putcs()
60 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument
87 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument
H A Dnewport_con.c370 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() argument
378 ypos <<= 4; in newport_putc()
380 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc()
391 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc()
400 int count, int ypos, int xpos) in newport_putcs()
409 ypos <<= 4; in newport_putcs()
413 newport_render_background(xpos, ypos, in newport_putcs()
414 xpos + ((count - 1) << 3), ypos, in newport_putcs()
432 (xpos << 16) | ((ypos in newport_putcs()
399 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) newport_putcs() argument
[all...]
H A Dsticon.c74 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument
82 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc()
86 int count, int ypos, int xpos) in sticon_putcs()
95 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs()
85 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) sticon_putcs() argument
/kernel/linux/linux-6.6/drivers/video/console/
H A Ddummycon.c52 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) in dummycon_putc() argument
61 int count, int ypos, int xpos) in dummycon_putcs()
86 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) { } in dummycon_putc() argument
88 int count, int ypos, int xpos) { } in dummycon_putcs()
60 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument
87 dummycon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) dummycon_putcs() argument
H A Dnewport_con.c370 static void newport_putc(struct vc_data *vc, int charattr, int ypos, in newport_putc() argument
378 ypos <<= 4; in newport_putc()
380 newport_render_background(xpos, ypos, xpos, ypos, in newport_putc()
391 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc()
400 int count, int ypos, int xpos) in newport_putcs()
409 ypos <<= 4; in newport_putcs()
413 newport_render_background(xpos, ypos, in newport_putcs()
414 xpos + ((count - 1) << 3), ypos, in newport_putcs()
432 (xpos << 16) | ((ypos in newport_putcs()
399 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) newport_putcs() argument
[all...]
H A Dsticon.c74 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) in sticon_putc() argument
82 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc()
86 int count, int ypos, int xpos) in sticon_putcs()
95 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs()
85 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) sticon_putcs() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.h234 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() argument
238 ypos += p->yscroll; in real_y()
239 return ypos < rows ? ypos : ypos - rows; in real_y()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.h232 static inline int real_y(struct fbcon_display *p, int ypos) in real_y() argument
236 ypos += p->yscroll; in real_y()
237 return ypos < rows ? ypos : ypos - rows; in real_y()
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpbe_osd.c888 lconfig->ypos = min(lconfig->ypos, (unsigned)MAX_WIN_SIZE); in try_layer_config()
891 /* ysize and ypos must be even for interlaced displays */ in try_layer_config()
893 lconfig->ypos &= ~1; in try_layer_config()
1007 osd_write(sd, lconfig->ypos >> 1, OSD_OSDWIN0YP); in _osd_set_layer_config()
1010 osd_write(sd, lconfig->ypos, OSD_OSDWIN0YP); in _osd_set_layer_config()
1063 osd_write(sd, lconfig->ypos >> 1, OSD_VIDWIN0YP); in _osd_set_layer_config()
1067 osd_write(sd, lconfig->ypos >> 1, in _osd_set_layer_config()
1073 osd_write(sd, lconfig->ypos, OSD_VIDWIN0YP); in _osd_set_layer_config()
1077 osd_write(sd, lconfig->ypos, OSD_VIDWIN1Y in _osd_set_layer_config()
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dmigor_ts.c36 unsigned short xpos, ypos; in migor_ts_isr() local
66 ypos = ((buf[9] & 0x03) << 8 | buf[8]); in migor_ts_isr()
74 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ in migor_ts_isr()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dmigor_ts.c36 unsigned short xpos, ypos; in migor_ts_isr() local
66 ypos = ((buf[9] & 0x03) << 8 | buf[8]); in migor_ts_isr()
74 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ in migor_ts_isr()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dau1200fb.c114 unsigned int ypos; member
197 int ypos; member
219 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
225 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
232 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
238 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
253 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
259 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
265 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
272 /* xres, yres, xpos, ypos */ 20
702 au1200_setlocation(struct au1200fb_device *fbdev, int plane, int xpos, int ypos) au1200_setlocation() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dau1200fb.c114 unsigned int ypos; member
197 int ypos; member
219 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
225 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
232 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
238 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
253 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
259 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
265 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
272 /* xres, yres, xpos, ypos */ 20
702 au1200_setlocation(struct au1200fb_device *fbdev, int plane, int xpos, int ypos) au1200_setlocation() argument
[all...]
/kernel/linux/linux-5.10/include/media/davinci/
H A Dvpbe_osd.h239 * @ypos: vertical offset in lines from the top of the display
254 unsigned ypos; member
269 * @ypos: vertical offset in lines from the top of the display
283 unsigned ypos; member
/kernel/linux/linux-5.10/include/linux/
H A Dconsole.h51 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
53 int count, int ypos, int xpos);
/kernel/linux/linux-6.6/include/linux/
H A Dconsole.h53 void (*con_putc)(struct vc_data *vc, int c, int ypos, int xpos);
55 int count, int ypos, int xpos);
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py150 (xpos, ypos) = self.scroll.GetViewStart()
152 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py150 (xpos, ypos) = self.scroll.GetViewStart()
152 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dat91_adc.c294 unsigned int x, y, pres, xpos, ypos; in at91_ts_sample() local
315 ypos = reg & xyz_mask; in at91_ts_sample()
316 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample()
335 dev_dbg(&idev->dev, "xpos = %d, xscale = %d, ypos = %d, yscale = %d, z1 = %d, z2 = %d, press = %d\n", in at91_ts_sample()
336 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
/kernel/linux/linux-5.10/drivers/media/test-drivers/
H A Dvim2m.c288 u8 *src[2], u8 **dst, int ypos, bool reverse) in copy_two_pixels()
406 if (!(ypos & 1)) { in copy_two_pixels()
415 if (!(ypos & 1)) { in copy_two_pixels()
424 if (!(ypos & 1)) { in copy_two_pixels()
433 if (!(ypos & 1)) { in copy_two_pixels()
286 copy_two_pixels(struct vim2m_q_data *q_data_in, struct vim2m_q_data *q_data_out, u8 *src[2], u8 **dst, int ypos, bool reverse) copy_two_pixels() argument
/kernel/linux/linux-6.6/drivers/media/test-drivers/
H A Dvim2m.c283 u8 *src[2], u8 **dst, int ypos, bool reverse) in copy_two_pixels()
401 if (!(ypos & 1)) { in copy_two_pixels()
410 if (!(ypos & 1)) { in copy_two_pixels()
419 if (!(ypos & 1)) { in copy_two_pixels()
428 if (!(ypos & 1)) { in copy_two_pixels()
281 copy_two_pixels(struct vim2m_q_data *q_data_in, struct vim2m_q_data *q_data_out, u8 *src[2], u8 **dst, int ypos, bool reverse) copy_two_pixels() argument
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dat91_adc.c312 unsigned int x, y, pres, xpos, ypos; in at91_ts_sample() local
333 ypos = reg & xyz_mask; in at91_ts_sample()
334 y = (ypos << MAX_POS_BITS) - ypos; in at91_ts_sample()
353 dev_dbg(&idev->dev, "xpos = %d, xscale = %d, ypos = %d, yscale = %d, z1 = %d, z2 = %d, press = %d\n", in at91_ts_sample()
354 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1094 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local
1139 ypos = tmp & 0xffff; in intel_tv_get_config()
1153 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config()
1433 int xpos, ypos; in intel_tv_pre_enable() local
1543 ypos = tv_conn_state->margins.top; in intel_tv_pre_enable()
1548 intel_de_write(dev_priv, TV_WIN_POS, (xpos << 16) | ypos); in intel_tv_pre_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1104 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local
1149 ypos = tmp & 0xffff; in intel_tv_get_config()
1163 ypos, mode.vdisplay - ysize - ypos); in intel_tv_get_config()
1454 int xpos, ypos; in intel_tv_pre_enable() local
1564 ypos = tv_conn_state->margins.top; in intel_tv_pre_enable()
1569 intel_de_write(dev_priv, TV_WIN_POS, (xpos << 16) | ypos); in intel_tv_pre_enable()
/kernel/linux/linux-5.10/include/video/
H A Dmmp_disp.h75 u16 ypos; member

Completed in 24 milliseconds

12