Home
last modified time | relevance | path

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

/linux/arch/m68k/atari/
H A 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/arch/m68k/include/asm/
H A Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.c249 u32 ymin, ymax; in hdmi_active_area() local
254 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area()
259 hdmi_write(hdmi, ymax, HDMI_ACTIVE_VID_YMAX); in hdmi_active_area()
/linux/drivers/s390/char/
H A Draw3270.c431 char ymax; member