full_reset        391 include/sound/hdaudio.h bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset);
full_reset        397 include/sound/hdaudio.h int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset);
full_reset        301 net/wireless/reg.c static void reset_regdomains(bool full_reset,
full_reset        324 net/wireless/reg.c 	if (!full_reset)
full_reset        393 sound/hda/hdac_controller.c int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset)
full_reset        395 sound/hda/hdac_controller.c 	if (!full_reset)
full_reset        481 sound/hda/hdac_controller.c bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset)
full_reset        487 sound/hda/hdac_controller.c 	snd_hdac_bus_reset_link(bus, full_reset);
full_reset       1090 sound/pci/hda/hda_controller.c void azx_init_chip(struct azx *chip, bool full_reset)
full_reset       1092 sound/pci/hda/hda_controller.c 	if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) {
full_reset        202 sound/pci/hda/hda_controller.h void azx_init_chip(struct azx *chip, bool full_reset);
full_reset        582 sound/pci/hda/hda_intel.c static void hda_intel_init_chip(struct azx *chip, bool full_reset)
full_reset        594 sound/pci/hda/hda_intel.c 	azx_init_chip(chip, full_reset);
full_reset        127 sound/soc/intel/skylake/skl.c static int skl_init_chip(struct hdac_bus *bus, bool full_reset)
full_reset        133 sound/soc/intel/skylake/skl.c 	ret = snd_hdac_bus_init_chip(bus, full_reset);
full_reset        160 sound/soc/sof/intel/hda-ctrl.c int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset)
full_reset        174 sound/soc/sof/intel/hda-ctrl.c 	if (full_reset) {
full_reset        551 sound/soc/sof/intel/hda.h int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset);