Searched refs:uart_input_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/oxygen/
H A Dxonar_hdmi.c109 if (chip->uart_input_count >= 2 &&
110 chip->uart_input[chip->uart_input_count - 2] == 'O' &&
111 chip->uart_input[chip->uart_input_count - 1] == 'K') {
114 chip->uart_input, chip->uart_input_count);
115 chip->uart_input_count = 0;
H A Doxygen.h150 unsigned int uart_input_count; member in struct:oxygen
H A Doxygen_lib.c45 if (chip->uart_input_count >= ARRAY_SIZE(chip->uart_input))
46 chip->uart_input_count = 0;
47 chip->uart_input[chip->uart_input_count++] = data;

Completed in 153 milliseconds