Searched refs:reboot_notify (Results 1 – 7 of 7) sorted by relevance
78 struct notifier_block reboot_notify; member305 qphy = container_of(this, struct phy_8x16, reboot_notify); in phy_8x16_reboot_notify()381 qphy->reboot_notify.notifier_call = phy_8x16_reboot_notify; in phy_8x16_probe()382 register_reboot_notifier(&qphy->reboot_notify); in phy_8x16_probe()402 unregister_reboot_notifier(&qphy->reboot_notify); in phy_8x16_remove()
145 if (!pm_runtime_suspended(dev) && codec->patch_ops.reboot_notify) in hda_codec_driver_shutdown()146 codec->patch_ops.reboot_notify(codec); in hda_codec_driver_shutdown()
125 void (*reboot_notify)(struct hda_codec *codec); member
234 .reboot_notify = cx_auto_reboot_notify,
183 .reboot_notify = ad198x_shutup,
118 void (*reboot_notify)(struct hda_codec *codec); member796 if (spec && spec->reboot_notify) in alc_reboot_notify()797 spec->reboot_notify(codec); in alc_reboot_notify()856 .reboot_notify = alc_reboot_notify,4417 spec->reboot_notify = alc_d3_at_reboot; /* reduce noise */ in alc_fixup_tpt440_dock()
4446 .reboot_notify = stac_shutup,