Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dhda_bind.c148 if (!pm_runtime_suspended(dev) && codec->patch_ops.reboot_notify) in hda_codec_driver_shutdown()
149 codec->patch_ops.reboot_notify(codec); in hda_codec_driver_shutdown()
Dhda_codec.h126 void (*reboot_notify)(struct hda_codec *codec); member
Dpatch_analog.c183 .reboot_notify = ad198x_shutup,
Dpatch_conexant.c208 .reboot_notify = cx_auto_reboot_notify,
Dpatch_realtek.c114 void (*reboot_notify)(struct hda_codec *codec); member
815 if (spec && spec->reboot_notify) in alc_reboot_notify()
816 spec->reboot_notify(codec); in alc_reboot_notify()
875 .reboot_notify = alc_reboot_notify,
4973 spec->reboot_notify = alc_d3_at_reboot; /* reduce noise */ in alc_fixup_tpt440_dock()
Dpatch_sigmatel.c4459 .reboot_notify = stac_shutup,
Dpatch_ca0132.c7414 .reboot_notify = ca0132_reboot_notify,