tag | line | file | source code |
supported_devices | 79 | drivers/sound/ad1848.c | int supported_devices; |
supported_devices | 365 | drivers/sound/ad1848.c | if (!((1 << dev) & devc->supported_devices)) |
supported_devices | 402 | drivers/sound/ad1848.c | if (!(devc->supported_devices & (1 << dev))) |
supported_devices | 444 | drivers/sound/ad1848.c | devc->supported_devices = MODE2_MIXER_DEVICES; |
supported_devices | 448 | drivers/sound/ad1848.c | devc->supported_devices = MODE3_MIXER_DEVICES; |
supported_devices | 452 | drivers/sound/ad1848.c | devc->supported_devices = MODE1_MIXER_DEVICES; |
supported_devices | 458 | drivers/sound/ad1848.c | if (devc->supported_devices & (1 << i)) |
supported_devices | 501 | drivers/sound/ad1848.c | return snd_ioctl_return ((int *) arg, devc->supported_devices); |
supported_devices | 505 | drivers/sound/ad1848.c | return snd_ioctl_return ((int *) arg, devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX)); |
supported_devices | 52 | drivers/sound/sb_mixer.c | static int supported_devices; |
supported_devices | 199 | drivers/sound/sb_mixer.c | if (!((1 << dev) & supported_devices)) |
supported_devices | 234 | drivers/sound/sb_mixer.c | supported_devices = 0; |
supported_devices | 237 | drivers/sound/sb_mixer.c | supported_devices |= (1 << i); |
supported_devices | 239 | drivers/sound/sb_mixer.c | supported_rec_devices = supported_devices & |
supported_devices | 259 | drivers/sound/sb_mixer.c | if (!(supported_devices & (1 << dev))) /* Not supported */ |
supported_devices | 316 | drivers/sound/sb_mixer.c | if (!(supported_devices & (1 << dev))) /* |
supported_devices | 470 | drivers/sound/sb_mixer.c | return snd_ioctl_return ((int *) arg, supported_devices); |
supported_devices | 475 | drivers/sound/sb_mixer.c | return snd_ioctl_return ((int *) arg, supported_devices); |
supported_devices | 477 | drivers/sound/sb_mixer.c | return snd_ioctl_return ((int *) arg, supported_devices & ~(SOUND_MASK_MIC | SOUND_MASK_SPEAKER)); |
supported_devices | 540 | drivers/sound/sb_mixer.c | supported_devices = ES688_MIXER_DEVICES; |
supported_devices | 546 | drivers/sound/sb_mixer.c | supported_devices = 0; |
supported_devices | 556 | drivers/sound/sb_mixer.c | supported_devices = SGNXPRO_MIXER_DEVICES; |
supported_devices | 563 | drivers/sound/sb_mixer.c | supported_devices = SBPRO_MIXER_DEVICES; |
supported_devices | 572 | drivers/sound/sb_mixer.c | supported_devices = SB16_MIXER_DEVICES; |