/openbmc/linux/sound/pci/oxygen/ |
H A D | oxygen.h | 75 struct oxygen; 81 void (*init)(struct oxygen *chip); 83 int (*mixer_init)(struct oxygen *chip); 84 void (*cleanup)(struct oxygen *chip); 85 void (*suspend)(struct oxygen *chip); 86 void (*resume)(struct oxygen *chip); 98 void (*gpio_changed)(struct oxygen *chip); 99 void (*uart_input)(struct oxygen *chip); 100 void (*ac97_switch)(struct oxygen *chip, 119 struct oxygen { struct [all …]
|
H A D | xonar.h | 22 void xonar_enable_output(struct oxygen *chip); 23 void xonar_disable_output(struct oxygen *chip); 24 void xonar_init_ext_power(struct oxygen *chip); 25 void xonar_init_cs53x1(struct oxygen *chip); 26 void xonar_set_cs53x1_params(struct oxygen *chip, 37 int get_xonar_pcm179x_model(struct oxygen *chip, 39 int get_xonar_cs43xx_model(struct oxygen *chip, 41 int get_xonar_wm87x6_model(struct oxygen *chip, 46 void xonar_hdmi_init(struct oxygen *chip, struct xonar_hdmi *data); 47 void xonar_hdmi_cleanup(struct oxygen *chip); [all …]
|
H A D | xonar_dg.h | 39 int cs4245_write_spi(struct oxygen *chip, u8 reg); 40 int cs4245_read_spi(struct oxygen *chip, u8 reg); 41 int cs4245_shadow_control(struct oxygen *chip, enum cs4245_shadow_operation op); 42 void dg_init(struct oxygen *chip); 43 void set_cs4245_dac_params(struct oxygen *chip, 45 void set_cs4245_adc_params(struct oxygen *chip, 47 unsigned int adjust_dg_dac_routing(struct oxygen *chip, 49 void dump_cs4245_registers(struct oxygen *chip, 51 void dg_suspend(struct oxygen *chip); 52 void dg_resume(struct oxygen *chip); [all …]
|
H A D | oxygen_io.c | 16 u8 oxygen_read8(struct oxygen *chip, unsigned int reg) in oxygen_read8() 22 u16 oxygen_read16(struct oxygen *chip, unsigned int reg) in oxygen_read16() 28 u32 oxygen_read32(struct oxygen *chip, unsigned int reg) in oxygen_read32() 34 void oxygen_write8(struct oxygen *chip, unsigned int reg, u8 value) in oxygen_write8() 55 void oxygen_write8_masked(struct oxygen *chip, unsigned int reg, in oxygen_write8_masked() 66 void oxygen_write16_masked(struct oxygen *chip, unsigned int reg, in oxygen_write16_masked() 117 void oxygen_write_ac97(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97() 142 u16 oxygen_read_ac97(struct oxygen *chip, unsigned int codec, in oxygen_read_ac97() 185 static int oxygen_wait_spi(struct oxygen *chip) in oxygen_wait_spi() 237 void oxygen_reset_uart(struct oxygen *chip) in oxygen_reset_uart() [all …]
|
H A D | oxygen.c | 199 static void ak4396_init(struct oxygen *chip) in ak4396_init() 210 static void ak5385_init(struct oxygen *chip) in ak5385_init() 260 static void claro_init(struct oxygen *chip) in claro_init() 436 struct oxygen *chip = ctl->private_data; in rolloff_get() 447 struct oxygen *chip = ctl->private_data; in rolloff_put() 487 struct oxygen *chip = ctl->private_data; in hpf_get() 497 struct oxygen *chip = ctl->private_data; in hpf_put() 540 struct oxygen *chip = ctl->private_data; in meridian_dig_source_get() 551 struct oxygen *chip = ctl->private_data; in claro_dig_source_get() 562 struct oxygen *chip = ctl->private_data; in meridian_dig_source_put() [all …]
|
H A D | xonar_pcm179x.c | 318 static void pcm1796_init(struct oxygen *chip) in pcm1796_init() 747 struct oxygen *chip = ctl->private_data; in rolloff_get() 759 struct oxygen *chip = ctl->private_data; in rolloff_put() 792 struct oxygen *chip = ctl->private_data; in deemph_get() 803 struct oxygen *chip = ctl->private_data; in deemph_put() 854 struct oxygen *chip = ctl->private_data; in st_output_switch_get() 871 struct oxygen *chip = ctl->private_data; in st_output_switch_put() 909 struct oxygen *chip = ctl->private_data; in st_hp_volume_offset_get() 930 struct oxygen *chip = ctl->private_data; in st_hp_volume_offset_put() 968 struct oxygen *chip = ctl->private_data; in xense_output_switch_get() [all …]
|
H A D | xonar_cs43xx.c | 127 static void xonar_d1_init(struct oxygen *chip) in xonar_d1_init() 175 static void xonar_dx_init(struct oxygen *chip) in xonar_dx_init() 186 static void xonar_d1_cleanup(struct oxygen *chip) in xonar_d1_cleanup() 193 static void xonar_d1_suspend(struct oxygen *chip) in xonar_d1_suspend() 198 static void xonar_d1_resume(struct oxygen *chip) in xonar_d1_resume() 206 static void set_cs43xx_params(struct oxygen *chip, in set_cs43xx_params() 250 static void update_cs43xx_mute(struct oxygen *chip) in update_cs43xx_mute() 296 struct oxygen *chip = ctl->private_data; in rolloff_get() 307 struct oxygen *chip = ctl->private_data; in rolloff_put() 377 static void dump_d1_registers(struct oxygen *chip, in dump_d1_registers() [all …]
|
H A D | xonar_dg.c | 57 int cs4245_write_spi(struct oxygen *chip, u8 reg) in cs4245_write_spi() 74 int cs4245_read_spi(struct oxygen *chip, u8 addr) in cs4245_read_spi() 116 static void cs4245_init(struct oxygen *chip) in cs4245_init() 148 void dg_init(struct oxygen *chip) in dg_init() 164 void dg_cleanup(struct oxygen *chip) in dg_cleanup() 169 void dg_suspend(struct oxygen *chip) in dg_suspend() 174 void dg_resume(struct oxygen *chip) in dg_resume() 181 void set_cs4245_dac_params(struct oxygen *chip, in set_cs4245_dac_params() 206 void set_cs4245_adc_params(struct oxygen *chip, in set_cs4245_adc_params() 242 unsigned int adjust_dg_dac_routing(struct oxygen *chip, in adjust_dg_dac_routing() [all …]
|
H A D | xonar_lib.c | 22 void xonar_enable_output(struct oxygen *chip) in xonar_enable_output() 31 void xonar_disable_output(struct oxygen *chip) in xonar_disable_output() 38 static void xonar_ext_power_gpio_changed(struct oxygen *chip) in xonar_ext_power_gpio_changed() 57 void xonar_init_ext_power(struct oxygen *chip) in xonar_init_ext_power() 69 void xonar_init_cs53x1(struct oxygen *chip) in xonar_init_cs53x1() 76 void xonar_set_cs53x1_params(struct oxygen *chip, in xonar_set_cs53x1_params() 94 struct oxygen *chip = ctl->private_data; in xonar_gpio_bit_switch_get() 106 struct oxygen *chip = ctl->private_data; in xonar_gpio_bit_switch_put()
|
H A D | Makefile | 2 snd-oxygen-lib-objs := oxygen_io.o oxygen_lib.o oxygen_mixer.o oxygen_pcm.o 3 snd-oxygen-objs := oxygen.o xonar_dg_mixer.o xonar_dg.o 8 obj-$(CONFIG_SND_OXYGEN_LIB) += snd-oxygen-lib.o 9 obj-$(CONFIG_SND_OXYGEN) += snd-oxygen.o
|
H A D | xonar_wm87x6.c | 108 static void wm8776_write(struct oxygen *chip, in wm8776_write() 502 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_get() 516 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_put() 610 struct oxygen *chip = ctl->private_data; in wm8776_field_set_from_ctl() 643 struct oxygen *chip = ctl->private_data; in wm8776_field_set() 700 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_get() 715 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_put() 754 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_get() 766 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_put() 814 struct oxygen *chip = ctl->private_data; in wm8776_input_vol_get() [all …]
|
H A D | xonar_hdmi.c | 18 static void hdmi_write_command(struct oxygen *chip, u8 command, in hdmi_write_command() 36 static void xonar_hdmi_init_commands(struct oxygen *chip, in xonar_hdmi_init_commands() 49 void xonar_hdmi_init(struct oxygen *chip, struct xonar_hdmi *hdmi) in xonar_hdmi_init() 56 void xonar_hdmi_cleanup(struct oxygen *chip) in xonar_hdmi_cleanup() 63 void xonar_hdmi_resume(struct oxygen *chip, struct xonar_hdmi *hdmi) in xonar_hdmi_resume() 80 void xonar_set_hdmi_params(struct oxygen *chip, struct xonar_hdmi *hdmi, in xonar_set_hdmi_params() 107 void xonar_hdmi_uart_input(struct oxygen *chip) in xonar_hdmi_uart_input()
|
H A D | se6x.c | 50 static void se6x_init(struct oxygen *chip) in se6x_init() 66 static void se6x_cleanup(struct oxygen *chip) in se6x_cleanup() 70 static void set_pcm1792a_params(struct oxygen *chip, in set_pcm1792a_params() 76 static void set_pcm1804_params(struct oxygen *chip, in set_pcm1804_params() 81 static unsigned int se6x_adjust_dac_routing(struct oxygen *chip, in se6x_adjust_dac_routing() 111 static int se6x_get_model(struct oxygen *chip, in se6x_get_model()
|
H A D | oxygen_mixer.c | 19 struct oxygen *chip = ctl->private_data; in dac_volume_info() 31 struct oxygen *chip = ctl->private_data; in dac_volume_get() 44 struct oxygen *chip = ctl->private_data; in dac_volume_put() 64 struct oxygen *chip = ctl->private_data; in dac_mute_get() 75 struct oxygen *chip = ctl->private_data; in dac_mute_put() 107 struct oxygen *chip = ctl->private_data; in upmix_info() 115 struct oxygen *chip = ctl->private_data; in upmix_get() 185 struct oxygen *chip = ctl->private_data; in upmix_put() 204 struct oxygen *chip = ctl->private_data; in spdif_switch_get() 279 struct oxygen *chip = ctl->private_data; in spdif_switch_put() [all …]
|
H A D | xonar_dg_mixer.c | 62 struct oxygen *chip = ctl->private_data; in output_select_get() 74 struct oxygen *chip = ctl->private_data; in output_select_put() 107 struct oxygen *chip = ctl->private_data; in hp_stereo_volume_get() 123 struct oxygen *chip = ctl->private_data; in hp_stereo_volume_put() 153 struct oxygen *chip = ctl->private_data; in hp_mute_get() 166 struct oxygen *chip = ctl->private_data; in hp_mute_put() 211 struct oxygen *chip = ctl->private_data; in input_vol_get() 225 struct oxygen *chip = ctl->private_data; in input_vol_put() 282 struct oxygen *chip = ctl->private_data; in input_sel_get() 294 struct oxygen *chip = ctl->private_data; in input_sel_put() [all …]
|
H A D | oxygen_lib.c | 34 static void oxygen_read_uart(struct oxygen *chip) in oxygen_read_uart() 55 struct oxygen *chip = dev_id; in oxygen_interrupt() 120 struct oxygen *chip = container_of(work, struct oxygen, in oxygen_spdif_input_bits_changed() 181 struct oxygen *chip = container_of(work, struct oxygen, gpio_work); in oxygen_gpio_changed() 190 struct oxygen *chip = entry->private_data; in oxygen_proc_read() 353 static void oxygen_init(struct oxygen *chip) in oxygen_init() 570 struct oxygen *chip = card->private_data; in oxygen_card_free() 588 struct oxygen *chip; in __oxygen_pci_probe() 720 struct oxygen *chip = card->private_data; in oxygen_pci_suspend() 770 struct oxygen *chip = card->private_data; in oxygen_pci_resume() [all …]
|
H A D | oxygen_pcm.c | 123 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_open() 221 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_close() 305 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_hw_params() 347 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_a_hw_params() 378 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_b_hw_params() 416 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_c_hw_params() 453 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_spdif_hw_params() 479 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_multich_hw_params() 514 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_hw_free() 531 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_spdif_hw_free() [all …]
|
H A D | virtuoso.c | 50 static int get_xonar_model(struct oxygen *chip, in get_xonar_model()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/ |
H A D | fontforge_20230101.bb | 51 # for e.g kde's oxygen-fonts
|
/openbmc/linux/sound/pci/ |
H A D | Makefile | 77 oxygen/ \
|
H A D | Kconfig | 252 will be called snd-oxygen.
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss/ |
H A D | tpm2-tss_4.0.1.bb | 22 PACKAGECONFIG[oxygen] = ",--disable-doxygen-doc, "
|
/openbmc/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1829 Module snd-oxygen
|
/openbmc/linux/ |
H A D | MAINTAINERS | 4465 F: sound/pci/oxygen/
|
/openbmc/ |
H A D | opengrok1.0.log | 18877 …essChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/sound/pci/oxygen/virtuoso.c.gz 18878 …ndFilelessChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/sound/pci/oxygen
|