Searched refs:full_reset (Results 1 – 7 of 7) sorted by relevance
/sound/hda/ |
D | hdac_controller.c | 393 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_reset_link() argument 395 if (!full_reset) in snd_hdac_bus_reset_link() 482 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() argument 488 snd_hdac_bus_reset_link(bus, full_reset); in snd_hdac_bus_init_chip()
|
/sound/soc/sof/intel/ |
D | hda-ctrl.c | 160 int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset) in hda_dsp_ctrl_init_chip() argument 174 if (full_reset) { in hda_dsp_ctrl_init_chip()
|
D | hda.h | 551 int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset);
|
/sound/pci/hda/ |
D | hda_controller.h | 203 void azx_init_chip(struct azx *chip, bool full_reset);
|
D | hda_controller.c | 1083 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip() argument 1085 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()
|
D | hda_intel.c | 587 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip() argument 599 azx_init_chip(chip, full_reset); in hda_intel_init_chip()
|
/sound/soc/intel/skylake/ |
D | skl.c | 127 static int skl_init_chip(struct hdac_bus *bus, bool full_reset) in skl_init_chip() argument 134 ret = snd_hdac_bus_init_chip(bus, full_reset); in skl_init_chip()
|