Home
last modified time | relevance | path

Searched refs:intel_wakeref (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/
Dintel_wakeref.h27 struct intel_wakeref;
32 int (*get)(struct intel_wakeref *wf);
33 int (*put)(struct intel_wakeref *wf);
36 struct intel_wakeref { struct
53 void __intel_wakeref_init(struct intel_wakeref *wf, argument
63 int __intel_wakeref_get_first(struct intel_wakeref *wf);
64 void __intel_wakeref_put_last(struct intel_wakeref *wf, unsigned long flags);
81 intel_wakeref_get(struct intel_wakeref *wf) in intel_wakeref_get()
100 __intel_wakeref_get(struct intel_wakeref *wf) in __intel_wakeref_get()
116 intel_wakeref_get_if_active(struct intel_wakeref *wf) in intel_wakeref_get_if_active()
[all …]
Dintel_wakeref.c12 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()
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()
DMakefile61 intel_wakeref.o \
/linux-5.19.10/drivers/gpu/drm/i915/gt/
Dintel_engine_pm.c42 static int __engine_unpark(struct intel_wakeref *wf) in __engine_unpark()
232 static int __engine_park(struct intel_wakeref *wf) in __engine_park()
Dintel_gt_pm.c66 static int __gt_unpark(struct intel_wakeref *wf) in __gt_unpark()
98 static int __gt_park(struct intel_wakeref *wf) in __gt_park()
Dintel_gt_types.h120 struct intel_wakeref wakeref;
Dintel_engine_types.h394 struct intel_wakeref wakeref;