/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | intel_context.h | 36 static inline int intel_context_lock_pinned(struct intel_context *ce) in intel_context_lock_pinned() 52 intel_context_is_pinned(struct intel_context *ce) in intel_context_is_pinned() 63 static inline void intel_context_unlock_pinned(struct intel_context *ce) in intel_context_unlock_pinned() 71 static inline int intel_context_pin(struct intel_context *ce) in intel_context_pin() 79 static inline void __intel_context_pin(struct intel_context *ce) in __intel_context_pin() 90 static inline void intel_context_enter(struct intel_context *ce) in intel_context_enter() 97 static inline void intel_context_mark_active(struct intel_context *ce) in intel_context_mark_active() 103 static inline void intel_context_exit(struct intel_context *ce) in intel_context_exit() 114 static inline struct intel_context *intel_context_get(struct intel_context *ce) in intel_context_get() 120 static inline void intel_context_put(struct intel_context *ce) in intel_context_put() [all …]
|
D | intel_context.c | 27 void intel_context_free(struct intel_context *ce) in intel_context_free() 36 struct intel_context *ce; in intel_context_create() local 46 int __intel_context_do_pin(struct intel_context *ce) in __intel_context_do_pin() 90 void intel_context_unpin(struct intel_context *ce) in intel_context_unpin() 143 struct intel_context *ce = container_of(active, typeof(*ce), active); in __intel_context_retire() local 158 struct intel_context *ce = container_of(active, typeof(*ce), active); in __intel_context_active() local 189 int intel_context_active_acquire(struct intel_context *ce) in intel_context_active_acquire() 210 void intel_context_active_release(struct intel_context *ce) in intel_context_active_release() 218 intel_context_init(struct intel_context *ce, in intel_context_init() 245 void intel_context_fini(struct intel_context *ce) in intel_context_fini() [all …]
|
D | intel_engine_pm.c | 42 static inline unsigned long __timeline_mark_lock(struct intel_context *ce) in __timeline_mark_lock() 52 static inline void __timeline_mark_unlock(struct intel_context *ce, in __timeline_mark_unlock() 61 static inline unsigned long __timeline_mark_lock(struct intel_context *ce) in __timeline_mark_lock() 66 static inline void __timeline_mark_unlock(struct intel_context *ce, in __timeline_mark_unlock()
|
D | intel_breadcrumbs.c | 87 check_signal_order(struct intel_context *ce, struct i915_request *rq) in check_signal_order() 135 struct intel_context *ce, *cn; in intel_engine_breadcrumbs_irq() local 282 struct intel_context *ce = rq->hw_context; in i915_request_enable_breadcrumb() local 338 struct intel_context *ce = rq->hw_context; in i915_request_cancel_breadcrumb() local 353 struct intel_context *ce; in intel_engine_print_breadcrumbs() local
|
D | mock_engine.c | 112 static void mock_context_unpin(struct intel_context *ce) in mock_context_unpin() 118 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in mock_context_destroy() local 131 static int mock_context_alloc(struct intel_context *ce) in mock_context_alloc() 149 static int mock_context_pin(struct intel_context *ce) in mock_context_pin() 280 struct intel_context *ce; in mock_engine_init() local
|
D | intel_lrc.c | 430 lrc_descriptor(struct intel_context *ce, struct intel_engine_cs *engine) in lrc_descriptor() 568 struct intel_context * const ce = rq->hw_context; in __execlists_schedule_in() local 582 struct intel_context * const ce = rq->hw_context; in execlists_schedule_in() local 600 static void kick_siblings(struct i915_request *rq, struct intel_context *ce) in kick_siblings() 613 struct intel_context * const ce = rq->hw_context; in __execlists_schedule_out() local 637 struct intel_context * const ce = rq->hw_context; in execlists_schedule_out() local 654 struct intel_context *ce = rq->hw_context; in execlists_update_context() local 718 struct intel_context *ce = NULL; in assert_pending_valid() local 782 static bool ctx_single_port_submission(const struct intel_context *ce) in ctx_single_port_submission() 1703 static void __execlists_context_fini(struct intel_context *ce) in __execlists_context_fini() [all …]
|
D | selftest_context.c | 37 static int context_sync(struct intel_context *ce) in context_sync() 71 struct intel_context *ce; in __live_context_size() local 210 struct intel_context *ce; in __live_active_context() local 330 static int __remote_sync(struct intel_context *ce, struct intel_context *remote) in __remote_sync()
|
/Linux-v5.4/drivers/clocksource/ |
D | timer-digicolor.c | 61 struct clock_event_device ce; member 67 static struct digicolor_timer *dc_timer(struct clock_event_device *ce) in dc_timer() 72 static inline void dc_timer_disable(struct clock_event_device *ce) in dc_timer_disable() 78 static inline void dc_timer_enable(struct clock_event_device *ce, u32 mode) in dc_timer_enable() 84 static inline void dc_timer_set_count(struct clock_event_device *ce, in dc_timer_set_count() 91 static int digicolor_clkevt_shutdown(struct clock_event_device *ce) in digicolor_clkevt_shutdown() 97 static int digicolor_clkevt_set_oneshot(struct clock_event_device *ce) in digicolor_clkevt_set_oneshot() 104 static int digicolor_clkevt_set_periodic(struct clock_event_device *ce) in digicolor_clkevt_set_periodic() 115 struct clock_event_device *ce) in digicolor_clkevt_next_event()
|
D | timer-sun5i.c | 73 static void sun5i_clkevt_sync(struct sun5i_timer_clkevt *ce) in sun5i_clkevt_sync() 81 static void sun5i_clkevt_time_stop(struct sun5i_timer_clkevt *ce, u8 timer) in sun5i_clkevt_time_stop() 89 static void sun5i_clkevt_time_setup(struct sun5i_timer_clkevt *ce, u8 timer, u32 delay) in sun5i_clkevt_time_setup() 94 static void sun5i_clkevt_time_start(struct sun5i_timer_clkevt *ce, u8 timer, bool periodic) in sun5i_clkevt_time_start() 109 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_shutdown() local 117 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_set_oneshot() local 126 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_set_periodic() local 137 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_next_event() local 148 struct sun5i_timer_clkevt *ce = (struct sun5i_timer_clkevt *)dev_id; in sun5i_timer_interrupt() local 254 struct sun5i_timer_clkevt *ce = container_of(timer, struct sun5i_timer_clkevt, timer); in sun5i_rate_cb_clkevt() local [all …]
|
D | timer-rockchip.c | 43 struct clock_event_device ce; member 50 static inline struct rk_timer *rk_timer(struct clock_event_device *ce) in rk_timer() 78 struct clock_event_device *ce) in rk_timer_set_next_event() 89 static int rk_timer_shutdown(struct clock_event_device *ce) in rk_timer_shutdown() 97 static int rk_timer_set_periodic(struct clock_event_device *ce) in rk_timer_set_periodic() 109 struct clock_event_device *ce = dev_id; in rk_timer_interrupt() local 207 struct clock_event_device *ce; in rk_clkevt_init() local
|
D | timer-mp-csky.c | 21 struct clock_event_device *ce) in csky_mptimer_set_next_event() 28 static int csky_mptimer_shutdown(struct clock_event_device *ce) in csky_mptimer_shutdown() 35 static int csky_mptimer_oneshot(struct clock_event_device *ce) in csky_mptimer_oneshot() 42 static int csky_mptimer_oneshot_stopped(struct clock_event_device *ce) in csky_mptimer_oneshot_stopped()
|
D | mps2-timer.c | 54 static int mps2_timer_shutdown(struct clock_event_device *ce) in mps2_timer_shutdown() 62 static int mps2_timer_set_next_event(unsigned long next, struct clock_event_device *ce) in mps2_timer_set_next_event() 70 static int mps2_timer_set_periodic(struct clock_event_device *ce) in mps2_timer_set_periodic() 83 struct clockevent_mps2 *ce = dev_id; in mps2_timer_interrupt() local 102 struct clockevent_mps2 *ce; in mps2_clockevent_init() local
|
D | timer-gx6605s.c | 27 struct clock_event_device *ce = dev; in gx6605s_timer_interrupt() local 37 static int gx6605s_timer_set_oneshot(struct clock_event_device *ce) in gx6605s_timer_set_oneshot() 52 struct clock_event_device *ce) in gx6605s_timer_set_next_event() 66 static int gx6605s_timer_shutdown(struct clock_event_device *ce) in gx6605s_timer_shutdown()
|
D | hyperv_timer.c | 47 struct clock_event_device *ce; in hv_stimer0_isr() local 107 struct clock_event_device *ce; in hv_stimer_init() local 138 struct clock_event_device *ce; in hv_stimer_cleanup() local 193 struct clock_event_device *ce; in hv_stimer_global_cleanup() local
|
D | timer-sprd.c | 80 struct clock_event_device *ce) in sprd_timer_set_next_event() 91 static int sprd_timer_set_periodic(struct clock_event_device *ce) in sprd_timer_set_periodic() 102 static int sprd_timer_shutdown(struct clock_event_device *ce) in sprd_timer_shutdown() 112 struct clock_event_device *ce = (struct clock_event_device *)dev_id; in sprd_timer_interrupt() local
|
D | timer-riscv.c | 20 struct clock_event_device *ce) in riscv_clock_next_event() 59 struct clock_event_device *ce = per_cpu_ptr(&riscv_clock_event, cpu); in riscv_timer_starting_cpu() local
|
/Linux-v5.4/drivers/of/ |
D | dynamic.c | 460 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy() 478 static void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() 495 static inline void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() 501 static void __of_changeset_entry_invert(struct of_changeset_entry *ce, in __of_changeset_entry_invert() 531 static int __of_changeset_entry_notify(struct of_changeset_entry *ce, in __of_changeset_entry_notify() 566 static int __of_changeset_entry_apply(struct of_changeset_entry *ce) in __of_changeset_entry_apply() 658 static inline int __of_changeset_entry_revert(struct of_changeset_entry *ce) in __of_changeset_entry_revert() 690 struct of_changeset_entry *ce, *cen; in of_changeset_destroy() local 709 struct of_changeset_entry *ce; in __of_changeset_apply_entries() local 738 struct of_changeset_entry *ce; in __of_changeset_apply_notify() local [all …]
|
/Linux-v5.4/fs/cifs/ |
D | dfs_cache.c | 103 static inline bool cache_entry_expired(const struct dfs_cache_entry *ce) in cache_entry_expired() 111 static inline void free_tgts(struct dfs_cache_entry *ce) in free_tgts() 124 struct dfs_cache_entry *ce = container_of(rcu, struct dfs_cache_entry, in free_cache_entry() local 129 static inline void flush_cache_ent(struct dfs_cache_entry *ce) in flush_cache_ent() 148 struct dfs_cache_entry *ce; in flush_cache_ents() local 162 struct dfs_cache_entry *ce; in dfscache_proc_show() local 229 static inline void dump_tgts(const struct dfs_cache_entry *ce) in dump_tgts() 240 static inline void dump_ce(const struct dfs_cache_entry *ce) in dump_ce() 328 static inline char *get_tgt_name(const struct dfs_cache_entry *ce) in get_tgt_name() 370 struct dfs_cache_entry *ce, const char *tgthint) in copy_ref_data() [all …]
|
/Linux-v5.4/drivers/base/power/ |
D | clock_ops.c | 42 static inline void __pm_clk_enable(struct device *dev, struct pm_clock_entry *ce) in __pm_clk_enable() 61 static void pm_clk_acquire(struct device *dev, struct pm_clock_entry *ce) in pm_clk_acquire() 84 struct pm_clock_entry *ce; in __pm_clk_add() local 237 static void __pm_clk_remove(struct pm_clock_entry *ce) in __pm_clk_remove() 267 struct pm_clock_entry *ce; in pm_clk_remove() local 305 struct pm_clock_entry *ce; in pm_clk_remove_clk() local 367 struct pm_clock_entry *ce, *c; in pm_clk_destroy() local 398 struct pm_clock_entry *ce; in pm_clk_suspend() local 429 struct pm_clock_entry *ce; in pm_clk_resume() local
|
/Linux-v5.4/arch/alpha/kernel/ |
D | time.c | 94 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in rtc_timer_interrupt() local 109 rtc_ce_set_next_event(unsigned long evt, struct clock_event_device *ce) in rtc_ce_set_next_event() 119 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in init_rtc_clockevent() local 157 static int qemu_ce_shutdown(struct clock_event_device *ce) in qemu_ce_shutdown() 166 qemu_ce_set_next_event(unsigned long evt, struct clock_event_device *ce) in qemu_ce_set_next_event() 176 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in qemu_timer_interrupt() local 186 struct clock_event_device *ce = &per_cpu(cpu_ce, cpu); in init_qemu_clockevent() local
|
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | ce.c | 135 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_read32() local 142 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_write32() local 180 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_from_ddr() local 188 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_get() local 223 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_base_addr_set() local 300 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_read_index_from_ddr() local 309 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_read_index_get() local 328 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_base_addr_set() local 641 struct ath10k_ce *ce = ath10k_ce_priv(ar); in __ath10k_ce_send_revert() local 674 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_send() local [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object_blt.c | 14 struct i915_vma *intel_emit_vma_fill_blt(struct intel_context *ce, in intel_emit_vma_fill_blt() 119 void intel_emit_vma_release(struct intel_context *ce, struct i915_vma *vma) in intel_emit_vma_release() 127 struct intel_context *ce, in i915_gem_object_fill_blt() 198 struct i915_vma *intel_emit_vma_copy_blt(struct intel_context *ce, in intel_emit_vma_copy_blt() 315 struct intel_context *ce) in i915_gem_object_copy_blt()
|
D | i915_gem_context.c | 295 struct intel_context *ce; in default_engines() local 458 void (*fn)(struct intel_context *ce, void *data), in context_apply_all() 462 struct intel_context *ce; in context_apply_all() local 469 static void __apply_ppgtt(struct intel_context *ce, void *vm) in __apply_ppgtt() 510 static void __apply_timeline(struct intel_context *ce, void *timeline) in __apply_timeline() 868 bool (*skip)(struct intel_context *ce, void *data), in context_barrier_task() 876 struct intel_context *ce; in context_barrier_task() local 1035 static bool skip_ppgtt_update(struct intel_context *ce, void *data) in skip_ppgtt_update() 1108 struct intel_context *ce, in gen8_emit_rpcs_config() 1133 gen8_modify_rpcs(struct intel_context *ce, struct intel_sseu sseu) in gen8_modify_rpcs() [all …]
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
D | gk104.c | 47 gk104_ce_intr_launcherr(struct nvkm_engine *ce, const u32 base) in gk104_ce_intr_launcherr() 59 gk104_ce_intr(struct nvkm_engine *ce) in gk104_ce_intr()
|
D | gp100.c | 49 gp100_ce_intr_launcherr(struct nvkm_engine *ce, const u32 base) in gp100_ce_intr_launcherr() 60 gp100_ce_intr(struct nvkm_engine *ce) in gp100_ce_intr()
|