Home
last modified time | relevance | path

Searched refs:MPU401_INFO_INPUT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/mpu401/
H A Dmpu401_uart.c97 if (mpu->info_flags & MPU401_INFO_INPUT) { in _snd_mpu401_uart_interrupt()
523 if (! (info_flags & (MPU401_INFO_INPUT | MPU401_INFO_OUTPUT))) in snd_mpu401_uart_new()
524 info_flags |= MPU401_INFO_INPUT | MPU401_INFO_OUTPUT; in snd_mpu401_uart_new()
525 in_enable = (info_flags & MPU401_INFO_INPUT) ? 1 : 0; in snd_mpu401_uart_new()
/kernel/linux/linux-6.6/sound/drivers/mpu401/
H A Dmpu401_uart.c97 if (mpu->info_flags & MPU401_INFO_INPUT) { in _snd_mpu401_uart_interrupt()
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()
/kernel/linux/linux-5.10/include/sound/
H A Dmpu401.h33 #define MPU401_INFO_INPUT (1 << 0) /* input stream */ macro
/kernel/linux/linux-6.6/include/sound/
H A Dmpu401.h33 #define MPU401_INFO_INPUT (1 << 0) /* input stream */ macro
/kernel/linux/linux-5.10/sound/pci/oxygen/
H A Doxygen_lib.c687 info_flags |= MPU401_INFO_INPUT; in oxygen_pci_probe()
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Doxygen_lib.c679 info_flags |= MPU401_INFO_INPUT; in __oxygen_pci_probe()

Completed in 5 milliseconds