Searched refs:uart_input (Results 1 – 5 of 5) sorted by relevance
121 chip->uart_input[chip->uart_input_count - 2] == 'O' && in xonar_hdmi_uart_input()122 chip->uart_input[chip->uart_input_count - 1] == 'K') { in xonar_hdmi_uart_input()125 chip->uart_input, chip->uart_input_count); in xonar_hdmi_uart_input()
98 void (*uart_input)(struct oxygen *chip); member150 u8 uart_input[32]; member
57 if (chip->uart_input_count >= ARRAY_SIZE(chip->uart_input)) in oxygen_read_uart()59 chip->uart_input[chip->uart_input_count++] = data; in oxygen_read_uart()61 if (chip->model.uart_input) in oxygen_read_uart()62 chip->model.uart_input(chip); in oxygen_read_uart()
1166 .uart_input = xonar_hdmi_uart_input,
1304 .uart_input = xonar_hdmi_uart_input,