Searched refs:full_reset (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/hda/ |
D | hdac_controller.c | 284 static int azx_reset(struct hdac_bus *bus, bool full_reset) in azx_reset() argument 286 if (!full_reset) in azx_reset() 372 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() argument 378 azx_reset(bus, full_reset); in snd_hdac_bus_init_chip()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_controller.h | 211 void azx_init_chip(struct azx *chip, bool full_reset);
|
D | hda_controller.c | 885 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip() argument 887 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()
|
D | hda_intel.c | 535 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip() argument 548 azx_init_chip(chip, full_reset); in hda_intel_init_chip()
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 338 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset);
|
/linux-4.4.14/net/wireless/ |
D | reg.c | 303 static void reset_regdomains(bool full_reset, in reset_regdomains() argument 326 if (!full_reset) in reset_regdomains()
|