Lines Matching refs:info_flags

98 	if (mpu->info_flags & MPU401_INFO_INPUT) {  in _snd_mpu401_uart_interrupt()
106 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in _snd_mpu401_uart_interrupt()
234 if (ack && !(mpu->info_flags & MPU401_INFO_NO_ACK)) { in snd_mpu401_uart_cmd()
372 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
381 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
459 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in snd_mpu401_uart_output_trigger()
467 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in snd_mpu401_uart_output_trigger()
521 unsigned int info_flags, in snd_mpu401_uart_new() argument
532 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT))) in snd_mpu401_uart_new()
533 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT; in snd_mpu401_uart_new()
534 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0; in snd_mpu401_uart_new()
535 out_enable = (info_flags & MPU401_INFO_OUTPUT) ? 1 : 0; in snd_mpu401_uart_new()
553 if (! (info_flags & MPU401_INFO_INTEGRATED)) { in snd_mpu401_uart_new()
564 if (info_flags & MPU401_INFO_MMIO) { in snd_mpu401_uart_new()
585 if (irq < 0 && !(info_flags & MPU401_INFO_IRQ_HOOK)) in snd_mpu401_uart_new()
586 info_flags |= MPU401_INFO_USE_TIMER; in snd_mpu401_uart_new()
587 mpu->info_flags = info_flags; in snd_mpu401_uart_new()
597 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT; in snd_mpu401_uart_new()
602 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT; in snd_mpu401_uart_new()
604 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_DUPLEX; in snd_mpu401_uart_new()