Home
last modified time | relevance | path

Searched refs:reboot_notify (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_bind.c170 if (!pm_runtime_suspended(dev) && codec->patch_ops.reboot_notify) in hda_codec_driver_shutdown()
171 codec->patch_ops.reboot_notify(codec); in hda_codec_driver_shutdown()
H A Dpatch_analog.c171 .reboot_notify = ad198x_shutup,
H A Dpatch_conexant.c200 .reboot_notify = cx_auto_reboot_notify,
H A Dpatch_realtek.c113 void (*reboot_notify)(struct hda_codec *codec); member
955 if (spec && spec->reboot_notify) in alc_reboot_notify()
956 spec->reboot_notify(codec); in alc_reboot_notify()
1006 .reboot_notify = alc_reboot_notify,
5869 spec->reboot_notify = snd_hda_gen_reboot_notify; /* reduce noise */ in alc_fixup_tpt440_dock()
H A Dpatch_sigmatel.c4466 .reboot_notify = stac_shutup,
H A Dhda_generic.c6176 .reboot_notify = snd_hda_gen_reboot_notify,
H A Dpatch_ca0132.c9552 .reboot_notify = ca0132_reboot_notify,
/OK3568_Linux_fs/kernel/include/sound/
H A Dhda_codec.h117 void (*reboot_notify)(struct hda_codec *codec); member