Searched refs:force_wake_put (Results 1 – 2 of 2) sorted by relevance
391 uncore->funcs.force_wake_put(uncore, domain->mask); in intel_uncore_fw_release_timer()449 uncore->funcs.force_wake_put(uncore, fw); in intel_uncore_forcewake_reset()717 uncore->funcs.force_wake_put(uncore, domain->mask); in __intel_uncore_forcewake_put()734 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put()747 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put_delayed()766 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_flush()790 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put__locked()1577 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()1603 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()1614 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()[all …]
78 void (*force_wake_put)(struct intel_uncore *uncore, member