Lines Matching refs:info_flags

97 	if (mpu->info_flags & MPU401_INFO_INPUT) {  in _snd_mpu401_uart_interrupt()
105 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in _snd_mpu401_uart_interrupt()
232 if (ack && !(mpu->info_flags & MPU401_INFO_NO_ACK)) { in snd_mpu401_uart_cmd()
369 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
378 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
456 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in snd_mpu401_uart_output_trigger()
464 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in snd_mpu401_uart_output_trigger()
518 unsigned int info_flags, in snd_mpu401_uart_new() argument
529 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT))) in snd_mpu401_uart_new()
530 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT; in snd_mpu401_uart_new()
531 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0; in snd_mpu401_uart_new()
532 out_enable = (info_flags & MPU401_INFO_OUTPUT) ? 1 : 0; in snd_mpu401_uart_new()
549 if (! (info_flags & MPU401_INFO_INTEGRATED)) { in snd_mpu401_uart_new()
560 if (info_flags & MPU401_INFO_MMIO) { in snd_mpu401_uart_new()
581 if (irq < 0 && !(info_flags & MPU401_INFO_IRQ_HOOK)) in snd_mpu401_uart_new()
582 info_flags |= MPU401_INFO_USE_TIMER; in snd_mpu401_uart_new()
583 mpu->info_flags = info_flags; in snd_mpu401_uart_new()
593 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT; in snd_mpu401_uart_new()
598 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT; in snd_mpu401_uart_new()
600 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_DUPLEX; in snd_mpu401_uart_new()