Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dmpu401.h43 #define MPU401_MODE_BIT_INPUT 0 macro
48 #define MPU401_MODE_INPUT (1<<MPU401_MODE_BIT_INPUT)
/linux/sound/drivers/mpu401/
H A Dmpu401_uart.c100 if (test_bit(MPU401_MODE_BIT_INPUT, &mpu->mode)) in _snd_mpu401_uart_interrupt()
287 set_bit(MPU401_MODE_BIT_INPUT, &mpu->mode); in snd_mpu401_uart_input_open()
307 if (! test_bit(MPU401_MODE_BIT_INPUT, &mpu->mode)) { in snd_mpu401_uart_output_open()
327 clear_bit(MPU401_MODE_BIT_INPUT, &mpu->mode); in snd_mpu401_uart_input_close()
346 if (! test_bit(MPU401_MODE_BIT_INPUT, &mpu->mode)) in snd_mpu401_uart_output_close()