Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
Dia_css_dvs.host.c73 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local
136 ymax = max(y10, y11); in convert_coords_to_ispparams()
153 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
/linux-6.1.9/arch/m68k/include/asm/
Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/linux-6.1.9/drivers/gpu/drm/sti/
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-6.1.9/drivers/media/usb/em28xx/
Dem28xx-video.c248 u8 ymin, u8 ymax) in em28xx_accumulator_set() argument
251 xmin, ymin, xmax, ymax); in em28xx_accumulator_set()
256 return em28xx_write_regs(dev, EM28XX_R2B_YMAX, &ymax, 1); in em28xx_accumulator_set()
/linux-6.1.9/drivers/s390/char/
Draw3270.c407 char ymax; member