xinvert            31 include/sound/soc.h #define SOC_DOUBLE_VALUE(xreg, shift_left, shift_right, xmax, xinvert, xautodisable) \
xinvert            35 include/sound/soc.h 	.invert = xinvert, .autodisable = xautodisable})
xinvert            36 include/sound/soc.h #define SOC_DOUBLE_S_VALUE(xreg, shift_left, shift_right, xmin, xmax, xsign_bit, xinvert, xautodisable) \
xinvert            40 include/sound/soc.h 	.sign_bit = xsign_bit, .invert = xinvert, .autodisable = xautodisable})
xinvert            41 include/sound/soc.h #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \
xinvert            42 include/sound/soc.h 	SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable)
xinvert            43 include/sound/soc.h #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \
xinvert            45 include/sound/soc.h 	{.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
xinvert            46 include/sound/soc.h #define SOC_DOUBLE_R_VALUE(xlreg, xrreg, xshift, xmax, xinvert) \
xinvert            49 include/sound/soc.h 	.max = xmax, .platform_max = xmax, .invert = xinvert})
xinvert            50 include/sound/soc.h #define SOC_DOUBLE_R_S_VALUE(xlreg, xrreg, xshift, xmin, xmax, xsign_bit, xinvert) \
xinvert            54 include/sound/soc.h 	.invert = xinvert})
xinvert            55 include/sound/soc.h #define SOC_DOUBLE_R_RANGE_VALUE(xlreg, xrreg, xshift, xmin, xmax, xinvert) \
xinvert            58 include/sound/soc.h 	.min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert})
xinvert            64 include/sound/soc.h #define SOC_SINGLE_RANGE(xname, xreg, xshift, xmin, xmax, xinvert) \
xinvert            71 include/sound/soc.h 		 .platform_max = xmax, .invert = xinvert} }
xinvert            92 include/sound/soc.h #define SOC_SINGLE_RANGE_TLV(xname, xreg, xshift, xmin, xmax, xinvert, tlv_array) \
xinvert           102 include/sound/soc.h 		 .platform_max = xmax, .invert = xinvert} }
xinvert           117 include/sound/soc.h #define SOC_DOUBLE_R(xname, reg_left, reg_right, xshift, xmax, xinvert) \
xinvert           122 include/sound/soc.h 					    xmax, xinvert) }
xinvert           124 include/sound/soc.h 			   xmax, xinvert)		\
xinvert           129 include/sound/soc.h 					    xshift, xmin, xmax, xinvert) }
xinvert           139 include/sound/soc.h #define SOC_DOUBLE_R_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert, tlv_array) \
xinvert           147 include/sound/soc.h 					    xmax, xinvert) }
xinvert           149 include/sound/soc.h 			       xmax, xinvert, tlv_array)		\
xinvert           157 include/sound/soc.h 					    xshift, xmin, xmax, xinvert) }
xinvert           170 include/sound/soc.h #define SOC_DOUBLE_R_S_TLV(xname, reg_left, reg_right, xshift, xmin, xmax, xsign_bit, xinvert, tlv_array) \
xinvert           178 include/sound/soc.h 					    xmin, xmax, xsign_bit, xinvert) }
xinvert           222 include/sound/soc.h #define SOC_SINGLE_EXT(xname, xreg, xshift, xmax, xinvert,\
xinvert           227 include/sound/soc.h 	.private_value = SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, 0) }
xinvert           235 include/sound/soc.h #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\
xinvert           241 include/sound/soc.h 					    xmax, xinvert) }
xinvert           242 include/sound/soc.h #define SOC_SINGLE_EXT_TLV(xname, xreg, xshift, xmax, xinvert,\
xinvert           250 include/sound/soc.h 	.private_value = SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, 0) }
xinvert           251 include/sound/soc.h #define SOC_SINGLE_RANGE_EXT_TLV(xname, xreg, xshift, xmin, xmax, xinvert, \
xinvert           262 include/sound/soc.h 		 .platform_max = xmax, .invert = xinvert} }
xinvert           263 include/sound/soc.h #define SOC_DOUBLE_EXT_TLV(xname, xreg, shift_left, shift_right, xmax, xinvert,\
xinvert           272 include/sound/soc.h 					  xmax, xinvert, 0) }
xinvert           273 include/sound/soc.h #define SOC_DOUBLE_R_EXT_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert,\
xinvert           282 include/sound/soc.h 					    xmax, xinvert) }
xinvert           329 include/sound/soc.h 		xmin, xmax, xinvert) \
xinvert           335 include/sound/soc.h 		.invert = xinvert, .min = xmin, .max = xmax} }
xinvert           337 include/sound/soc.h #define SOC_SINGLE_STROBE(xname, xreg, xshift, xinvert) \
xinvert           338 include/sound/soc.h 	SOC_SINGLE_EXT(xname, xreg, xshift, 1, xinvert, \
xinvert           785 sound/pci/ice1712/ews.c #define EWS88D_CONTROL(xiface, xname, xshift, xinvert, xaccess) \
xinvert           792 sound/pci/ice1712/ews.c   .private_value = xshift | (xinvert << 8),\
xinvert           922 sound/pci/ice1712/ews.c #define DMX6FIRE_CONTROL(xname, xshift, xinvert) \
xinvert           928 sound/pci/ice1712/ews.c   .private_value = xshift | (xinvert << 8),\
xinvert           239 sound/ppc/awacs.c #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \
xinvert           244 sound/ppc/awacs.c   .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
xinvert           256 sound/soc/codecs/tda7419.c #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \
xinvert           259 sound/soc/codecs/tda7419.c 	 .max = xmax, .thresh = xthresh, .invert = xinvert})
xinvert           262 sound/soc/codecs/tda7419.c 			       xinvert) \
xinvert           265 sound/soc/codecs/tda7419.c 	 .max = xmax, .thresh = xthresh, .invert = xinvert})
xinvert           268 sound/soc/codecs/tda7419.c 			   xinvert, xtlv_array) \
xinvert           278 sound/soc/codecs/tda7419.c 					      xmax, xthresh, xinvert), \
xinvert           282 sound/soc/codecs/tda7419.c 			     xthresh, xinvert, xtlv_array) \
xinvert           293 sound/soc/codecs/tda7419.c 						xinvert), \