Searched refs:full_reset (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/hda/ |
D | hdac_controller.c | 388 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_reset_link() argument 390 if (!full_reset) in snd_hdac_bus_reset_link() 477 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() argument 483 snd_hdac_bus_reset_link(bus, full_reset); in snd_hdac_bus_init_chip()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.h | 223 void azx_init_chip(struct azx *chip, bool full_reset);
|
D | hda_controller.c | 1092 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip() argument 1094 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()
|
D | hda_intel.c | 643 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip() argument 656 azx_init_chip(chip, full_reset); in hda_intel_init_chip()
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 409 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset); 415 int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset);
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl.c | 126 static int skl_init_chip(struct hdac_bus *bus, bool full_reset) in skl_init_chip() argument 132 ret = snd_hdac_bus_init_chip(bus, full_reset); in skl_init_chip()
|
/Linux-v4.19/net/wireless/ |
D | reg.c | 299 static void reset_regdomains(bool full_reset, in reset_regdomains() argument 322 if (!full_reset) in reset_regdomains()
|