uart_input_count 150 sound/pci/oxygen/oxygen.h unsigned int uart_input_count; uart_input_count 45 sound/pci/oxygen/oxygen_lib.c if (chip->uart_input_count >= ARRAY_SIZE(chip->uart_input)) uart_input_count 46 sound/pci/oxygen/oxygen_lib.c chip->uart_input_count = 0; uart_input_count 47 sound/pci/oxygen/oxygen_lib.c chip->uart_input[chip->uart_input_count++] = data; uart_input_count 109 sound/pci/oxygen/xonar_hdmi.c if (chip->uart_input_count >= 2 && uart_input_count 110 sound/pci/oxygen/xonar_hdmi.c chip->uart_input[chip->uart_input_count - 2] == 'O' && uart_input_count 111 sound/pci/oxygen/xonar_hdmi.c chip->uart_input[chip->uart_input_count - 1] == 'K') { uart_input_count 114 sound/pci/oxygen/xonar_hdmi.c chip->uart_input, chip->uart_input_count); uart_input_count 115 sound/pci/oxygen/xonar_hdmi.c chip->uart_input_count = 0;