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

/linux-4.4.14/drivers/usb/phy/
H A Dphy-qcom-8x16-usb.c78 struct notifier_block reboot_notify; member in struct:phy_8x16
305 qphy = container_of(this, struct phy_8x16, reboot_notify); phy_8x16_reboot_notify()
309 * we could load bootloader/kernel at next reboot_notify phy_8x16_reboot_notify()
381 qphy->reboot_notify.notifier_call = phy_8x16_reboot_notify; phy_8x16_probe()
382 register_reboot_notifier(&qphy->reboot_notify); phy_8x16_probe()
402 unregister_reboot_notifier(&qphy->reboot_notify); phy_8x16_remove()
408 * we could load bootloader/kernel at next reboot_notify phy_8x16_remove()
/linux-4.4.14/sound/pci/hda/
H A Dhda_bind.c145 if (!pm_runtime_suspended(dev) && codec->patch_ops.reboot_notify) hda_codec_driver_shutdown()
146 codec->patch_ops.reboot_notify(codec); hda_codec_driver_shutdown()
H A Dhda_codec.h125 void (*reboot_notify)(struct hda_codec *codec); member in struct:hda_codec_ops
H A Dpatch_realtek.c118 void (*reboot_notify)(struct hda_codec *codec); member in struct:alc_spec
796 if (spec && spec->reboot_notify) alc_reboot_notify()
797 spec->reboot_notify(codec); alc_reboot_notify()
802 /* power down codec to D3 at reboot/shutdown; set as reboot_notify ops */ alc_d3_at_reboot()
856 .reboot_notify = alc_reboot_notify,
4417 spec->reboot_notify = alc_d3_at_reboot; /* reduce noise */ alc_fixup_tpt440_dock()
H A Dpatch_analog.c183 .reboot_notify = ad198x_shutup,
H A Dpatch_conexant.c234 .reboot_notify = cx_auto_reboot_notify,
H A Dpatch_sigmatel.c4446 .reboot_notify = stac_shutup,

Completed in 328 milliseconds