Home
last modified time | relevance | path

Searched refs:fw_get_funcs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c687 if (!uncore->fw_get_funcs) in intel_uncore_forcewake_get()
745 if (!uncore->fw_get_funcs) in intel_uncore_forcewake_get__locked()
789 if (!uncore->fw_get_funcs) in intel_uncore_forcewake_put()
802 if (!uncore->fw_get_funcs) in intel_uncore_forcewake_put_delayed()
821 if (!uncore->fw_get_funcs) in intel_uncore_forcewake_flush()
845 if (!uncore->fw_get_funcs) in intel_uncore_forcewake_put__locked()
853 if (!uncore->fw_get_funcs) in assert_forcewakes_inactive()
870 if (!uncore->fw_get_funcs) in assert_forcewakes_active()
2316 uncore->fw_get_funcs = &uncore_get_fallback; in intel_uncore_fw_domains_init()
2352 uncore->fw_get_funcs = &uncore_get_fallback; in intel_uncore_fw_domains_init()
[all …]
H A Dintel_uncore.h169 const struct intel_uncore_fw_get *fw_get_funcs; member