Home
last modified time | relevance | path

Searched refs:azx_init_chip (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dhda_controller.h202 void azx_init_chip(struct azx *chip, bool full_reset);
H A Dhda_tegra.c191 azx_init_chip(chip, 1); in hda_tegra_runtime_resume()
354 azx_init_chip(chip, 1); in hda_tegra_first_init()
H A Dhda_controller.c1029 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip() function
1037 EXPORT_SYMBOL_GPL(azx_init_chip);
1157 azx_init_chip(chip, true); in snd_hda_bus_reset()
1230 azx_init_chip(chip, true); in azx_probe_codecs()
H A Dhda_intel.c560 azx_init_chip(chip, full_reset); in hda_intel_init_chip()