Home
last modified time | relevance | path

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

/linux-6.1.9/sound/drivers/
Dserial-generic.c34 #define SERIAL_MODE_INPUT_TRIGGERED 3 macro
170 clear_bit(SERIAL_MODE_INPUT_TRIGGERED, &drvdata->filemode); in snd_serial_generic_input_close()
185 set_bit(SERIAL_MODE_INPUT_TRIGGERED, &drvdata->filemode); in snd_serial_generic_input_trigger()
187 clear_bit(SERIAL_MODE_INPUT_TRIGGERED, &drvdata->filemode); in snd_serial_generic_input_trigger()
Dserial-u16550.c102 #define SERIAL_MODE_INPUT_TRIGGERED (1 << 2) macro
535 uart->filemode |= SERIAL_MODE_INPUT_TRIGGERED; in snd_uart16550_input_trigger()
537 uart->filemode &= ~SERIAL_MODE_INPUT_TRIGGERED; in snd_uart16550_input_trigger()