| tag | line | file | source code |
| supported_devices | 49 | drivers/sound/sb_mixer.c | static int supported_devices; |
| supported_devices | 166 | drivers/sound/sb_mixer.c | if (!((1 << dev) & supported_devices)) |
| supported_devices | 189 | drivers/sound/sb_mixer.c | if (!(supported_devices & (1 << dev))) /* Not supported */ |
| supported_devices | 323 | drivers/sound/sb_mixer.c | return IOCTL_OUT (arg, supported_devices); |
| supported_devices | 327 | drivers/sound/sb_mixer.c | return IOCTL_OUT (arg, supported_devices & |
| supported_devices | 391 | drivers/sound/sb_mixer.c | supported_devices = SGNXPRO_MIXER_DEVICES; |
| supported_devices | 398 | drivers/sound/sb_mixer.c | supported_devices = SBPRO_MIXER_DEVICES; |
| supported_devices | 407 | drivers/sound/sb_mixer.c | supported_devices = SB16_MIXER_DEVICES; |