Searched refs:force_wake_put (Results 1 – 2 of 2) sorted by relevance
399 uncore->funcs.force_wake_put(uncore, domain->mask); in intel_uncore_fw_release_timer()457 uncore->funcs.force_wake_put(uncore, fw); in intel_uncore_forcewake_reset()736 uncore->funcs.force_wake_put(uncore, domain->mask); in __intel_uncore_forcewake_put()753 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put()772 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_flush()796 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put__locked()1885 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()1911 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()1922 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()1930 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()[all …]
90 void (*force_wake_put)(struct intel_uncore *uncore, member