Home
last modified time | relevance | path

Searched refs:oxygen_write_uart (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/oxygen/
Dxonar_hdmi.c35 oxygen_write_uart(chip, 0xfb); in hdmi_write_command()
36 oxygen_write_uart(chip, 0xef); in hdmi_write_command()
37 oxygen_write_uart(chip, command); in hdmi_write_command()
38 oxygen_write_uart(chip, count); in hdmi_write_command()
40 oxygen_write_uart(chip, params[i]); in hdmi_write_command()
44 oxygen_write_uart(chip, checksum); in hdmi_write_command()
Doxygen_io.c257 void oxygen_write_uart(struct oxygen *chip, u8 data) in oxygen_write_uart() function
261 EXPORT_SYMBOL(oxygen_write_uart);
Doxygen.h205 void oxygen_write_uart(struct oxygen *chip, u8 data);