tag | line | file | source code |
MPU_CAP_INTLG | 788 | drivers/sound/mpu401.c | if (!(devc->capabilities & MPU_CAP_INTLG)) /* No intelligent mode */ |
MPU_CAP_INTLG | 1084 | drivers/sound/mpu401.c | devc->capabilities |= MPU_CAP_INTLG; /* Supports intelligent mode */ |
MPU_CAP_INTLG | 1098 | drivers/sound/mpu401.c | if (!(devc->capabilities & MPU_CAP_INTLG)) /* No intelligent mode */ |
MPU_CAP_INTLG | 1169 | drivers/sound/mpu401.c | if (devc->capabilities & MPU_CAP_INTLG) /* Intelligent mode */ |
MPU_CAP_INTLG | 1232 | drivers/sound/mpu401.c | if (!arg && (devc->capabilities & MPU_CAP_INTLG)) |