Searched refs:ymax (Results 1 – 6 of 6) sorted by relevance
/linux/arch/m68k/atari/ |
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/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
A D | ia_css_dvs.host.c | 75 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local 138 ymax = max(y10, y11); in convert_coords_to_ispparams() 155 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
|
/linux/arch/m68k/include/asm/ |
A D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_hdmi.c | 248 u32 ymin, ymax; in hdmi_active_area() local 253 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area() 258 hdmi_write(hdmi, ymax, HDMI_ACTIVE_VID_YMAX); in hdmi_active_area()
|
/linux/drivers/media/usb/em28xx/ |
A D | em28xx-video.c | 258 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/drivers/s390/char/ |
A D | raw3270.c | 407 char ymax; member
|
Completed in 23 milliseconds