Searched refs:intel_wakeref (Results 1 – 9 of 9) sorted by relevance
30 struct intel_wakeref;35 int (*get)(struct intel_wakeref *wf);36 int (*put)(struct intel_wakeref *wf);39 struct intel_wakeref { struct57 void __intel_wakeref_init(struct intel_wakeref *wf, argument67 void intel_wakeref_fini(struct intel_wakeref *);69 int __intel_wakeref_get_first(struct intel_wakeref *wf);70 void __intel_wakeref_put_last(struct intel_wakeref *wf, unsigned long flags);87 intel_wakeref_get(struct intel_wakeref *wf) in intel_wakeref_get()106 __intel_wakeref_get(struct intel_wakeref *wf) in __intel_wakeref_get()[all …]
19 static void rpm_get(struct intel_wakeref *wf) in rpm_get()24 static void rpm_put(struct intel_wakeref *wf) in rpm_put()34 int __intel_wakeref_get_first(struct intel_wakeref *wf) in __intel_wakeref_get_first()64 static void ____intel_wakeref_put_last(struct intel_wakeref *wf) in ____intel_wakeref_put_last()80 void __intel_wakeref_put_last(struct intel_wakeref *wf, unsigned long flags) in __intel_wakeref_put_last()95 struct intel_wakeref *wf = container_of(wrk, typeof(*wf), work); in __intel_wakeref_put_work()104 void __intel_wakeref_init(struct intel_wakeref *wf, in __intel_wakeref_init()122 intel_wakeref_fini(struct intel_wakeref *wf) in intel_wakeref_fini()129 int intel_wakeref_wait_for_idle(struct intel_wakeref *wf) in intel_wakeref_wait_for_idle()
57 intel_wakeref.o
24 static int __engine_unpark(struct intel_wakeref *wf) in __engine_unpark()238 static int __engine_park(struct intel_wakeref *wf) in __engine_park()
46 static int __gt_unpark(struct intel_wakeref *wf) in __gt_unpark()78 static int __gt_park(struct intel_wakeref *wf) in __gt_park()
60 struct intel_wakeref wakeref;
330 struct intel_wakeref wakeref;
263 SRCS+= intel_wakeref.c
251 file external/bsd/drm2/dist/drm/i915/intel_wakeref.c i915drmkms