tag | line | file | source code |
MPU_CAP_INTLG | 804 | drivers/sound/mpu401.c | if (!(devc->capabilities & MPU_CAP_INTLG)) /* No intelligent mode */ |
MPU_CAP_INTLG | 1117 | drivers/sound/mpu401.c | devc->capabilities |= MPU_CAP_INTLG; /* Supports intelligent mode */ |
MPU_CAP_INTLG | 1131 | drivers/sound/mpu401.c | if (!(devc->capabilities & MPU_CAP_INTLG)) /* No intelligent mode */ |
MPU_CAP_INTLG | 1197 | drivers/sound/mpu401.c | if (devc->capabilities & MPU_CAP_INTLG) /* Intelligent mode */ |
MPU_CAP_INTLG | 1260 | drivers/sound/mpu401.c | if (!arg && (devc->capabilities & MPU_CAP_INTLG)) |