tag | line | file | source code |
supported_devices | 49 | drivers/sound/sb_mixer.c | static int supported_devices; |
supported_devices | 178 | drivers/sound/sb_mixer.c | if (!((1 << dev) & supported_devices)) |
supported_devices | 201 | drivers/sound/sb_mixer.c | if (!(supported_devices & (1 << dev))) /* |
supported_devices | 353 | drivers/sound/sb_mixer.c | return IOCTL_OUT (arg, supported_devices); |
supported_devices | 357 | drivers/sound/sb_mixer.c | return IOCTL_OUT (arg, supported_devices & |
supported_devices | 420 | drivers/sound/sb_mixer.c | supported_devices = SGNXPRO_MIXER_DEVICES; |
supported_devices | 427 | drivers/sound/sb_mixer.c | supported_devices = SBPRO_MIXER_DEVICES; |
supported_devices | 436 | drivers/sound/sb_mixer.c | supported_devices = SB16_MIXER_DEVICES; |