Searched refs:full_reset (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/sound/hda/ |
D | hdac_controller.c | 419 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()
|
/linux-6.1.9/sound/soc/sof/intel/ |
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()
|
D | hda.h | 697 int hda_dsp_ctrl_init_chip(struct snd_sof_dev *sdev, bool full_reset);
|
/linux-6.1.9/sound/pci/hda/ |
D | hda_controller.h | 200 void azx_init_chip(struct azx *chip, bool full_reset);
|
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()
|
D | hda_intel.c | 545 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip() argument 557 azx_init_chip(chip, full_reset); in hda_intel_init_chip()
|
/linux-6.1.9/sound/soc/intel/avs/ |
D | core.c | 88 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()
|
/linux-6.1.9/include/sound/ |
D | hdaudio.h | 394 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset); 400 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset);
|
/linux-6.1.9/sound/soc/intel/skylake/ |
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()
|
/linux-6.1.9/net/wireless/ |
D | reg.c | 321 static void reset_regdomains(bool full_reset, in reset_regdomains() argument 344 if (!full_reset) in reset_regdomains()
|