Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c15 static void pm_notify(struct drm_i915_private *i915, int state) in pm_notify() function
54 pm_notify(i915, INTEL_GT_UNPARK); in __gt_unpark()
67 pm_notify(i915, INTEL_GT_PARK); in __gt_park()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c443 wil->pm_notify.notifier_call = wil6210_pm_notify; in wil_pcie_probe()
445 rc = register_pm_notifier(&wil->pm_notify); in wil_pcie_probe()
481 unregister_pm_notifier(&wil->pm_notify); in wil_pcie_remove()
585 notify_block, struct wil6210_priv, pm_notify); in wil6210_pm_notify()
Dwil6210.h1048 struct notifier_block pm_notify; member
/Linux-v5.4/drivers/base/firmware_loader/
Dmain.c66 struct notifier_block pm_notify; member
1387 fw_cache.pm_notify.notifier_call = fw_pm_notify; in register_fw_pm_ops()
1388 ret = register_pm_notifier(&fw_cache.pm_notify); in register_fw_pm_ops()
1400 unregister_pm_notifier(&fw_cache.pm_notify); in unregister_fw_pm_ops()
/Linux-v5.4/include/linux/mmc/
Dhost.h285 struct notifier_block pm_notify; member
/Linux-v5.4/drivers/mmc/core/
Dcore.c2405 notify_block, struct mmc_host, pm_notify); in mmc_pm_notify()
2460 host->pm_notify.notifier_call = mmc_pm_notify; in mmc_register_pm_notifier()
2461 register_pm_notifier(&host->pm_notify); in mmc_register_pm_notifier()
2466 unregister_pm_notifier(&host->pm_notify); in mmc_unregister_pm_notifier()