tag | line | file | source code |
PCM_ENABLE_INPUT | 909 | drivers/sound/ad1848.c | if (devc->irq_mode & PCM_ENABLE_INPUT && audio_devs[dev]->flags & DMA_AUTOMODE && |
PCM_ENABLE_INPUT | 913 | drivers/sound/ad1848.c | devc->irq_mode |= PCM_ENABLE_INPUT; |
PCM_ENABLE_INPUT | 944 | drivers/sound/ad1848.c | devc->irq_mode |= PCM_ENABLE_INPUT; |
PCM_ENABLE_INPUT | 1088 | drivers/sound/ad1848.c | devc->irq_mode &= ~PCM_ENABLE_INPUT; |
PCM_ENABLE_INPUT | 1141 | drivers/sound/ad1848.c | if (state & PCM_ENABLE_INPUT) |
PCM_ENABLE_INPUT | 1643 | drivers/sound/ad1848.c | if (devc->opened && devc->irq_mode & PCM_ENABLE_INPUT && alt_stat & 0x20) |
PCM_ENABLE_INPUT | 466 | drivers/sound/dmabuf.c | if (!(audio_devs[dev]->enable_bits & PCM_ENABLE_INPUT)) |
PCM_ENABLE_INPUT | 544 | drivers/sound/dmabuf.c | if (!(audio_devs[dev]->enable_bits & PCM_ENABLE_INPUT) & |
PCM_ENABLE_INPUT | 852 | drivers/sound/dmabuf.c | if ((bits & PCM_ENABLE_INPUT) && (bits & PCM_ENABLE_OUTPUT)) |
PCM_ENABLE_INPUT | 862 | drivers/sound/dmabuf.c | if ((changed & bits) & PCM_ENABLE_INPUT && audio_devs[dev]->go) |
PCM_ENABLE_INPUT | 1636 | drivers/sound/dmabuf.c | audio_devs[dev]->enable_bits & PCM_ENABLE_INPUT && |
PCM_ENABLE_INPUT | 397 | drivers/sound/pas2_pcm.c | else if (state & PCM_ENABLE_INPUT) |
PCM_ENABLE_INPUT | 22 | drivers/sound/sb.h | #define IMODE_INPUT PCM_ENABLE_INPUT |
PCM_ENABLE_INPUT | 176 | drivers/sound/sound_config.h | #define OPEN_READ PCM_ENABLE_INPUT |