oxygen_write_uart  206 sound/pci/oxygen/oxygen.h void oxygen_write_uart(struct oxygen *chip, u8 data);
oxygen_write_uart  249 sound/pci/oxygen/oxygen_io.c EXPORT_SYMBOL(oxygen_write_uart);
oxygen_write_uart   24 sound/pci/oxygen/xonar_hdmi.c 	oxygen_write_uart(chip, 0xfb);
oxygen_write_uart   25 sound/pci/oxygen/xonar_hdmi.c 	oxygen_write_uart(chip, 0xef);
oxygen_write_uart   26 sound/pci/oxygen/xonar_hdmi.c 	oxygen_write_uart(chip, command);
oxygen_write_uart   27 sound/pci/oxygen/xonar_hdmi.c 	oxygen_write_uart(chip, count);
oxygen_write_uart   29 sound/pci/oxygen/xonar_hdmi.c 		oxygen_write_uart(chip, params[i]);
oxygen_write_uart   33 sound/pci/oxygen/xonar_hdmi.c 	oxygen_write_uart(chip, checksum);