Searched refs:uart_input (Results 1 – 5 of 5) sorted by relevance
110 chip->uart_input[chip->uart_input_count - 2] == 'O' && in xonar_hdmi_uart_input()111 chip->uart_input[chip->uart_input_count - 1] == 'K') { in xonar_hdmi_uart_input()114 chip->uart_input, chip->uart_input_count); in xonar_hdmi_uart_input()
99 void (*uart_input)(struct oxygen *chip); member151 u8 uart_input[32]; member
45 if (chip->uart_input_count >= ARRAY_SIZE(chip->uart_input)) in oxygen_read_uart()47 chip->uart_input[chip->uart_input_count++] = data; in oxygen_read_uart()49 if (chip->model.uart_input) in oxygen_read_uart()50 chip->model.uart_input(chip); in oxygen_read_uart()
1222 .uart_input = xonar_hdmi_uart_input,
1295 .uart_input = xonar_hdmi_uart_input,