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()741 uncore->funcs.force_wake_put(uncore, domain->mask); in __intel_uncore_forcewake_put()758 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put()771 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put_delayed()790 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_flush()814 if (!uncore->funcs.force_wake_put) in intel_uncore_forcewake_put__locked()1903 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()1929 uncore->funcs.force_wake_put = fw_domains_put; in intel_uncore_fw_domains_init()1940 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