Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/core/
Dhost.c334 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()
Dcore.c2366 notify_block, struct mmc_host, pm_notify); in mmc_pm_notify()
/linux-3.4.99/include/linux/mmc/
Dhost.h170 struct notifier_block pm_notify; member
/linux-3.4.99/Documentation/sound/alsa/
Dhda_codec.txt53 void (*pm_notify)(struct hda_codec *codec);
65 The pm_notify callback is available only with
/linux-3.4.99/sound/pci/hda/
Dhda_codec.h612 void (*pm_notify)(struct hda_bus *bus); member
Dhda_codec.c4298 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()
Dhda_intel.c1546 bus_temp.ops.pm_notify = azx_power_notify; in azx_codec_create()