taglinefilesource code
supported_devices75drivers/sound/ad1848.cint             supported_devices;
supported_devices339drivers/sound/ad1848.cif (!((1 << dev) & devc->supported_devices))
supported_devices362drivers/sound/ad1848.cif (!(devc->supported_devices & (1 << dev)))
supported_devices403drivers/sound/ad1848.cdevc->supported_devices = MODE2_MIXER_DEVICES;
supported_devices405drivers/sound/ad1848.cdevc->supported_devices = MODE1_MIXER_DEVICES;
supported_devices451drivers/sound/ad1848.creturn IOCTL_OUT (arg, devc->supported_devices);
supported_devices455drivers/sound/ad1848.creturn IOCTL_OUT (arg, devc->supported_devices &
supported_devices50drivers/sound/sb_mixer.cstatic int      supported_devices;
supported_devices195drivers/sound/sb_mixer.cif (!((1 << dev) & supported_devices))
supported_devices231drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices234drivers/sound/sb_mixer.csupported_devices |= (1 << i);
supported_devices236drivers/sound/sb_mixer.csupported_rec_devices = supported_devices &
supported_devices256drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /* Not supported */
supported_devices317drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /*
supported_devices471drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices);
supported_devices476drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices);
supported_devices478drivers/sound/sb_mixer.creturn IOCTL_OUT (arg, supported_devices &
supported_devices543drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices554drivers/sound/sb_mixer.csupported_devices = SGNXPRO_MIXER_DEVICES;
supported_devices561drivers/sound/sb_mixer.csupported_devices = SBPRO_MIXER_DEVICES;
supported_devices570drivers/sound/sb_mixer.csupported_devices = SB16_MIXER_DEVICES;