Searched refs:pm_notify (Results 1 – 7 of 7) sorted by relevance
334 host->pm_notify.notifier_call = mmc_pm_notify; in mmc_alloc_host()384 register_pm_notifier(&host->pm_notify); in mmc_add_host()401 unregister_pm_notifier(&host->pm_notify); in mmc_remove_host()
2366 notify_block, struct mmc_host, pm_notify); in mmc_pm_notify()
170 struct notifier_block pm_notify; member
53 void (*pm_notify)(struct hda_codec *codec);65 The pm_notify callback is available only with
612 void (*pm_notify)(struct hda_bus *bus); member
4298 if (bus->ops.pm_notify) in hda_power_work()4299 bus->ops.pm_notify(bus); in hda_power_work()4339 if (bus->ops.pm_notify) in snd_hda_power_up()4340 bus->ops.pm_notify(bus); in snd_hda_power_up()
1546 bus_temp.ops.pm_notify = azx_power_notify; in azx_codec_create()