Lines Matching refs:info_flags

112 	if (mpu->info_flags & MPU401_INFO_INPUT) {  in _snd_mpu401_uart_interrupt()
120 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in _snd_mpu401_uart_interrupt()
247 if (ack && !(mpu->info_flags & MPU401_INFO_NO_ACK)) { in snd_mpu401_uart_cmd()
378 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
387 if (mpu->info_flags & MPU401_INFO_USE_TIMER) in snd_mpu401_uart_input_trigger()
465 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in snd_mpu401_uart_output_trigger()
473 if (! (mpu->info_flags & MPU401_INFO_TX_IRQ)) in snd_mpu401_uart_output_trigger()
527 unsigned int info_flags, in snd_mpu401_uart_new() argument
538 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT))) in snd_mpu401_uart_new()
539 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT; in snd_mpu401_uart_new()
540 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0; in snd_mpu401_uart_new()
541 out_enable = (info_flags & MPU401_INFO_OUTPUT) ? 1 : 0; in snd_mpu401_uart_new()
557 if (! (info_flags & MPU401_INFO_INTEGRATED)) { in snd_mpu401_uart_new()
568 if (info_flags & MPU401_INFO_MMIO) { in snd_mpu401_uart_new()
589 if (irq < 0 && !(info_flags & MPU401_INFO_IRQ_HOOK)) in snd_mpu401_uart_new()
590 info_flags |= MPU401_INFO_USE_TIMER; in snd_mpu401_uart_new()
591 mpu->info_flags = info_flags; in snd_mpu401_uart_new()
601 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT; in snd_mpu401_uart_new()
606 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT; in snd_mpu401_uart_new()
608 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_DUPLEX; in snd_mpu401_uart_new()