Lines Matching refs:info_flags
97 if (mpu->info_flags & MPU401_INFO_INPUT) {
105 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ))
232 if (ack && !(mpu->info_flags & MPU401_INFO_NO_ACK)) {
363 if (mpu->info_flags & MPU401_INFO_USE_TIMER)
372 if (mpu->info_flags & MPU401_INFO_USE_TIMER)
450 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ))
458 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ))
497 * @info_flags: bitflags MPU401_INFO_XXX
512 unsigned int info_flags,
523 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT)))
524 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT;
525 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0;
526 out_enable = (info_flags & MPU401_INFO_OUTPUT) ? 1 : 0;
542 if (! (info_flags & MPU401_INFO_INTEGRATED)) {
553 if (info_flags & MPU401_INFO_MMIO) {
574 if (irq < 0 && !(info_flags & MPU401_INFO_IRQ_HOOK))
575 info_flags |= MPU401_INFO_USE_TIMER;
576 mpu->info_flags = info_flags;
586 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT;
591 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT;
593 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_DUPLEX;