Home
last modified time | relevance | path

Searched refs:ymax (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/m68k/atari/
Datakeyb.c365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
/Linux-v5.4/arch/m68k/include/asm/
Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_hdmi.c241 u32 ymin, ymax; in hdmi_active_area() local
246 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area()
251 hdmi_write(hdmi, ymax, HDMI_ACTIVE_VID_YMAX); in hdmi_active_area()
/Linux-v5.4/drivers/media/usb/em28xx/
Dem28xx-video.c258 u8 ymin, u8 ymax) in em28xx_accumulator_set() argument
261 xmin, ymin, xmax, ymax); in em28xx_accumulator_set()
266 return em28xx_write_regs(dev, EM28XX_R2B_YMAX, &ymax, 1); in em28xx_accumulator_set()
/Linux-v5.4/drivers/s390/char/
Draw3270.c411 char ymax; member