uart_input         99 sound/pci/oxygen/oxygen.h 	void (*uart_input)(struct oxygen *chip);
uart_input        151 sound/pci/oxygen/oxygen.h 	u8 uart_input[32];
uart_input         45 sound/pci/oxygen/oxygen_lib.c 		if (chip->uart_input_count >= ARRAY_SIZE(chip->uart_input))
uart_input         47 sound/pci/oxygen/oxygen_lib.c 		chip->uart_input[chip->uart_input_count++] = data;
uart_input         49 sound/pci/oxygen/oxygen_lib.c 	if (chip->model.uart_input)
uart_input         50 sound/pci/oxygen/oxygen_lib.c 		chip->model.uart_input(chip);
uart_input        110 sound/pci/oxygen/xonar_hdmi.c 	    chip->uart_input[chip->uart_input_count - 2] == 'O' &&
uart_input        111 sound/pci/oxygen/xonar_hdmi.c 	    chip->uart_input[chip->uart_input_count - 1] == 'K') {
uart_input        114 sound/pci/oxygen/xonar_hdmi.c 				     chip->uart_input, chip->uart_input_count);
uart_input       1222 sound/pci/oxygen/xonar_pcm179x.c 	.uart_input = xonar_hdmi_uart_input,
uart_input       1293 sound/pci/oxygen/xonar_wm87x6.c 	.uart_input = xonar_hdmi_uart_input,