Home
last modified time | relevance | path

Searched refs:full_reset (Results 1 – 8 of 8) sorted by relevance

/sound/hda/
Dhdac_controller.c419 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_reset_link() argument
421 if (!full_reset) in snd_hdac_bus_reset_link()
505 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() argument
511 snd_hdac_bus_reset_link(bus, full_reset); in snd_hdac_bus_init_chip()
/sound/soc/sof/intel/
Dhda-ctrl.c185 int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset) in hda_dsp_ctrl_init_chip() argument
202 if (full_reset) { in hda_dsp_ctrl_init_chip()
Dhda.h697 int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset);
/sound/pci/hda/
Dhda_controller.h201 void azx_init_chip(struct azx *chip, bool full_reset);
Dhda_controller.c1023 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip() argument
1025 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()
Dhda_intel.c552 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip() argument
564 azx_init_chip(chip, full_reset); in hda_intel_init_chip()
/sound/soc/intel/avs/
Dcore.c88 static bool avs_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in avs_hdac_bus_init_chip() argument
94 ret = snd_hdac_bus_init_chip(bus, full_reset); in avs_hdac_bus_init_chip()
/sound/soc/intel/skylake/
Dskl.c128 static int skl_init_chip(struct hdac_bus *bus, bool full_reset) in skl_init_chip() argument
135 ret = snd_hdac_bus_init_chip(bus, full_reset); in skl_init_chip()