/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_controller.c | 438 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_reset_link() argument 440 if (!full_reset) in snd_hdac_bus_reset_link() 533 * @full_reset: Do full reset 535 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() argument 541 snd_hdac_bus_reset_link(bus, full_reset); in snd_hdac_bus_init_chip()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_controller.c | 422 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_reset_link() argument 424 if (!full_reset) in snd_hdac_bus_reset_link() 506 * @full_reset: Do full reset 508 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() argument 514 snd_hdac_bus_reset_link(bus, full_reset); in snd_hdac_bus_init_chip()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-ctrl.c | 185 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()
|
H A D | hda.h | 630 int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset);
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.h | 207 void azx_init_chip(struct azx *chip, bool full_reset);
|
H A D | hda_controller.c | 1054 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip() argument 1056 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()
|
H A D | hda_intel.c | 589 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip() argument 601 azx_init_chip(chip, full_reset); in hda_intel_init_chip()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 201 void azx_init_chip(struct azx *chip, bool full_reset);
|
H A D | hda_controller.c | 1023 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()
|
H A D | hda_intel.c | 542 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip() argument 554 azx_init_chip(chip, full_reset); in hda_intel_init_chip()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio.h | 396 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset); 402 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 397 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset); 403 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset);
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | core.c | 92 static bool avs_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in avs_hdac_bus_init_chip() argument 98 ret = snd_hdac_bus_init_chip(bus, full_reset); in avs_hdac_bus_init_chip()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl.c | 128 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()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl.c | 128 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()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | reg.c | 301 static void reset_regdomains(bool full_reset, in reset_regdomains() argument 324 if (!full_reset) in reset_regdomains()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | reg.c | 321 static void reset_regdomains(bool full_reset, in reset_regdomains() argument 344 if (!full_reset) in reset_regdomains()
|