Searched refs:SERIAL_MODE_INPUT_TRIGGERED (Results 1 – 2 of 2) sorted by relevance
34 #define SERIAL_MODE_INPUT_TRIGGERED 3 macro170 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()
102 #define SERIAL_MODE_INPUT_TRIGGERED (1 << 2) macro535 uart->filemode |= SERIAL_MODE_INPUT_TRIGGERED; in snd_uart16550_input_trigger()537 uart->filemode &= ~SERIAL_MODE_INPUT_TRIGGERED; in snd_uart16550_input_trigger()
Completed in 6 milliseconds