Searched defs:wf (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | intel_wakeref.c | 12 static void rpm_get(struct intel_wakeref *wf) in rpm_get() 17 static void rpm_put(struct intel_wakeref *wf) in rpm_put() 25 int __intel_wakeref_get_first(struct intel_wakeref *wf) in __intel_wakeref_get_first() 55 static void ____intel_wakeref_put_last(struct intel_wakeref *wf) in ____intel_wakeref_put_last() 70 void __intel_wakeref_put_last(struct intel_wakeref *wf) in __intel_wakeref_put_last() 86 struct intel_wakeref *wf = container_of(wrk, typeof(*wf), work); in __intel_wakeref_put_work() local 95 void __intel_wakeref_init(struct intel_wakeref *wf, in __intel_wakeref_init() 110 int intel_wakeref_wait_for_idle(struct intel_wakeref *wf) in intel_wakeref_wait_for_idle() 118 struct intel_wakeref_auto *wf = from_timer(wf, t, timer); in wakeref_auto_timeout() local 131 void intel_wakeref_auto_init(struct intel_wakeref_auto *wf, in intel_wakeref_auto_init() [all …]
|
D | intel_wakeref.h | 53 #define intel_wakeref_init(wf, rpm, ops) do { \ argument 79 intel_wakeref_get(struct intel_wakeref *wf) in intel_wakeref_get() 97 intel_wakeref_get_if_active(struct intel_wakeref *wf) in intel_wakeref_get_if_active() 119 intel_wakeref_put(struct intel_wakeref *wf) in intel_wakeref_put() 135 intel_wakeref_lock(struct intel_wakeref *wf) in intel_wakeref_lock() 148 intel_wakeref_unlock(struct intel_wakeref *wf) in intel_wakeref_unlock() 161 intel_wakeref_is_active(const struct intel_wakeref *wf) in intel_wakeref_is_active() 171 __intel_wakeref_defer_park(struct intel_wakeref *wf) in __intel_wakeref_defer_park()
|
D | intel_runtime_pm.h | 183 #define with_intel_runtime_pm(rpm, wf) \ argument 187 #define with_intel_runtime_pm_if_in_use(rpm, wf) \ argument
|
/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | intel_engine_pm.c | 15 static int __engine_unpark(struct intel_wakeref *wf) in __engine_unpark() 126 static int __engine_park(struct intel_wakeref *wf) in __engine_park()
|
D | intel_gt_pm.c | 20 static int __gt_unpark(struct intel_wakeref *wf) in __gt_unpark() 59 static int __gt_park(struct intel_wakeref *wf) in __gt_park()
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_display_power.h | 319 #define with_intel_display_power(i915, domain, wf) \ argument
|
D | intel_display.c | 10211 intel_wakeref_t wf; in hsw_get_transcoder_state() local 10305 intel_wakeref_t wf; in bxt_get_dsi_transcoder_state() local 10404 intel_wakeref_t wakerefs[POWER_DOMAIN_NUM], wf; in haswell_get_pipe_config() local
|
D | intel_dp.c | 720 #define with_pps_lock(dp, wf) \ argument
|
/Linux-v5.4/arch/x86/kvm/ |
D | mmu.c | 4759 u8 wf = (pfec & PFERR_WRITE_MASK) ? (u8)~w : 0; in update_permission_bitmask() local 4854 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
|