Searched refs:ymax (Results 1 – 4 of 4) sorted by relevance
/linux/arch/m68k/atari/ |
H A D | atakeyb.c | 365 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 D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 249 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 D | raw3270.c | 431 char ymax; member
|