Home
last modified time | relevance | path

Searched refs:uart_input (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/sound/pci/oxygen/
Dxonar_hdmi.c110 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()
Doxygen.h99 void (*uart_input)(struct oxygen *chip); member
151 u8 uart_input[32]; member
Doxygen_lib.c45 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()
Dxonar_pcm179x.c1222 .uart_input = xonar_hdmi_uart_input,
Dxonar_wm87x6.c1295 .uart_input = xonar_hdmi_uart_input,