Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-qcom-8x16-usb.c78 struct notifier_block reboot_notify; member
305 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()
/linux-4.4.14/sound/pci/hda/
Dhda_bind.c145 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()
Dhda_codec.h125 void (*reboot_notify)(struct hda_codec *codec); member
Dpatch_conexant.c234 .reboot_notify = cx_auto_reboot_notify,
Dpatch_analog.c183 .reboot_notify = ad198x_shutup,
Dpatch_realtek.c118 void (*reboot_notify)(struct hda_codec *codec); member
796 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()
Dpatch_sigmatel.c4446 .reboot_notify = stac_shutup,