Home
last modified time | relevance | path

Searched defs:wf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c13 int __intel_wakeref_get_first(struct intel_wakeref *wf) in __intel_wakeref_get_first()
53 static void ____intel_wakeref_put_last(struct intel_wakeref *wf) in ____intel_wakeref_put_last()
74 void __intel_wakeref_put_last(struct intel_wakeref *wf, unsigned long flags) in __intel_wakeref_put_last()
90 struct intel_wakeref *wf = container_of(wrk, typeof(*wf), work.work); in __intel_wakeref_put_work() local
99 void __intel_wakeref_init(struct intel_wakeref *wf, in __intel_wakeref_init()
121 int intel_wakeref_wait_for_idle(struct intel_wakeref *wf) in intel_wakeref_wait_for_idle()
138 struct intel_wakeref_auto *wf = timer_container_of(wf, t, timer); in wakeref_auto_timeout() local
151 void intel_wakeref_auto_init(struct intel_wakeref_auto *wf, in intel_wakeref_auto_init()
161 void intel_wakeref_auto(struct intel_wakeref_auto *wf, unsigned long timeout) in intel_wakeref_auto()
194 void intel_wakeref_auto_fini(struct intel_wakeref_auto *wf) in intel_wakeref_auto_fini()
/linux/include/trace/events/
H A Dpwm.h32 #define __field_pwmwf(wf) \ argument
37 #define fast_assign_pwmwf(wf) \ argument
42 #define printk_pwmwf_format(wf) \ argument
45 #define printk_pwmwf_formatargs(wf) \ argument
/linux/drivers/pwm/
H A Dcore.c76 static void pwm_wf2state(const struct pwm_waveform *wf, struct pwm_state *state) in pwm_wf2state()
100 static void pwm_state2wf(const struct pwm_state *state, struct pwm_waveform *wf) in pwm_state2wf()
145 static bool pwm_check_rounding(const struct pwm_waveform *wf, in pwm_check_rounding()
164 const struct pwm_waveform *wf, void *wfhw) in __pwm_round_waveform_tohw()
176 const void *wfhw, struct pwm_waveform *wf) in __pwm_round_waveform_fromhw()
242 int pwm_round_waveform_might_sleep(struct pwm_device *pwm, struct pwm_waveform *wf) in pwm_round_waveform_might_sleep()
301 int pwm_get_waveform_might_sleep(struct pwm_device *pwm, struct pwm_waveform *wf) in pwm_get_waveform_might_sleep()
328 const struct pwm_waveform *wf, in __pwm_set_waveform()
441 const struct pwm_waveform *wf, bool exact) in pwm_set_waveform_might_sleep()
648 struct pwm_waveform wf; in __pwm_apply() local
[all …]
H A Dpwm-axi-pwmgen.c73 const struct pwm_waveform *wf, in axi_pwmgen_round_waveform_tohw()
122 const void *_wfhw, struct pwm_waveform *wf) in axi_pwmgen_round_waveform_fromhw()
H A Dpwm-stm32.c63 const struct pwm_waveform *wf, in stm32_pwm_round_waveform_tohw()
212 struct pwm_waveform *wf) in stm32_pwm_round_waveform_fromhw()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c58 static int __engine_unpark(struct intel_wakeref *wf) in __engine_unpark()
258 static int __engine_park(struct intel_wakeref *wf) in __engine_park()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_pps.h23 #define with_intel_pps_lock(dp, wf) \ argument
H A Dintel_ddi.c997 intel_wakeref_t wf; in main_link_aux_power_domain_put() local
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dtestmode.c38 u16 wf; member
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5392 u8 wf = (pfec & PFERR_WRITE_MASK) ? (u8)~w : 0; in update_permission_bitmask() local
5480 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local