Searched refs:azx_bus (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_controller.h | 155 #define azx_bus(chip) (&(chip)->bus.core) macro 168 snd_hdac_chip_writel(azx_bus(chip), reg, value) 170 snd_hdac_chip_readl(azx_bus(chip), reg) 172 snd_hdac_chip_writew(azx_bus(chip), reg, value) 174 snd_hdac_chip_readw(azx_bus(chip), reg) 176 snd_hdac_chip_writeb(azx_bus(chip), reg, value) 178 snd_hdac_chip_readb(azx_bus(chip), reg) 197 snd_hdac_bus_alloc_stream_pages(azx_bus(chip)) 199 snd_hdac_bus_free_stream_pages(azx_bus(chip)) 205 snd_hdac_bus_enter_link_reset(azx_bus(chip))
|
| H A D | hda_controller.c | 45 s = snd_hdac_stream_assign(azx_bus(chip), substream); in azx_assign_device() 212 struct hdac_bus *bus = azx_bus(chip); in azx_pcm_trigger() 403 if (snd_hdac_chip_readl(azx_bus(chip), GTSCC) & in azx_get_sync_time() 862 azx_bus(chip)->rirb.res[addr] = -1; in azx_single_wait_for_response() 951 struct hdac_bus *bus = azx_bus(chip); in azx_get_dsp_loader_dev() 1041 struct hdac_bus *bus = azx_bus(chip); in azx_stop_all_streams() 1049 snd_hdac_bus_stop_chip(azx_bus(chip)); in azx_stop_chip() 1073 struct hdac_bus *bus = azx_bus(chip); in azx_interrupt() 1135 struct hdac_bus *bus = azx_bus(chip); in probe_codec() 1202 struct hdac_bus *bus = azx_bus(chip); in azx_probe_codecs() [all …]
|
| H A D | hda_intel.c | 467 struct hdac_bus *bus = azx_bus(chip); in intel_get_lctl_scf() 486 struct hdac_bus *bus = azx_bus(chip); in intel_ml_lctl_set_power() 513 struct hdac_bus *bus = azx_bus(chip); in intel_init_lctl() 550 struct hdac_bus *bus = azx_bus(chip); in hda_intel_init_chip() 673 azx_bus(chip)->use_posbuf = false; in azx_position_ok() 722 struct hdac_bus *bus = azx_bus(chip); in azx_irq_pending_work() 763 struct hdac_bus *bus = azx_bus(chip); in azx_clear_irq_pending() 776 struct hdac_bus *bus = azx_bus(chip); in azx_acquire_irq() 976 struct hdac_bus *bus = azx_bus(chip); in __azx_runtime_resume() 1640 (int)azx_bus(chip)->codec_mask); in check_probe_mask() [all …]
|
| H A D | hda_tegra.c | 228 if (azx_bus(chip)->chip_init) { in hda_tegra_dev_free() 235 snd_hdac_bus_exit(azx_bus(chip)); in hda_tegra_dev_free() 243 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_init_chip() 261 struct hdac_bus *bus = azx_bus(chip); in hda_tegra_first_init()
|