Home
last modified time | relevance | path

Searched refs:MPU401_MODE_BIT_INPUT (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/sound/
Dmpu401.h43 #define MPU401_MODE_BIT_INPUT 0 macro
48 #define MPU401_MODE_INPUT (1<<MPU401_MODE_BIT_INPUT)
/linux-6.1.9/sound/drivers/mpu401/
Dmpu401_uart.c99 if (test_bit(MPU401_MODE_BIT_INPUT, &mpu->mode)) in _snd_mpu401_uart_interrupt()
284 set_bit(MPU401_MODE_BIT_INPUT, &mpu->mode); in snd_mpu401_uart_input_open()
304 if (! test_bit(MPU401_MODE_BIT_INPUT, &mpu->mode)) { in snd_mpu401_uart_output_open()
324 clear_bit(MPU401_MODE_BIT_INPUT, &mpu->mode); in snd_mpu401_uart_input_close()
343 if (! test_bit(MPU401_MODE_BIT_INPUT, &mpu->mode)) in snd_mpu401_uart_output_close()