reboot_notify     118 include/sound/hda_codec.h 	void (*reboot_notify)(struct hda_codec *codec);
reboot_notify     166 sound/pci/hda/hda_bind.c 	if (!pm_runtime_suspended(dev) && codec->patch_ops.reboot_notify)
reboot_notify     167 sound/pci/hda/hda_bind.c 		codec->patch_ops.reboot_notify(codec);
reboot_notify    6100 sound/pci/hda/hda_generic.c 	.reboot_notify = snd_hda_gen_reboot_notify,
reboot_notify     170 sound/pci/hda/patch_analog.c 	.reboot_notify = ad198x_shutup,
reboot_notify    8479 sound/pci/hda/patch_ca0132.c 	.reboot_notify = ca0132_reboot_notify,
reboot_notify     182 sound/pci/hda/patch_conexant.c 	.reboot_notify = cx_auto_reboot_notify,
reboot_notify     109 sound/pci/hda/patch_realtek.c 	void (*reboot_notify)(struct hda_codec *codec);
reboot_notify     888 sound/pci/hda/patch_realtek.c 	if (spec && spec->reboot_notify)
reboot_notify     889 sound/pci/hda/patch_realtek.c 		spec->reboot_notify(codec);
reboot_notify     939 sound/pci/hda/patch_realtek.c 	.reboot_notify = alc_reboot_notify,
reboot_notify    5473 sound/pci/hda/patch_realtek.c 		spec->reboot_notify = snd_hda_gen_reboot_notify; /* reduce noise */
reboot_notify    4457 sound/pci/hda/patch_sigmatel.c 	.reboot_notify = stac_shutup,