xmax              365 arch/m68k/atari/atakeyb.c void ikbd_mouse_abs_pos(int xmax, int ymax)
xmax              367 arch/m68k/atari/atakeyb.c 	char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF };
xmax               21 arch/m68k/include/asm/atarikb.h void ikbd_mouse_abs_pos(int xmax, int ymax);
xmax              240 drivers/gpu/drm/sti/sti_hdmi.c 	u32 xmin, xmax;
xmax              244 drivers/gpu/drm/sti/sti_hdmi.c 	xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay);
xmax              249 drivers/gpu/drm/sti/sti_hdmi.c 	hdmi_write(hdmi, xmax, HDMI_ACTIVE_VID_XMAX);
xmax              257 drivers/media/usb/em28xx/em28xx-video.c static int em28xx_accumulator_set(struct em28xx *dev, u8 xmin, u8 xmax,
xmax              261 drivers/media/usb/em28xx/em28xx-video.c 			xmin, ymin, xmax, ymax);
xmax              264 drivers/media/usb/em28xx/em28xx-video.c 	em28xx_write_regs(dev, EM28XX_R29_XMAX, &xmax, 1);
xmax              410 drivers/s390/char/raw3270.c 		char  xmax;
xmax               31 include/sound/soc.h #define SOC_DOUBLE_VALUE(xreg, shift_left, shift_right, xmax, xinvert, xautodisable) \
xmax               34 include/sound/soc.h 	.rshift = shift_right, .max = xmax, .platform_max = xmax, \
xmax               36 include/sound/soc.h #define SOC_DOUBLE_S_VALUE(xreg, shift_left, shift_right, xmin, xmax, xsign_bit, xinvert, xautodisable) \
xmax               39 include/sound/soc.h 	.rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \
xmax               41 include/sound/soc.h #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \
xmax               42 include/sound/soc.h 	SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable)
xmax               43 include/sound/soc.h #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \
xmax               45 include/sound/soc.h 	{.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
xmax               46 include/sound/soc.h #define SOC_DOUBLE_R_VALUE(xlreg, xrreg, xshift, xmax, xinvert) \
xmax               49 include/sound/soc.h 	.max = xmax, .platform_max = xmax, .invert = xinvert})
xmax               50 include/sound/soc.h #define SOC_DOUBLE_R_S_VALUE(xlreg, xrreg, xshift, xmin, xmax, xsign_bit, xinvert) \
xmax               53 include/sound/soc.h 	.max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \
xmax               55 include/sound/soc.h #define SOC_DOUBLE_R_RANGE_VALUE(xlreg, xrreg, xshift, xmin, xmax, xinvert) \
xmax               58 include/sound/soc.h 	.min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert})
xmax               64 include/sound/soc.h #define SOC_SINGLE_RANGE(xname, xreg, xshift, xmin, xmax, xinvert) \
xmax               70 include/sound/soc.h 		 .rshift = xshift,  .min = xmin, .max = xmax, \
xmax               71 include/sound/soc.h 		 .platform_max = xmax, .invert = xinvert} }
xmax               80 include/sound/soc.h #define SOC_SINGLE_SX_TLV(xname, xreg, xshift, xmin, xmax, tlv_array) \
xmax               91 include/sound/soc.h 		.max = xmax, .min = xmin} }
xmax               92 include/sound/soc.h #define SOC_SINGLE_RANGE_TLV(xname, xreg, xshift, xmin, xmax, xinvert, tlv_array) \
xmax              101 include/sound/soc.h 		 .rshift = xshift, .min = xmin, .max = xmax, \
xmax              102 include/sound/soc.h 		 .platform_max = xmax, .invert = xinvert} }
xmax              117 include/sound/soc.h #define SOC_DOUBLE_R(xname, reg_left, reg_right, xshift, xmax, xinvert) \
xmax              122 include/sound/soc.h 					    xmax, xinvert) }
xmax              124 include/sound/soc.h 			   xmax, xinvert)		\
xmax              129 include/sound/soc.h 					    xshift, xmin, xmax, xinvert) }
xmax              139 include/sound/soc.h #define SOC_DOUBLE_R_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert, tlv_array) \
xmax              147 include/sound/soc.h 					    xmax, xinvert) }
xmax              149 include/sound/soc.h 			       xmax, xinvert, tlv_array)		\
xmax              157 include/sound/soc.h 					    xshift, xmin, xmax, xinvert) }
xmax              158 include/sound/soc.h #define SOC_DOUBLE_R_SX_TLV(xname, xreg, xrreg, xshift, xmin, xmax, tlv_array) \
xmax              169 include/sound/soc.h 		.max = xmax, .min = xmin} }
xmax              170 include/sound/soc.h #define SOC_DOUBLE_R_S_TLV(xname, reg_left, reg_right, xshift, xmin, xmax, xsign_bit, xinvert, tlv_array) \
xmax              178 include/sound/soc.h 					    xmin, xmax, xsign_bit, xinvert) }
xmax              179 include/sound/soc.h #define SOC_SINGLE_S8_TLV(xname, xreg, xmin, xmax, tlv_array) \
xmax              188 include/sound/soc.h 	 .min = xmin, .max = xmax, .platform_max = xmax, \
xmax              190 include/sound/soc.h #define SOC_DOUBLE_S8_TLV(xname, xreg, xmin, xmax, tlv_array) \
xmax              197 include/sound/soc.h 	.private_value = SOC_DOUBLE_S_VALUE(xreg, 0, 8, xmin, xmax, 7, 0, 0) }
xmax              222 include/sound/soc.h #define SOC_SINGLE_EXT(xname, xreg, xshift, xmax, xinvert,\
xmax              227 include/sound/soc.h 	.private_value = SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, 0) }
xmax              235 include/sound/soc.h #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\
xmax              241 include/sound/soc.h 					    xmax, xinvert) }
xmax              242 include/sound/soc.h #define SOC_SINGLE_EXT_TLV(xname, xreg, xshift, xmax, xinvert,\
xmax              250 include/sound/soc.h 	.private_value = SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, 0) }
xmax              251 include/sound/soc.h #define SOC_SINGLE_RANGE_EXT_TLV(xname, xreg, xshift, xmin, xmax, xinvert, \
xmax              261 include/sound/soc.h 		 .rshift = xshift, .min = xmin, .max = xmax, \
xmax              262 include/sound/soc.h 		 .platform_max = xmax, .invert = xinvert} }
xmax              263 include/sound/soc.h #define SOC_DOUBLE_EXT_TLV(xname, xreg, shift_left, shift_right, xmax, xinvert,\
xmax              272 include/sound/soc.h 					  xmax, xinvert, 0) }
xmax              273 include/sound/soc.h #define SOC_DOUBLE_R_EXT_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert,\
xmax              282 include/sound/soc.h 					    xmax, xinvert) }
xmax              329 include/sound/soc.h 		xmin, xmax, xinvert) \
xmax              335 include/sound/soc.h 		.invert = xinvert, .min = xmin, .max = xmax} }
xmax               65 sound/soc/codecs/ab8500-codec.c #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \
xmax               70 sound/soc/codecs/ab8500-codec.c 		{.count = xcount, .min = xmin, .max = xmax} }
xmax              256 sound/soc/codecs/tda7419.c #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \
xmax              259 sound/soc/codecs/tda7419.c 	 .max = xmax, .thresh = xthresh, .invert = xinvert})
xmax              261 sound/soc/codecs/tda7419.c #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \
xmax              265 sound/soc/codecs/tda7419.c 	 .max = xmax, .thresh = xthresh, .invert = xinvert})
xmax              267 sound/soc/codecs/tda7419.c #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \
xmax              278 sound/soc/codecs/tda7419.c 					      xmax, xthresh, xinvert), \
xmax              281 sound/soc/codecs/tda7419.c #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \
xmax              292 sound/soc/codecs/tda7419.c 						xmin, xmax, xthresh, \
xmax              714 sound/soc/intel/atom/sst-atom-controls.h 			      xmin, xmax, xpname) \
xmax              722 sound/soc/intel/atom/sst-atom-controls.h 	{ .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \
xmax              728 sound/soc/intel/atom/sst-atom-controls.h 			      xmin, xmax, xpname) \
xmax              733 sound/soc/intel/atom/sst-atom-controls.h 	{ .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
xmax              465 sound/soc/ti/omap-mcbsp-st.c #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax,		\
xmax              471 sound/soc/ti/omap-mcbsp-st.c 	{.min = xmin, .max = xmax} }