/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A 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() 71 void __intel_wakeref_put_last(struct intel_wakeref *wf, unsigned long flags) in __intel_wakeref_put_last() 87 struct intel_wakeref *wf = container_of(wrk, typeof(*wf), work.work); in __intel_wakeref_put_work() local 96 void __intel_wakeref_init(struct intel_wakeref *wf, in __intel_wakeref_init() 113 int intel_wakeref_wait_for_idle(struct intel_wakeref *wf) in intel_wakeref_wait_for_idle() 130 struct intel_wakeref_auto *wf = from_timer(wf, t, timer); in wakeref_auto_timeout() local 143 void intel_wakeref_auto_init(struct intel_wakeref_auto *wf, in intel_wakeref_auto_init() [all …]
|
A D | intel_wakeref.h | 57 #define intel_wakeref_init(wf, rpm, ops) do { \ argument 82 intel_wakeref_get(struct intel_wakeref *wf) in intel_wakeref_get() 101 __intel_wakeref_get(struct intel_wakeref *wf) in __intel_wakeref_get() 117 intel_wakeref_get_if_active(struct intel_wakeref *wf) in intel_wakeref_get_if_active() 128 intel_wakeref_might_get(struct intel_wakeref *wf) in intel_wakeref_might_get() 158 intel_wakeref_put(struct intel_wakeref *wf) in intel_wakeref_put() 165 intel_wakeref_put_async(struct intel_wakeref *wf) in intel_wakeref_put_async() 179 intel_wakeref_might_put(struct intel_wakeref *wf) in intel_wakeref_might_put() 193 intel_wakeref_lock(struct intel_wakeref *wf) in intel_wakeref_lock() 206 intel_wakeref_unlock(struct intel_wakeref *wf) in intel_wakeref_unlock() [all …]
|
A D | intel_runtime_pm.h | 205 #define with_intel_runtime_pm(rpm, wf) \ argument 209 #define with_intel_runtime_pm_if_in_use(rpm, wf) \ argument 213 #define with_intel_runtime_pm_if_active(rpm, wf) \ argument
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_engine_pm.c | 58 static int __engine_unpark(struct intel_wakeref *wf) in __engine_unpark() 248 static int __engine_park(struct intel_wakeref *wf) in __engine_park()
|
A D | intel_gt_pm.c | 89 static int __gt_unpark(struct intel_wakeref *wf) in __gt_unpark() 124 static int __gt_park(struct intel_wakeref *wf) in __gt_park()
|
A D | intel_gt_pm.h | 66 #define with_intel_gt_pm_if_awake(gt, wf) \ argument
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_pps.h | 23 #define with_intel_pps_lock(dp, wf) \ argument
|
A D | intel_display_power.h | 280 #define with_intel_display_power(i915, domain, wf) \ argument 284 #define with_intel_display_power_if_enabled(i915, domain, wf) \ argument
|
A D | intel_display_power.c | 848 intel_wakeref_t __maybe_unused wf; in intel_display_power_get_in_set() local 864 intel_wakeref_t wf; in intel_display_power_get_in_set_if_enabled() local 891 intel_wakeref_t __maybe_unused wf = -1; in intel_display_power_put_mask_in_set() local
|
A D | intel_ddi.c | 916 intel_wakeref_t wf; in main_link_aux_power_domain_put() local
|
/linux-6.3-rc2/kernel/ |
A D | watch_queue.c | 162 static bool filter_watch_notification(const struct watch_filter *wf, in filter_watch_notification() 203 const struct watch_filter *wf; in __post_watch_notification() local
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | testmode.c | 38 u16 wf; member
|
A D | mcu.c | 199 u32 mt7615_rf_rr(struct mt7615_dev *dev, u32 wf, u32 reg) in mt7615_rf_rr() 214 int mt7615_rf_wr(struct mt7615_dev *dev, u32 wf, u32 reg, u32 val) in mt7615_rf_wr()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/ |
A D | huge_pages.c | 1784 intel_wakeref_t wf; in igt_shrink_thp() local
|
/linux-6.3-rc2/arch/x86/kvm/mmu/ |
A D | mmu.c | 4930 u8 wf = (pfec & PFERR_WRITE_MASK) ? (u8)~w : 0; in update_permission_bitmask() local 5018 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
|