xname 94 arch/sparc/kernel/ioport.c char xname[XNMLN+1]; xname 190 arch/sparc/kernel/ioport.c tack = xres->xname; xname 899 drivers/media/pci/saa7134/saa7134-alsa.c #define SAA713x_VOLUME(xname, xindex, addr) \ xname 900 drivers/media/pci/saa7134/saa7134-alsa.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 996 drivers/media/pci/saa7134/saa7134-alsa.c #define SAA713x_CAPSRC(xname, xindex, addr) \ xname 997 drivers/media/pci/saa7134/saa7134-alsa.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 338 drivers/staging/greybus/audio_topology.c #define SOC_MIXER_GB(xname, kcount, data) \ xname 339 drivers/staging/greybus/audio_topology.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 497 drivers/staging/greybus/audio_topology.c #define SOC_DAPM_MIXER_GB(xname, kcount, data) \ xname 498 drivers/staging/greybus/audio_topology.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 64 fs/jffs2/xattr.c static uint32_t xattr_datum_hashkey(int xprefix, const char *xname, const char *xvalue, int xsize) xname 66 fs/jffs2/xattr.c int name_len = strlen(xname); xname 68 fs/jffs2/xattr.c return crc32(xprefix, xname, name_len) ^ crc32(xprefix, xvalue, xsize); xname 91 fs/jffs2/xattr.c if (xd->xname) { xname 93 fs/jffs2/xattr.c kfree(xd->xname); xname 98 fs/jffs2/xattr.c xd->xname = NULL; xname 242 fs/jffs2/xattr.c xd->xname = data; xname 247 fs/jffs2/xattr.c xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len); xname 253 fs/jffs2/xattr.c if (!xd->xname) xname 258 fs/jffs2/xattr.c xd->xid, xd->xprefix, xd->xname); xname 273 fs/jffs2/xattr.c if (xd->xname) xname 293 fs/jffs2/xattr.c BUG_ON(!xd->xname); xname 298 fs/jffs2/xattr.c vecs[1].iov_base = xd->xname; xname 331 fs/jffs2/xattr.c xd->xid, xd->version, xd->xprefix, xd->xname); xname 337 fs/jffs2/xattr.c int xprefix, const char *xname, xname 347 fs/jffs2/xattr.c hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsize); xname 353 fs/jffs2/xattr.c && !strcmp(xd->xname, xname) xname 361 fs/jffs2/xattr.c name_len = strlen(xname); xname 372 fs/jffs2/xattr.c strcpy(data, xname); xname 381 fs/jffs2/xattr.c xd->xname = data; xname 389 fs/jffs2/xattr.c kfree(xd->xname); xname 649 fs/jffs2/xattr.c if (!ref->xd->xname) { xname 659 fs/jffs2/xattr.c if (!cmp->xd->xname) { xname 671 fs/jffs2/xattr.c && !strcmp(ref->xd->xname, cmp->xd->xname)) { xname 759 fs/jffs2/xattr.c kfree(xd->xname); xname 984 fs/jffs2/xattr.c if (!xd->xname) { xname 1015 fs/jffs2/xattr.c memcpy(buffer, xd->xname, xd->name_len); xname 1031 fs/jffs2/xattr.c int do_jffs2_getxattr(struct inode *inode, int xprefix, const char *xname, xname 1053 fs/jffs2/xattr.c if (!xd->xname) { xname 1071 fs/jffs2/xattr.c if (!strcmp(xname, xd->xname)) { xname 1093 fs/jffs2/xattr.c int do_jffs2_setxattr(struct inode *inode, int xprefix, const char *xname, xname 1108 fs/jffs2/xattr.c request = PAD(sizeof(struct jffs2_raw_xattr) + strlen(xname) + 1 + size); xname 1123 fs/jffs2/xattr.c if (!xd->xname) { xname 1132 fs/jffs2/xattr.c if (!strcmp(xd->xname, xname)) { xname 1169 fs/jffs2/xattr.c xd = create_xattr_datum(c, xprefix, xname, buffer, size); xname 38 fs/jffs2/xattr.h char *xname; /* XATTR name without prefix */ xname 92 fs/jffs2/xattr.h extern int do_jffs2_getxattr(struct inode *inode, int xprefix, const char *xname, xname 94 fs/jffs2/xattr.h extern int do_jffs2_setxattr(struct inode *inode, int xprefix, const char *xname, xname 105 fs/xfs/scrub/dir.c struct xfs_name xname; xname 150 fs/xfs/scrub/dir.c xname.name = name; xname 151 fs/xfs/scrub/dir.c xname.len = namelen; xname 152 fs/xfs/scrub/dir.c xname.type = XFS_DIR3_FT_UNKNOWN; xname 154 fs/xfs/scrub/dir.c error = xfs_dir_lookup(sdc->sc->tp, ip, &xname, &lookup_ino, NULL); xname 276 fs/xfs/xfs_iops.c struct xfs_name xname; xname 284 fs/xfs/xfs_iops.c xfs_dentry_to_name(&xname, dentry); xname 285 fs/xfs/xfs_iops.c error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name); xname 403 include/sound/core.h #define SND_PCI_QUIRK(vend,dev,xname,val) \ xname 404 include/sound/core.h {_SND_PCI_QUIRK_ID(vend, dev), .value = (val), .name = (xname)} xname 405 include/sound/core.h #define SND_PCI_QUIRK_VENDOR(vend, xname, val) \ xname 406 include/sound/core.h {_SND_PCI_QUIRK_ID_MASK(vend, 0, 0), .value = (val), .name = (xname)} xname 407 include/sound/core.h #define SND_PCI_QUIRK_MASK(vend, mask, dev, xname, val) \ xname 409 include/sound/core.h .value = (val), .name = (xname)} xname 412 include/sound/core.h #define SND_PCI_QUIRK(vend,dev,xname,val) \ xname 414 include/sound/core.h #define SND_PCI_QUIRK_MASK(vend, mask, dev, xname, val) \ xname 416 include/sound/core.h #define SND_PCI_QUIRK_VENDOR(vend, xname, val) \ xname 340 include/sound/sb.h #define SB_SINGLE(xname, reg, shift, mask) \ xname 341 include/sound/sb.h { .name = xname, \ xname 345 include/sound/sb.h #define SB_DOUBLE(xname, left_reg, right_reg, left_shift, right_shift, mask) \ xname 346 include/sound/sb.h { .name = xname, \ xname 350 include/sound/sb.h #define SB16_INPUT_SW(xname, reg1, reg2, left_shift, right_shift) \ xname 351 include/sound/sb.h { .name = xname, \ xname 279 include/sound/soc-dapm.h #define SOC_DAPM_DOUBLE(xname, reg, lshift, rshift, max, invert) \ xname 280 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 284 include/sound/soc-dapm.h #define SOC_DAPM_DOUBLE_R(xname, lreg, rreg, shift, max, invert) \ xname 285 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 289 include/sound/soc-dapm.h #define SOC_DAPM_SINGLE(xname, reg, shift, max, invert) \ xname 290 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 294 include/sound/soc-dapm.h #define SOC_DAPM_SINGLE_AUTODISABLE(xname, reg, shift, max, invert) \ xname 295 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 299 include/sound/soc-dapm.h #define SOC_DAPM_SINGLE_VIRT(xname, max) \ xname 300 include/sound/soc-dapm.h SOC_DAPM_SINGLE(xname, SND_SOC_NOPM, 0, max, 0) xname 301 include/sound/soc-dapm.h #define SOC_DAPM_SINGLE_TLV(xname, reg, shift, max, invert, tlv_array) \ xname 302 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 308 include/sound/soc-dapm.h #define SOC_DAPM_SINGLE_TLV_AUTODISABLE(xname, reg, shift, max, invert, tlv_array) \ xname 309 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 315 include/sound/soc-dapm.h #define SOC_DAPM_SINGLE_TLV_VIRT(xname, max, tlv_array) \ xname 316 include/sound/soc-dapm.h SOC_DAPM_SINGLE(xname, SND_SOC_NOPM, 0, max, 0, tlv_array) xname 317 include/sound/soc-dapm.h #define SOC_DAPM_ENUM(xname, xenum) \ xname 318 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 323 include/sound/soc-dapm.h #define SOC_DAPM_ENUM_EXT(xname, xenum, xget, xput) \ xname 324 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 329 include/sound/soc-dapm.h #define SOC_DAPM_PIN_SWITCH(xname) \ xname 330 include/sound/soc-dapm.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname " Switch", \ xname 334 include/sound/soc-dapm.h .private_value = (unsigned long)xname } xname 59 include/sound/soc.h #define SOC_SINGLE(xname, reg, shift, max, invert) \ xname 60 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 64 include/sound/soc.h #define SOC_SINGLE_RANGE(xname, xreg, xshift, xmin, xmax, xinvert) \ xname 65 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 72 include/sound/soc.h #define SOC_SINGLE_TLV(xname, reg, shift, max, invert, tlv_array) \ xname 73 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 80 include/sound/soc.h #define SOC_SINGLE_SX_TLV(xname, xreg, xshift, xmin, xmax, tlv_array) \ xname 81 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 92 include/sound/soc.h #define SOC_SINGLE_RANGE_TLV(xname, xreg, xshift, xmin, xmax, xinvert, tlv_array) \ xname 93 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 103 include/sound/soc.h #define SOC_DOUBLE(xname, reg, shift_left, shift_right, max, invert) \ xname 104 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 109 include/sound/soc.h #define SOC_DOUBLE_STS(xname, reg, shift_left, shift_right, max, invert) \ xname 111 include/sound/soc.h .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 117 include/sound/soc.h #define SOC_DOUBLE_R(xname, reg_left, reg_right, xshift, xmax, xinvert) \ xname 118 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 123 include/sound/soc.h #define SOC_DOUBLE_R_RANGE(xname, reg_left, reg_right, xshift, xmin, \ xname 125 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 130 include/sound/soc.h #define SOC_DOUBLE_TLV(xname, reg, shift_left, shift_right, max, invert, tlv_array) \ xname 131 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 139 include/sound/soc.h #define SOC_DOUBLE_R_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert, tlv_array) \ xname 140 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 148 include/sound/soc.h #define SOC_DOUBLE_R_RANGE_TLV(xname, reg_left, reg_right, xshift, xmin, \ xname 150 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 158 include/sound/soc.h #define SOC_DOUBLE_R_SX_TLV(xname, xreg, xrreg, xshift, xmin, xmax, tlv_array) \ xname 159 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 170 include/sound/soc.h #define SOC_DOUBLE_R_S_TLV(xname, reg_left, reg_right, xshift, xmin, xmax, xsign_bit, xinvert, tlv_array) \ xname 171 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 179 include/sound/soc.h #define SOC_SINGLE_S8_TLV(xname, xreg, xmin, xmax, tlv_array) \ xname 180 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 190 include/sound/soc.h #define SOC_DOUBLE_S8_TLV(xname, xreg, xmin, xmax, tlv_array) \ xname 191 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 217 include/sound/soc.h #define SOC_ENUM(xname, xenum) \ xname 218 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,\ xname 222 include/sound/soc.h #define SOC_SINGLE_EXT(xname, xreg, xshift, xmax, xinvert,\ xname 224 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 228 include/sound/soc.h #define SOC_DOUBLE_EXT(xname, reg, shift_left, shift_right, max, invert,\ xname 230 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 235 include/sound/soc.h #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ xname 237 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 242 include/sound/soc.h #define SOC_SINGLE_EXT_TLV(xname, xreg, xshift, xmax, xinvert,\ xname 244 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 251 include/sound/soc.h #define SOC_SINGLE_RANGE_EXT_TLV(xname, xreg, xshift, xmin, xmax, xinvert, \ xname 253 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\ xname 263 include/sound/soc.h #define SOC_DOUBLE_EXT_TLV(xname, xreg, shift_left, shift_right, xmax, xinvert,\ xname 265 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 273 include/sound/soc.h #define SOC_DOUBLE_R_EXT_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert,\ xname 275 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 283 include/sound/soc.h #define SOC_SINGLE_BOOL_EXT(xname, xdata, xhandler_get, xhandler_put) \ xname 284 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 288 include/sound/soc.h #define SOC_ENUM_EXT(xname, xenum, xhandler_get, xhandler_put) \ xname 289 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 293 include/sound/soc.h #define SOC_VALUE_ENUM_EXT(xname, xenum, xhandler_get, xhandler_put) \ xname 294 include/sound/soc.h SOC_ENUM_EXT(xname, xenum, xhandler_get, xhandler_put) xname 296 include/sound/soc.h #define SND_SOC_BYTES(xname, xbase, xregs) \ xname 297 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 303 include/sound/soc.h #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ xname 304 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 314 include/sound/soc.h #define SND_SOC_BYTES_EXT(xname, xcount, xhandler_get, xhandler_put) \ xname 315 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 320 include/sound/soc.h #define SND_SOC_BYTES_TLV(xname, xcount, xhandler_get, xhandler_put) \ xname 321 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 328 include/sound/soc.h #define SOC_SINGLE_XR_SX(xname, xregbase, xregcount, xnbits, \ xname 330 include/sound/soc.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 337 include/sound/soc.h #define SOC_SINGLE_STROBE(xname, xreg, xshift, xinvert) \ xname 338 include/sound/soc.h SOC_SINGLE_EXT(xname, xreg, xshift, 1, xinvert, \ xname 162 include/sound/wss.h #define WSS_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 164 include/sound/wss.h .name = xname, \ xname 178 include/sound/wss.h #define WSS_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 180 include/sound/wss.h .name = xname, \ xname 188 include/sound/wss.h #define WSS_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ xname 191 include/sound/wss.h .name = xname, \ xname 199 include/sound/wss.h #define WSS_DOUBLE_TLV(xname, xindex, left_reg, right_reg, \ xname 203 include/sound/wss.h .name = xname, \ xname 750 security/apparmor/domain.c const char *xname = NULL, *info = "change_profile onexec"; xname 769 security/apparmor/domain.c &xname, &info, profile->disconnected); xname 776 security/apparmor/domain.c xname = bprm->filename; xname 781 security/apparmor/domain.c state = aa_str_perms(profile->file.dfa, state, xname, cond, &perms); xname 801 security/apparmor/domain.c "variables for %s label=", xname); xname 809 security/apparmor/domain.c return aa_audit_file(profile, &perms, OP_EXEC, AA_MAY_ONEXEC, xname, xname 715 sound/drivers/dummy.c #define DUMMY_VOLUME(xname, xindex, addr) \ xname 718 sound/drivers/dummy.c .name = xname, .index = xindex, \ xname 775 sound/drivers/dummy.c #define DUMMY_CAPSRC(xname, xindex, addr) \ xname 776 sound/drivers/dummy.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 66 sound/i2c/tea6330t.c #define TEA6330T_MASTER_VOLUME(xname, xindex) \ xname 67 sound/i2c/tea6330t.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 125 sound/i2c/tea6330t.c #define TEA6330T_MASTER_SWITCH(xname, xindex) \ xname 126 sound/i2c/tea6330t.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 169 sound/i2c/tea6330t.c #define TEA6330T_BASS(xname, xindex) \ xname 170 sound/i2c/tea6330t.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 216 sound/i2c/tea6330t.c #define TEA6330T_TREBLE(xname, xindex) \ xname 217 sound/i2c/tea6330t.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 758 sound/isa/ad1816a/ad1816a_lib.c #define AD1816A_SINGLE_TLV(xname, reg, shift, mask, invert, xtlv) \ xname 761 sound/isa/ad1816a/ad1816a_lib.c .name = xname, .info = snd_ad1816a_info_single, \ xname 765 sound/isa/ad1816a/ad1816a_lib.c #define AD1816A_SINGLE(xname, reg, shift, mask, invert) \ xname 766 sound/isa/ad1816a/ad1816a_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .info = snd_ad1816a_info_single, \ xname 822 sound/isa/ad1816a/ad1816a_lib.c #define AD1816A_DOUBLE_TLV(xname, reg, shift_left, shift_right, mask, invert, xtlv) \ xname 825 sound/isa/ad1816a/ad1816a_lib.c .name = xname, .info = snd_ad1816a_info_double, \ xname 830 sound/isa/ad1816a/ad1816a_lib.c #define AD1816A_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ xname 831 sound/isa/ad1816a/ad1816a_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .info = snd_ad1816a_info_double, \ xname 380 sound/isa/cs423x/cs4236_lib.c #define CS4236_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 381 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 386 sound/isa/cs423x/cs4236_lib.c #define CS4236_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ xname 387 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 445 sound/isa/cs423x/cs4236_lib.c #define CS4236_SINGLEC(xname, xindex, reg, shift, mask, invert) \ xname 446 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 491 sound/isa/cs423x/cs4236_lib.c #define CS4236_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 492 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 497 sound/isa/cs423x/cs4236_lib.c #define CS4236_DOUBLE_TLV(xname, xindex, left_reg, right_reg, shift_left, \ xname 499 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 577 sound/isa/cs423x/cs4236_lib.c #define CS4236_DOUBLE1(xname, xindex, left_reg, right_reg, shift_left, \ xname 579 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 584 sound/isa/cs423x/cs4236_lib.c #define CS4236_DOUBLE1_TLV(xname, xindex, left_reg, right_reg, shift_left, \ xname 586 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 647 sound/isa/cs423x/cs4236_lib.c #define CS4236_MASTER_DIGITAL(xname, xindex, xtlv) \ xname 648 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 691 sound/isa/cs423x/cs4236_lib.c #define CS4235_OUTPUT_ACCU(xname, xindex, xtlv) \ xname 692 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 925 sound/isa/cs423x/cs4236_lib.c #define CS4236_IEC958_ENABLE(xname, xindex) \ xname 926 sound/isa/cs423x/cs4236_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 777 sound/isa/es1688/es1688_lib.c #define ES1688_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 778 sound/isa/es1688/es1688_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 836 sound/isa/es1688/es1688_lib.c #define ES1688_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 837 sound/isa/es1688/es1688_lib.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1110 sound/isa/es18xx.c #define ES18XX_SINGLE(xname, xindex, reg, shift, mask, flags) \ xname 1111 sound/isa/es18xx.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1177 sound/isa/es18xx.c #define ES18XX_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 1178 sound/isa/es18xx.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 17 sound/isa/gus/gus_mixer.c #define GF1_SINGLE(xname, xindex, shift, invert) \ xname 18 sound/isa/gus/gus_mixer.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 60 sound/isa/gus/gus_mixer.c #define ICS_DOUBLE(xname, xindex, addr) \ xname 61 sound/isa/gus/gus_mixer.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 271 sound/isa/msnd/msnd_pinnacle_mixer.c #define DUMMY_VOLUME(xname, xindex, addr) \ xname 272 sound/isa/msnd/msnd_pinnacle_mixer.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 326 sound/isa/opl3sa2.c #define OPL3SA2_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 327 sound/isa/opl3sa2.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 331 sound/isa/opl3sa2.c #define OPL3SA2_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ xname 334 sound/isa/opl3sa2.c .name = xname, .index = xindex, \ xname 381 sound/isa/opl3sa2.c #define OPL3SA2_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 382 sound/isa/opl3sa2.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 386 sound/isa/opl3sa2.c #define OPL3SA2_DOUBLE_TLV(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert, xtlv) \ xname 389 sound/isa/opl3sa2.c .name = xname, .index = xindex, \ xname 805 sound/parisc/harmony.c #define HARMONY_VOLUME(xname, left_shift, right_shift, mask, invert) \ xname 806 sound/parisc/harmony.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 867 sound/pci/ac97/ac97_codec.c #define AD18XX_PCM_BITS(xname, codec, lshift, rshift, mask) \ xname 868 sound/pci/ac97/ac97_codec.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .info = snd_ac97_ad18xx_pcm_info_bits, \ xname 921 sound/pci/ac97/ac97_codec.c #define AD18XX_PCM_VOLUME(xname, codec) \ xname 922 sound/pci/ac97/ac97_codec.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .info = snd_ac97_ad18xx_pcm_info_volume, \ xname 1154 sound/pci/ac97/ac97_patch.c #define STAC9758_OUTPUT_JACK(xname, shift) \ xname 1155 sound/pci/ac97/ac97_patch.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1160 sound/pci/ac97/ac97_patch.c #define STAC9758_INPUT_JACK(xname, shift) \ xname 1161 sound/pci/ac97/ac97_patch.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 15 sound/pci/ac97/ac97_patch.h #define AC97_SINGLE(xname, reg, shift, mask, invert) \ xname 16 sound/pci/ac97/ac97_patch.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 20 sound/pci/ac97/ac97_patch.h #define AC97_PAGE_SINGLE(xname, reg, shift, mask, invert, page) \ xname 21 sound/pci/ac97/ac97_patch.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 25 sound/pci/ac97/ac97_patch.h #define AC97_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ xname 26 sound/pci/ac97/ac97_patch.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 45 sound/pci/ac97/ac97_patch.h #define AC97_ENUM(xname, xenum) \ xname 46 sound/pci/ac97/ac97_patch.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 46 sound/pci/ak4531_codec.c #define AK4531_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 47 sound/pci/ak4531_codec.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 51 sound/pci/ak4531_codec.c #define AK4531_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ xname 54 sound/pci/ak4531_codec.c .name = xname, .index = xindex, \ xname 113 sound/pci/ak4531_codec.c #define AK4531_DOUBLE(xname, xindex, left_reg, right_reg, left_shift, right_shift, mask, invert) \ xname 114 sound/pci/ak4531_codec.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 118 sound/pci/ak4531_codec.c #define AK4531_DOUBLE_TLV(xname, xindex, left_reg, right_reg, left_shift, right_shift, mask, invert, xtlv) \ xname 121 sound/pci/ak4531_codec.c .name = xname, .index = xindex, \ xname 198 sound/pci/ak4531_codec.c #define AK4531_INPUT_SW(xname, xindex, reg1, reg2, left_shift, right_shift) \ xname 199 sound/pci/ak4531_codec.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1714 sound/pci/ali5451/ali5451.c #define ALI5451_SPDIF(xname, xindex, value) \ xname 1715 sound/pci/ali5451/ali5451.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\ xname 884 sound/pci/azt3328.c #define AZF3328_MIXER_SWITCH(xname, reg, shift, invert) \ xname 885 sound/pci/azt3328.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 891 sound/pci/azt3328.c #define AZF3328_MIXER_VOL_STEREO(xname, reg, mask, invert) \ xname 892 sound/pci/azt3328.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 898 sound/pci/azt3328.c #define AZF3328_MIXER_VOL_MONO(xname, reg, mask, is_right_chan) \ xname 899 sound/pci/azt3328.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 905 sound/pci/azt3328.c #define AZF3328_MIXER_VOL_SPECIAL(xname, reg, mask, shift, invert) \ xname 906 sound/pci/azt3328.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 912 sound/pci/azt3328.c #define AZF3328_MIXER_ENUM(xname, reg, enum_c, shift) \ xname 913 sound/pci/azt3328.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 541 sound/pci/ca0106/ca0106_mixer.c #define CA_VOLUME(xname,chid,reg) \ xname 543 sound/pci/ca0106/ca0106_mixer.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 622 sound/pci/ca0106/ca0106_mixer.c #define I2C_VOLUME(xname,chid) \ xname 624 sound/pci/ca0106/ca0106_mixer.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1999 sound/pci/cmipci.c #define CMIPCI_DOUBLE(xname, left_reg, right_reg, left_shift, right_shift, mask, invert, stereo) \ xname 2000 sound/pci/cmipci.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 2006 sound/pci/cmipci.c #define CMIPCI_SB_VOL_STEREO(xname,reg,shift,mask) CMIPCI_DOUBLE(xname, reg, reg+1, shift, shift, mask, 0, 1) xname 2007 sound/pci/cmipci.c #define CMIPCI_SB_VOL_MONO(xname,reg,shift,mask) CMIPCI_DOUBLE(xname, reg, reg, shift, shift, mask, 0, 0) xname 2008 sound/pci/cmipci.c #define CMIPCI_SB_SW_STEREO(xname,lshift,rshift) CMIPCI_DOUBLE(xname, SB_DSP4_OUTPUT_SW, SB_DSP4_OUTPUT_SW, lshift, rshift, 1, 0, 1) xname 2009 sound/pci/cmipci.c #define CMIPCI_SB_SW_MONO(xname,shift) CMIPCI_DOUBLE(xname, SB_DSP4_OUTPUT_SW, SB_DSP4_OUTPUT_SW, shift, shift, 1, 0, 0) xname 2100 sound/pci/cmipci.c #define CMIPCI_SB_INPUT_SW(xname, left_shift, right_shift) \ xname 2101 sound/pci/cmipci.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 2165 sound/pci/cmipci.c #define CMIPCI_MIXER_SW_STEREO(xname, reg, lshift, rshift, invert) \ xname 2166 sound/pci/cmipci.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 2172 sound/pci/cmipci.c #define CMIPCI_MIXER_SW_MONO(xname, reg, shift, invert) \ xname 2173 sound/pci/cmipci.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 2179 sound/pci/cmipci.c #define CMIPCI_MIXER_VOL_STEREO(xname, reg, lshift, rshift, mask) \ xname 2180 sound/pci/cmipci.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 2186 sound/pci/cmipci.c #define CMIPCI_MIXER_VOL_MONO(xname, reg, shift, mask) \ xname 2187 sound/pci/cmipci.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 477 sound/pci/emu10k1/emumixer.c #define EMU1010_SOURCE_OUTPUT(xname,chid) \ xname 479 sound/pci/emu10k1/emumixer.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 538 sound/pci/emu10k1/emumixer.c #define EMU1010_SOURCE_INPUT(xname,chid) \ xname 540 sound/pci/emu10k1/emumixer.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 606 sound/pci/emu10k1/emumixer.c #define EMU1010_ADC_PADS(xname,chid) \ xname 608 sound/pci/emu10k1/emumixer.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 654 sound/pci/emu10k1/emumixer.c #define EMU1010_DAC_PADS(xname,chid) \ xname 656 sound/pci/emu10k1/emumixer.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1041 sound/pci/emu10k1/emumixer.c #define I2C_VOLUME(xname,chid) \ xname 1043 sound/pci/emu10k1/emumixer.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 804 sound/pci/emu10k1/p16v.c #define P16V_VOL(xname,xreg,xhl) { \ xname 805 sound/pci/emu10k1/p16v.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1416 sound/pci/ens1370.c #define ES1371_SPDIF(xname) \ xname 1417 sound/pci/ens1370.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .info = snd_es1371_spdif_info, \ xname 1680 sound/pci/ens1370.c #define ENSONIQ_CONTROL(xname, mask) \ xname 1681 sound/pci/ens1370.c { .iface = SNDRV_CTL_ELEM_IFACE_CARD, .name = xname, .info = snd_ensoniq_control_info, \ xname 1159 sound/pci/es1938.c #define ES1938_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ xname 1162 sound/pci/es1938.c .name = xname, .index = xindex, \ xname 1167 sound/pci/es1938.c #define ES1938_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 1168 sound/pci/es1938.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1220 sound/pci/es1938.c #define ES1938_DOUBLE_TLV(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert, xtlv) \ xname 1223 sound/pci/es1938.c .name = xname, .index = xindex, \ xname 1228 sound/pci/es1938.c #define ES1938_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 1229 sound/pci/es1938.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 835 sound/pci/fm801.c #define FM801_SINGLE(xname, reg, shift, mask, invert) \ xname 836 sound/pci/fm801.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .info = snd_fm801_info_single, \ xname 884 sound/pci/fm801.c #define FM801_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ xname 885 sound/pci/fm801.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .info = snd_fm801_info_double, \ xname 888 sound/pci/fm801.c #define FM801_DOUBLE_TLV(xname, reg, shift_left, shift_right, mask, invert, xtlv) \ xname 891 sound/pci/fm801.c .name = xname, .info = snd_fm801_info_double, \ xname 32 sound/pci/hda/hda_local.h #define HDA_CODEC_VOLUME_MONO_IDX(xname, xcidx, nid, channel, xindex, dir, flags) \ xname 33 sound/pci/hda/hda_local.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xcidx, \ xname 44 sound/pci/hda/hda_local.h #define HDA_CODEC_VOLUME_IDX(xname, xcidx, nid, xindex, direction) \ xname 45 sound/pci/hda/hda_local.h HDA_CODEC_VOLUME_MONO_IDX(xname, xcidx, nid, 3, xindex, direction, 0) xname 47 sound/pci/hda/hda_local.h #define HDA_CODEC_VOLUME_MONO(xname, nid, channel, xindex, direction) \ xname 48 sound/pci/hda/hda_local.h HDA_CODEC_VOLUME_MONO_IDX(xname, 0, nid, channel, xindex, direction, 0) xname 50 sound/pci/hda/hda_local.h #define HDA_CODEC_VOLUME(xname, nid, xindex, direction) \ xname 51 sound/pci/hda/hda_local.h HDA_CODEC_VOLUME_MONO(xname, nid, 3, xindex, direction) xname 53 sound/pci/hda/hda_local.h #define HDA_CODEC_VOLUME_MIN_MUTE(xname, nid, xindex, direction) \ xname 54 sound/pci/hda/hda_local.h HDA_CODEC_VOLUME_MONO_IDX(xname, 0, nid, 3, xindex, direction, \ xname 57 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE_MONO_IDX(xname, xcidx, nid, channel, xindex, direction) \ xname 58 sound/pci/hda/hda_local.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xcidx, \ xname 65 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE_IDX(xname, xcidx, nid, xindex, direction) \ xname 66 sound/pci/hda/hda_local.h HDA_CODEC_MUTE_MONO_IDX(xname, xcidx, nid, 3, xindex, direction) xname 68 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE_MONO(xname, nid, channel, xindex, direction) \ xname 69 sound/pci/hda/hda_local.h HDA_CODEC_MUTE_MONO_IDX(xname, 0, nid, channel, xindex, direction) xname 71 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE(xname, nid, xindex, direction) \ xname 72 sound/pci/hda/hda_local.h HDA_CODEC_MUTE_MONO(xname, nid, 3, xindex, direction) xname 75 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE_BEEP_MONO_IDX(xname, xcidx, nid, channel, xindex, direction) \ xname 76 sound/pci/hda/hda_local.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xcidx, \ xname 84 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE_BEEP_MONO_IDX(xname, xcidx, nid, ch, xidx, dir) \ xname 85 sound/pci/hda/hda_local.h HDA_CODEC_MUTE_MONO_IDX(xname, xcidx, nid, ch, xidx, dir) xname 88 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE_BEEP_MONO(xname, nid, channel, xindex, direction) \ xname 89 sound/pci/hda/hda_local.h HDA_CODEC_MUTE_BEEP_MONO_IDX(xname, 0, nid, channel, xindex, direction) xname 91 sound/pci/hda/hda_local.h #define HDA_CODEC_MUTE_BEEP(xname, nid, xindex, direction) \ xname 92 sound/pci/hda/hda_local.h HDA_CODEC_MUTE_BEEP_MONO(xname, nid, 3, xindex, direction) xname 3644 sound/pci/hda/patch_ca0132.c #define CA0132_CODEC_VOL_MONO(xname, nid, channel, dir) \ xname 3646 sound/pci/hda/patch_ca0132.c .name = xname, \ xname 3662 sound/pci/hda/patch_ca0132.c #define CA0132_ALT_CODEC_VOL_MONO(xname, nid, channel, dir) \ xname 3664 sound/pci/hda/patch_ca0132.c .name = xname, \ xname 3675 sound/pci/hda/patch_ca0132.c #define CA0132_CODEC_MUTE_MONO(xname, nid, channel, dir) \ xname 3677 sound/pci/hda/patch_ca0132.c .name = xname, \ xname 3685 sound/pci/hda/patch_ca0132.c #define CA0132_CODEC_VOL(xname, nid, dir) \ xname 3686 sound/pci/hda/patch_ca0132.c CA0132_CODEC_VOL_MONO(xname, nid, 3, dir) xname 3687 sound/pci/hda/patch_ca0132.c #define CA0132_ALT_CODEC_VOL(xname, nid, dir) \ xname 3688 sound/pci/hda/patch_ca0132.c CA0132_ALT_CODEC_VOL_MONO(xname, nid, 3, dir) xname 3689 sound/pci/hda/patch_ca0132.c #define CA0132_CODEC_MUTE(xname, nid, dir) \ xname 3690 sound/pci/hda/patch_ca0132.c CA0132_CODEC_MUTE_MONO(xname, nid, 3, dir) xname 785 sound/pci/ice1712/ews.c #define EWS88D_CONTROL(xiface, xname, xshift, xinvert, xaccess) \ xname 787 sound/pci/ice1712/ews.c .name = xname,\ xname 922 sound/pci/ice1712/ews.c #define DMX6FIRE_CONTROL(xname, xshift, xinvert) \ xname 924 sound/pci/ice1712/ews.c .name = xname,\ xname 442 sound/pci/ice1712/ice1712.h #define ICE1712_GPIO(xiface, xname, xindex, mask, invert, xaccess) \ xname 443 sound/pci/ice1712/ice1712.h { .iface = xiface, .name = xname, .access = xaccess, .info = snd_ctl_boolean_mono_info, \ xname 257 sound/pci/ice1712/juli.c #define AK_DAC(xname, xch) { .name = xname, .num_channels = xch } xname 358 sound/pci/ice1712/quartet.c #define AK_CONTROL(xname, xch) { .name = xname, .num_channels = xch } xname 715 sound/pci/ice1712/quartet.c #define QTET_CONTROL(xname, xtype, xpriv) \ xname 717 sound/pci/ice1712/quartet.c .name = xname,\ xname 182 sound/pci/ice1712/revo.c #define AK_DAC(xname,xch) { .name = xname, .num_channels = xch } xname 729 sound/pci/oxygen/oxygen_mixer.c #define AC97_SWITCH(xname, codec, index, bitnr, invert) { \ xname 731 sound/pci/oxygen/oxygen_mixer.c .name = xname, \ xname 738 sound/pci/oxygen/oxygen_mixer.c #define AC97_VOLUME(xname, codec, index, stereo) { \ xname 740 sound/pci/oxygen/oxygen_mixer.c .name = xname, \ xname 357 sound/pci/oxygen/xonar_dg_mixer.c #define INPUT_VOLUME(xname, index) { \ xname 359 sound/pci/oxygen/xonar_dg_mixer.c .name = xname, \ xname 968 sound/pci/oxygen/xonar_wm87x6.c #define WM8776_BIT_SWITCH(xname, reg, bit, invert, flags) { \ xname 970 sound/pci/oxygen/xonar_wm87x6.c .name = xname, \ xname 976 sound/pci/oxygen/xonar_wm87x6.c #define _WM8776_FIELD_CTL(xname, reg, shift, initval, min, max, mask, flags) \ xname 978 sound/pci/oxygen/xonar_wm87x6.c .name = xname, \ xname 981 sound/pci/oxygen/xonar_wm87x6.c #define WM8776_FIELD_CTL_ENUM(xname, reg, shift, init, min, max, mask, flags) {\ xname 982 sound/pci/oxygen/xonar_wm87x6.c _WM8776_FIELD_CTL(xname " Capture Enum", \ xname 1639 sound/pci/rme9652/hdsp.c #define HDSP_SPDIF_IN(xname, xindex) \ xname 1641 sound/pci/rme9652/hdsp.c .name = xname, \ xname 1696 sound/pci/rme9652/hdsp.c #define HDSP_TOGGLE_SETTING(xname, xindex) \ xname 1698 sound/pci/rme9652/hdsp.c .name = xname, \ xname 1754 sound/pci/rme9652/hdsp.c #define HDSP_SPDIF_SAMPLE_RATE(xname, xindex) \ xname 1756 sound/pci/rme9652/hdsp.c .name = xname, \ xname 1813 sound/pci/rme9652/hdsp.c #define HDSP_SYSTEM_SAMPLE_RATE(xname, xindex) \ xname 1815 sound/pci/rme9652/hdsp.c .name = xname, \ xname 1837 sound/pci/rme9652/hdsp.c #define HDSP_AUTOSYNC_SAMPLE_RATE(xname, xindex) \ xname 1839 sound/pci/rme9652/hdsp.c .name = xname, \ xname 1896 sound/pci/rme9652/hdsp.c #define HDSP_SYSTEM_CLOCK_MODE(xname, xindex) \ xname 1898 sound/pci/rme9652/hdsp.c .name = xname, \ xname 1929 sound/pci/rme9652/hdsp.c #define HDSP_CLOCK_SOURCE(xname, xindex) \ xname 1931 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2086 sound/pci/rme9652/hdsp.c #define HDSP_DA_GAIN(xname, xindex) \ xname 2088 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2165 sound/pci/rme9652/hdsp.c #define HDSP_AD_GAIN(xname, xindex) \ xname 2167 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2244 sound/pci/rme9652/hdsp.c #define HDSP_PHONE_GAIN(xname, xindex) \ xname 2246 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2323 sound/pci/rme9652/hdsp.c #define HDSP_PREF_SYNC_REF(xname, xindex) \ xname 2325 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2452 sound/pci/rme9652/hdsp.c #define HDSP_AUTOSYNC_REF(xname, xindex) \ xname 2454 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2504 sound/pci/rme9652/hdsp.c #define HDSP_PRECISE_POINTER(xname, xindex) \ xname 2506 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2550 sound/pci/rme9652/hdsp.c #define HDSP_USE_MIDI_TASKLET(xname, xindex) \ xname 2552 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2596 sound/pci/rme9652/hdsp.c #define HDSP_MIXER(xname, xindex) \ xname 2598 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2669 sound/pci/rme9652/hdsp.c #define HDSP_WC_SYNC_CHECK(xname, xindex) \ xname 2671 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2706 sound/pci/rme9652/hdsp.c #define HDSP_SPDIF_SYNC_CHECK(xname, xindex) \ xname 2708 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2737 sound/pci/rme9652/hdsp.c #define HDSP_ADATSYNC_SYNC_CHECK(xname, xindex) \ xname 2739 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2814 sound/pci/rme9652/hdsp.c #define HDSP_DDS_OFFSET(xname, xindex) \ xname 2816 sound/pci/rme9652/hdsp.c .name = xname, \ xname 2226 sound/pci/rme9652/hdspm.c #define HDSPM_SYSTEM_SAMPLE_RATE(xname, xindex) \ xname 2228 sound/pci/rme9652/hdspm.c .name = xname, \ xname 2395 sound/pci/rme9652/hdspm.c #define HDSPM_AUTOSYNC_SAMPLE_RATE(xname, xindex) \ xname 2397 sound/pci/rme9652/hdspm.c .name = xname, \ xname 2503 sound/pci/rme9652/hdspm.c #define HDSPM_SYSTEM_CLOCK_MODE(xname, xindex) \ xname 2505 sound/pci/rme9652/hdspm.c .name = xname, \ xname 2588 sound/pci/rme9652/hdspm.c #define HDSPM_INTERNAL_CLOCK(xname, xindex) \ xname 2590 sound/pci/rme9652/hdspm.c .name = xname, \ xname 2683 sound/pci/rme9652/hdspm.c #define HDSPM_PREF_SYNC_REF(xname, xindex) \ xname 2685 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3010 sound/pci/rme9652/hdspm.c #define HDSPM_AUTOSYNC_REF(xname, xindex) \ xname 3012 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3085 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_VIDEO_INPUT_FORMAT(xname, xindex) \ xname 3087 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3131 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_LTC_FRAMES(xname, xindex) \ xname 3133 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3189 sound/pci/rme9652/hdspm.c #define HDSPM_TOGGLE_SETTING(xname, xindex) \ xname 3191 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3265 sound/pci/rme9652/hdspm.c #define HDSPM_INPUT_SELECT(xname, xindex) \ xname 3267 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3327 sound/pci/rme9652/hdspm.c #define HDSPM_DS_WIRE(xname, xindex) \ xname 3329 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3389 sound/pci/rme9652/hdspm.c #define HDSPM_QS_WIRE(xname, xindex) \ xname 3391 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3465 sound/pci/rme9652/hdspm.c #define HDSPM_CONTROL_TRISTATE(xname, xindex) \ xname 3467 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3543 sound/pci/rme9652/hdspm.c #define HDSPM_MADI_SPEEDMODE(xname, xindex) \ xname 3545 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3619 sound/pci/rme9652/hdspm.c #define HDSPM_MIXER(xname, xindex) \ xname 3621 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3794 sound/pci/rme9652/hdspm.c #define HDSPM_SYNC_CHECK(xname, xindex) \ xname 3796 sound/pci/rme9652/hdspm.c .name = xname, \ xname 3803 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_LOCK_CHECK(xname, xindex) \ xname 3805 sound/pci/rme9652/hdspm.c .name = xname, \ xname 4196 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_SAMPLE_RATE(xname, xindex) \ xname 4198 sound/pci/rme9652/hdspm.c .name = xname, \ xname 4243 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_PULL(xname, xindex) \ xname 4245 sound/pci/rme9652/hdspm.c .name = xname, \ xname 4289 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_WCK_CONVERSION(xname, xindex) \ xname 4291 sound/pci/rme9652/hdspm.c .name = xname, \ xname 4335 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_FRAME_RATE(xname, xindex) \ xname 4337 sound/pci/rme9652/hdspm.c .name = xname, \ xname 4382 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_SYNC_SOURCE(xname, xindex) \ xname 4384 sound/pci/rme9652/hdspm.c .name = xname, \ xname 4428 sound/pci/rme9652/hdspm.c #define HDSPM_TCO_WORD_TERM(xname, xindex) \ xname 4430 sound/pci/rme9652/hdspm.c .name = xname, \ xname 870 sound/pci/rme9652/rme9652.c #define RME9652_ADAT1_IN(xname, xindex) \ xname 871 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 942 sound/pci/rme9652/rme9652.c #define RME9652_SPDIF_IN(xname, xindex) \ xname 943 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1007 sound/pci/rme9652/rme9652.c #define RME9652_SPDIF_OUT(xname, xindex) \ xname 1008 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1068 sound/pci/rme9652/rme9652.c #define RME9652_SYNC_MODE(xname, xindex) \ xname 1069 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1149 sound/pci/rme9652/rme9652.c #define RME9652_SYNC_PREF(xname, xindex) \ xname 1150 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1292 sound/pci/rme9652/rme9652.c #define RME9652_PASSTHRU(xname, xindex) \ xname 1293 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1331 sound/pci/rme9652/rme9652.c #define RME9652_SPDIF_RATE(xname, xindex) \ xname 1332 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1356 sound/pci/rme9652/rme9652.c #define RME9652_ADAT_SYNC(xname, xindex, xidx) \ xname 1357 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1388 sound/pci/rme9652/rme9652.c #define RME9652_TC_VALID(xname, xindex) \ xname 1389 sound/pci/rme9652/rme9652.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 896 sound/pci/sonicvibes.c #define SONICVIBES_MUX(xname, xindex) \ xname 897 sound/pci/sonicvibes.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 944 sound/pci/sonicvibes.c #define SONICVIBES_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 945 sound/pci/sonicvibes.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1000 sound/pci/sonicvibes.c #define SONICVIBES_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 1001 sound/pci/sonicvibes.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1441 sound/pci/ymfpci/ymfpci_main.c #define YMFPCI_SINGLE(xname, xindex, reg, shift) \ xname 1442 sound/pci/ymfpci/ymfpci_main.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 1495 sound/pci/ymfpci/ymfpci_main.c #define YMFPCI_DOUBLE(xname, xindex, reg) \ xname 1496 sound/pci/ymfpci/ymfpci_main.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ xname 188 sound/ppc/awacs.c #define AWACS_VOLUME(xname, xreg, xshift, xinverted) \ xname 189 sound/ppc/awacs.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0, \ xname 239 sound/ppc/awacs.c #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \ xname 240 sound/ppc/awacs.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0, \ xname 197 sound/ppc/burgundy.c #define BURGUNDY_VOLUME_W(xname, xindex, addr, shift) \ xname 198 sound/ppc/burgundy.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\ xname 273 sound/ppc/burgundy.c #define BURGUNDY_VOLUME_2B(xname, xindex, addr, off) \ xname 274 sound/ppc/burgundy.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\ xname 335 sound/ppc/burgundy.c #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ xname 336 sound/ppc/burgundy.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\ xname 390 sound/ppc/burgundy.c #define BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) \ xname 391 sound/ppc/burgundy.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\ xname 446 sound/ppc/burgundy.c #define BURGUNDY_SWITCH_B(xname, xindex, addr, lmask, rmask, stereo) \ xname 447 sound/ppc/burgundy.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\ xname 598 sound/ppc/tumbler.c #define DEFINE_MONO(xname,type) { \ xname 600 sound/ppc/tumbler.c .name = xname, \ xname 607 sound/ppc/tumbler.c #define DEFINE_SNAPPER_MONO(xname,type) { \ xname 609 sound/ppc/tumbler.c .name = xname, \ xname 816 sound/ppc/tumbler.c #define DEFINE_SNAPPER_MIX(xname,idx,ofs) { \ xname 818 sound/ppc/tumbler.c .name = xname, \ xname 232 sound/soc/atmel/tse850-pcm5142.c #define TSE850_DAPM_SINGLE_EXT(xname, reg, shift, max, invert, xget, xput) \ xname 233 sound/soc/atmel/tse850-pcm5142.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 65 sound/soc/codecs/ab8500-codec.c #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ xname 66 sound/soc/codecs/ab8500-codec.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 208 sound/soc/codecs/arizona.h #define ARIZONA_EQ_CONTROL(xname, xbase) \ xname 209 sound/soc/codecs/arizona.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 215 sound/soc/codecs/arizona.h #define ARIZONA_LHPF_CONTROL(xname, xbase) \ xname 216 sound/soc/codecs/arizona.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1677 sound/soc/codecs/hdac_hdmi.c char kc_name[NAME_SIZE], xname[NAME_SIZE]; xname 1691 sound/soc/codecs/hdac_hdmi.c snprintf(xname, sizeof(xname), "hif%d-%d Jack", xname 1693 sound/soc/codecs/hdac_hdmi.c name = devm_kstrdup(component->dev, xname, GFP_KERNEL); xname 1696 sound/soc/codecs/hdac_hdmi.c snprintf(kc_name, sizeof(kc_name), "%s Switch", xname); xname 91 sound/soc/codecs/inno_rk3036.c #define SOC_RK3036_CODEC_ANTIPOP_DECL(xname) \ xname 92 sound/soc/codecs/inno_rk3036.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 289 sound/soc/codecs/madera.h #define MADERA_RATE_ENUM(xname, xenum) \ xname 290 sound/soc/codecs/madera.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,\ xname 295 sound/soc/codecs/madera.h #define MADERA_EQ_CONTROL(xname, xbase) \ xname 296 sound/soc/codecs/madera.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 302 sound/soc/codecs/madera.h #define MADERA_LHPF_CONTROL(xname, xbase) \ xname 303 sound/soc/codecs/madera.h { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 209 sound/soc/codecs/msm8916-wcd-digital.c #define WCD_IIR_FILTER_CTL(xname, iidx, bidx) \ xname 210 sound/soc/codecs/msm8916-wcd-digital.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1215 sound/soc/codecs/rt1011.c #define RT1011_BQ_DRC(xname) \ xname 1216 sound/soc/codecs/rt1011.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1321 sound/soc/codecs/rt1011.c #define RT1011_R0_LOAD(xname) \ xname 1322 sound/soc/codecs/rt1011.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 733 sound/soc/codecs/rt5645.c #define RT5645_HWEQ(xname) \ xname 734 sound/soc/codecs/rt5645.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 433 sound/soc/codecs/sta32x.c #define SINGLE_COEF(xname, index) \ xname 434 sound/soc/codecs/sta32x.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 440 sound/soc/codecs/sta32x.c #define BIQUAD_COEFS(xname, index) \ xname 441 sound/soc/codecs/sta32x.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 428 sound/soc/codecs/sta350.c #define SINGLE_COEF(xname, index) \ xname 429 sound/soc/codecs/sta350.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 435 sound/soc/codecs/sta350.c #define BIQUAD_COEFS(xname, index) \ xname 436 sound/soc/codecs/sta350.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 361 sound/soc/codecs/tas571x.c #define BIQUAD_COEFS(xname, reg) \ xname 362 sound/soc/codecs/tas571x.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 267 sound/soc/codecs/tda7419.c #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ xname 270 sound/soc/codecs/tda7419.c .name = xname, \ xname 281 sound/soc/codecs/tda7419.c #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ xname 284 sound/soc/codecs/tda7419.c .name = xname, \ xname 151 sound/soc/codecs/tlv320aic3x.c #define SOC_DAPM_SINGLE_AIC3X(xname, reg, shift, mask, invert) \ xname 152 sound/soc/codecs/tlv320aic3x.c SOC_SINGLE_EXT(xname, reg, shift, mask, invert, \ xname 616 sound/soc/codecs/tscs42xx.c #define COEFF_RAM_CTL(xname, xcount, xaddr) \ xname 617 sound/soc/codecs/tscs42xx.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1528 sound/soc/codecs/tscs454.c #define COEFF_RAM_CTL(xname, xcount, xaddr) \ xname 1529 sound/soc/codecs/tscs454.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 105 sound/soc/codecs/wm8400.c #define WM8400_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert, tlv_array) \ xname 106 sound/soc/codecs/wm8400.c SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \ xname 409 sound/soc/codecs/wm8903.c #define SOC_DAPM_SINGLE_W(xname, reg, shift, max, invert) \ xname 410 sound/soc/codecs/wm8903.c SOC_SINGLE_EXT(xname, reg, shift, max, invert, \ xname 536 sound/soc/codecs/wm8958-dsp2.c #define WM8958_MBC_SWITCH(xname, xval) {\ xname 537 sound/soc/codecs/wm8958-dsp2.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 663 sound/soc/codecs/wm8958-dsp2.c #define WM8958_VSS_SWITCH(xname, xval) {\ xname 664 sound/soc/codecs/wm8958-dsp2.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 736 sound/soc/codecs/wm8958-dsp2.c #define WM8958_HPF_SWITCH(xname, xval) {\ xname 737 sound/soc/codecs/wm8958-dsp2.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 830 sound/soc/codecs/wm8958-dsp2.c #define WM8958_ENH_EQ_SWITCH(xname, xval) {\ xname 831 sound/soc/codecs/wm8958-dsp2.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 1527 sound/soc/codecs/wm8962.c #define WM8962_DSP2_ENABLE(xname, xshift) \ xname 1528 sound/soc/codecs/wm8962.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 147 sound/soc/codecs/wm8990.c #define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\ xname 149 sound/soc/codecs/wm8990.c SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \ xname 810 sound/soc/codecs/wm8991.h #define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\ xname 812 sound/soc/codecs/wm8991.h SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \ xname 290 sound/soc/codecs/wm8994.c #define WM8994_DRC_SWITCH(xname, reg, shift) \ xname 291 sound/soc/codecs/wm8994.c SOC_SINGLE_EXT(xname, reg, shift, 1, 0, \ xname 1440 sound/soc/codecs/wm8994.c #define WM8994_CLASS_W_SWITCH(xname, reg, shift, max, invert) \ xname 1441 sound/soc/codecs/wm8994.c SOC_SINGLE_EXT(xname, reg, shift, max, invert, \ xname 4236 sound/soc/codecs/wm8995.h #define WM8995_CLASS_W_SWITCH(xname, reg, shift, max, invert) \ xname 4237 sound/soc/codecs/wm8995.h SOC_SINGLE_EXT(xname, reg, shift, max, invert, \ xname 278 sound/soc/codecs/wm9712.c #define WM9712_HP_MIXER_CTRL(xname, xmixer, xshift) { \ xname 279 sound/soc/codecs/wm9712.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 287 sound/soc/codecs/wm9713.c #define WM9713_HP_MIXER_CTRL(xname, xmixer, xshift) { \ xname 288 sound/soc/codecs/wm9713.c .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 689 sound/soc/codecs/wm_hubs.c #define WM_HUBS_SINGLE_W(xname, reg, shift, max, invert) \ xname 690 sound/soc/codecs/wm_hubs.c SOC_SINGLE_EXT(xname, reg, shift, max, invert, \ xname 706 sound/soc/codecs/wm_hubs.c #define WM_HUBS_ENUM_W(xname, xenum) \ xname 707 sound/soc/codecs/wm_hubs.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 712 sound/soc/intel/atom/sst-atom-controls.h #define SST_GAIN_KCONTROL_TLV(xname, xhandler_get, xhandler_put, \ xname 715 sound/soc/intel/atom/sst-atom-controls.h .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 726 sound/soc/intel/atom/sst-atom-controls.h #define SST_GAIN_KCONTROL_INT(xname, xhandler_get, xhandler_put, \ xname 729 sound/soc/intel/atom/sst-atom-controls.h .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 737 sound/soc/intel/atom/sst-atom-controls.h #define SST_GAIN_KCONTROL_BOOL(xname, xhandler_get, xhandler_put,\ xname 739 sound/soc/intel/atom/sst-atom-controls.h .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 800 sound/soc/intel/atom/sst-atom-controls.h #define SST_ALGO_KCONTROL(xname, xcount, xmod, xpipe, \ xname 803 sound/soc/intel/atom/sst-atom-controls.h .name = xname, \ xname 371 sound/soc/meson/axg-spdifin.c #define AXG_SPDIFIN_LOCK_RATE(xname) \ xname 378 sound/soc/meson/axg-spdifin.c .name = xname, \ xname 292 sound/soc/meson/g12a-tohdmitx.c #define TOHDMITX_STREAM(xname, xsuffix, xfmt, xchmax) \ xname 294 sound/soc/meson/g12a-tohdmitx.c .stream_name = xname " " xsuffix, \ xname 302 sound/soc/meson/g12a-tohdmitx.c #define TOHDMITX_IN(xname, xid, xfmt, xchmax) { \ xname 303 sound/soc/meson/g12a-tohdmitx.c .name = xname, \ xname 305 sound/soc/meson/g12a-tohdmitx.c .playback = TOHDMITX_STREAM(xname, "Playback", xfmt, xchmax), \ xname 311 sound/soc/meson/g12a-tohdmitx.c #define TOHDMITX_OUT(xname, xid, xfmt, xchmax) { \ xname 312 sound/soc/meson/g12a-tohdmitx.c .name = xname, \ xname 314 sound/soc/meson/g12a-tohdmitx.c .capture = TOHDMITX_STREAM(xname, "Capture", xfmt, xchmax), \ xname 465 sound/soc/ti/omap-mcbsp-st.c #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ xname 467 sound/soc/ti/omap-mcbsp-st.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ xname 1483 sound/sparc/cs4231.c #define CS4231_SINGLE(xname, xindex, reg, shift, mask, invert) \ xname 1484 sound/sparc/cs4231.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), .index = (xindex), \ xname 1489 sound/sparc/cs4231.c #define CS4231_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, \ xname 1491 sound/sparc/cs4231.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), .index = (xindex), \ xname 2414 sound/sparc/dbri.c #define CS4215_SINGLE(xname, entry, shift, mask, invert) \ xname 2415 sound/sparc/dbri.c { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ xname 644 sound/spi/at73c213.c #define AT73C213_MONO_SWITCH(xname, xindex, reg, shift, mask, invert) \ xname 647 sound/spi/at73c213.c .name = xname, \ xname 655 sound/spi/at73c213.c #define AT73C213_STEREO(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ xname 658 sound/spi/at73c213.c .name = xname, \