taglinefilesource code
supported_devices79drivers/sound/ad1848.cint             supported_devices;
supported_devices365drivers/sound/ad1848.cif (!((1 << dev) & devc->supported_devices))
supported_devices402drivers/sound/ad1848.cif (!(devc->supported_devices & (1 << dev)))
supported_devices444drivers/sound/ad1848.cdevc->supported_devices = MODE2_MIXER_DEVICES;
supported_devices448drivers/sound/ad1848.cdevc->supported_devices = MODE3_MIXER_DEVICES;
supported_devices452drivers/sound/ad1848.cdevc->supported_devices = MODE1_MIXER_DEVICES;
supported_devices458drivers/sound/ad1848.cif (devc->supported_devices & (1 << i))
supported_devices501drivers/sound/ad1848.creturn snd_ioctl_return ((int *) arg, devc->supported_devices);
supported_devices505drivers/sound/ad1848.creturn snd_ioctl_return ((int *) arg, devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX));
supported_devices52drivers/sound/sb_mixer.cstatic int      supported_devices;
supported_devices199drivers/sound/sb_mixer.cif (!((1 << dev) & supported_devices))
supported_devices234drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices237drivers/sound/sb_mixer.csupported_devices |= (1 << i);
supported_devices239drivers/sound/sb_mixer.csupported_rec_devices = supported_devices &
supported_devices259drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /* Not supported */
supported_devices316drivers/sound/sb_mixer.cif (!(supported_devices & (1 << dev)))  /*
supported_devices470drivers/sound/sb_mixer.creturn snd_ioctl_return ((int *) arg, supported_devices);
supported_devices475drivers/sound/sb_mixer.creturn snd_ioctl_return ((int *) arg, supported_devices);
supported_devices477drivers/sound/sb_mixer.creturn snd_ioctl_return ((int *) arg, supported_devices & ~(SOUND_MASK_MIC | SOUND_MASK_SPEAKER));
supported_devices540drivers/sound/sb_mixer.csupported_devices = ES688_MIXER_DEVICES;
supported_devices546drivers/sound/sb_mixer.csupported_devices = 0;
supported_devices556drivers/sound/sb_mixer.csupported_devices = SGNXPRO_MIXER_DEVICES;
supported_devices563drivers/sound/sb_mixer.csupported_devices = SBPRO_MIXER_DEVICES;
supported_devices572drivers/sound/sb_mixer.csupported_devices = SB16_MIXER_DEVICES;