/drivers/gpu/drm/i915/gt/ |
D | intel_context.h | 21 #define CE_TRACE(ce, fmt, ...) do { \ argument 52 static inline int intel_context_lock_pinned(struct intel_context *ce) in intel_context_lock_pinned() 68 intel_context_is_pinned(struct intel_context *ce) in intel_context_is_pinned() 79 static inline void intel_context_unlock_pinned(struct intel_context *ce) in intel_context_unlock_pinned() 89 static inline bool intel_context_pin_if_active(struct intel_context *ce) in intel_context_pin_if_active() 94 static inline int intel_context_pin(struct intel_context *ce) in intel_context_pin() 102 static inline int intel_context_pin_ww(struct intel_context *ce, in intel_context_pin_ww() 111 static inline void __intel_context_pin(struct intel_context *ce) in __intel_context_pin() 122 static inline void intel_context_enter(struct intel_context *ce) in intel_context_enter() 129 static inline void intel_context_mark_active(struct intel_context *ce) in intel_context_mark_active() [all …]
|
D | intel_context.c | 30 struct intel_context *ce = container_of(rcu, typeof(*ce), rcu); in rcu_context_free() local 35 void intel_context_free(struct intel_context *ce) in intel_context_free() 43 struct intel_context *ce; in intel_context_create() local 53 int intel_context_alloc_state(struct intel_context *ce) in intel_context_alloc_state() 78 static int intel_context_active_acquire(struct intel_context *ce) in intel_context_active_acquire() 96 static void intel_context_active_release(struct intel_context *ce) in intel_context_active_release() 163 static int intel_context_pre_pin(struct intel_context *ce, in intel_context_pre_pin() 195 static void intel_context_post_unpin(struct intel_context *ce) in intel_context_post_unpin() 204 int __intel_context_do_pin_ww(struct intel_context *ce, in __intel_context_do_pin_ww() 293 int __intel_context_do_pin(struct intel_context *ce) in __intel_context_do_pin() [all …]
|
D | mock_engine.c | 130 static void mock_context_unpin(struct intel_context *ce) in mock_context_unpin() 134 static void mock_context_post_unpin(struct intel_context *ce) in mock_context_post_unpin() 140 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in mock_context_destroy() local 153 static int mock_context_alloc(struct intel_context *ce) in mock_context_alloc() 170 static int mock_context_pre_pin(struct intel_context *ce, in mock_context_pre_pin() 176 static int mock_context_pin(struct intel_context *ce, void *unused) in mock_context_pin() 181 static void mock_context_reset(struct intel_context *ce) in mock_context_reset() 335 struct intel_context *ce; in mock_engine_init() local
|
D | intel_breadcrumbs.c | 113 struct intel_context *ce) in add_signaling_context() 123 struct intel_context *ce) in remove_signaling_context() 138 check_signal_order(struct intel_context *ce, struct i915_request *rq) in check_signal_order() 214 struct intel_context *ce; in signal_irq_work() local 364 struct intel_context *ce = rq->context; in insert_breadcrumb() local 426 struct intel_context *ce = rq->context; in i915_request_enable_breadcrumb() local 451 struct intel_context *ce = rq->context; in i915_request_cancel_breadcrumb() local 471 struct intel_context *ce; in print_signals() local
|
D | intel_engine_pm.c | 24 struct intel_context *ce; in __engine_unpark() local 61 static inline unsigned long __timeline_mark_lock(struct intel_context *ce) in __timeline_mark_lock() 71 static inline void __timeline_mark_unlock(struct intel_context *ce, in __timeline_mark_unlock() 80 static inline unsigned long __timeline_mark_lock(struct intel_context *ce) in __timeline_mark_lock() 85 static inline void __timeline_mark_unlock(struct intel_context *ce, in __timeline_mark_unlock() 136 struct intel_context *ce = engine->kernel_context; in switch_to_kernel_context() local
|
D | intel_ring_submission.c | 463 static void __ring_context_fini(struct intel_context *ce) in __ring_context_fini() 470 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in ring_context_destroy() local 481 static int ring_context_pre_pin(struct intel_context *ce, in ring_context_pre_pin() 495 static void __context_unpin_ppgtt(struct intel_context *ce) in __context_unpin_ppgtt() 504 static void ring_context_unpin(struct intel_context *ce) in ring_context_unpin() 508 static void ring_context_post_unpin(struct intel_context *ce) in ring_context_post_unpin() 572 static int ring_context_alloc(struct intel_context *ce) in ring_context_alloc() 597 static int ring_context_pin(struct intel_context *ce, void *unused) in ring_context_pin() 602 static void ring_context_reset(struct intel_context *ce) in ring_context_reset() 657 struct intel_context *ce, in mi_set_context() [all …]
|
D | intel_lrc.c | 350 static u32 intel_context_get_runtime(const struct intel_context *ce) in intel_context_get_runtime() 572 lrc_descriptor(struct intel_context *ce, struct intel_engine_cs *engine) in lrc_descriptor() 1218 execlists_check_context(const struct intel_context *ce, in execlists_check_context() 1257 static void restore_default_state(struct intel_context *ce, in restore_default_state() 1271 struct intel_context * const ce = rq->context; in reset_active() local 1307 static void st_update_runtime_underflow(struct intel_context *ce, s32 dt) in st_update_runtime_underflow() 1315 static void intel_context_update_runtime(struct intel_context *ce) in intel_context_update_runtime() 1342 struct intel_context * const ce = rq->context; in __execlists_schedule_in() local 1381 struct intel_context * const ce = rq->context; in execlists_schedule_in() local 1399 static void kick_siblings(struct i915_request *rq, struct intel_context *ce) in kick_siblings() [all …]
|
D | selftest_lrc.c | 150 struct intel_context *ce; in live_sanitycheck() local 207 struct intel_context *ce[2] = {}; in live_unlite_restore() local 369 struct intel_context *ce[2] = {}; in live_unlite_ring() local 518 struct intel_context *ce; in live_pin_rewind() local 600 struct intel_context *ce; in live_hold_reset() local 725 struct intel_context *ce; in live_error_interrupt() local 865 struct intel_context *ce; in semaphore_queue() local 1052 create_rewinder(struct intel_context *ce, in create_rewinder() 1135 struct intel_context *ce; in live_timeslice_rewind() local 1435 struct intel_context *ce; in live_timeslice_nopreempt() local [all …]
|
D | intel_context_sseu.c | 17 const struct intel_context *ce, in gen8_emit_rpcs_config() 41 gen8_modify_rpcs(struct intel_context *ce, const struct intel_sseu sseu) in gen8_modify_rpcs() 75 intel_context_reconfigure_sseu(struct intel_context *ce, in intel_context_reconfigure_sseu()
|
D | intel_engine_heartbeat.c | 66 struct intel_context *ce = engine->kernel_context; in heartbeat() local 183 struct intel_context *ce = engine->kernel_context; in __intel_engine_pulse() local 223 struct intel_context *ce = engine->kernel_context; in intel_engine_set_heartbeat() local 255 struct intel_context *ce = engine->kernel_context; in intel_engine_pulse() local
|
D | selftest_ring_submission.c | 70 static int context_sync(struct intel_context *ce) in context_sync() 91 struct intel_context *ce; in new_context_sync() local 149 struct intel_context *ce; in double_context_sync_00() local 176 struct intel_context *ce; in kernel_context_sync_00() local
|
/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-core.c | 131 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number() 136 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task() 239 struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data; in ce_irq_handler() local 568 struct sun8i_ce_dev *ce = seq->private; in sun8i_ce_debugfs_show() local 608 static void sun8i_ce_free_chanlist(struct sun8i_ce_dev *ce, int i) in sun8i_ce_free_chanlist() 623 static int sun8i_ce_allocate_chanlist(struct sun8i_ce_dev *ce) in sun8i_ce_allocate_chanlist() 670 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_suspend() local 681 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_resume() local 709 static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce) in sun8i_ce_pm_init() 723 static void sun8i_ce_pm_exit(struct sun8i_ce_dev *ce) in sun8i_ce_pm_exit() [all …]
|
/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 | 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-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 | timer-gx6605s.c | 27 struct clock_event_device *ce = dev; in gx6605s_timer_interrupt() local 38 static int gx6605s_timer_set_oneshot(struct clock_event_device *ce) in gx6605s_timer_set_oneshot() 53 struct clock_event_device *ce) in gx6605s_timer_set_next_event() 67 static int gx6605s_timer_shutdown(struct clock_event_device *ce) in gx6605s_timer_shutdown()
|
/drivers/of/ |
D | dynamic.c | 462 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy() 480 static void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() 497 static inline void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() 503 static void __of_changeset_entry_invert(struct of_changeset_entry *ce, in __of_changeset_entry_invert() 533 static int __of_changeset_entry_notify(struct of_changeset_entry *ce, in __of_changeset_entry_notify() 568 static int __of_changeset_entry_apply(struct of_changeset_entry *ce) in __of_changeset_entry_apply() 645 static inline int __of_changeset_entry_revert(struct of_changeset_entry *ce) in __of_changeset_entry_revert() 677 struct of_changeset_entry *ce, *cen; in of_changeset_destroy() local 696 struct of_changeset_entry *ce; in __of_changeset_apply_entries() local 725 struct of_changeset_entry *ce; in __of_changeset_apply_notify() local [all …]
|
/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 …]
|
/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
|
/drivers/gpu/drm/i915/selftests/ |
D | i915_request.c | 207 struct intel_context *ce; in igt_request_rewind() local 279 __mock_request_alloc(struct intel_context *ce) in __mock_request_alloc() 285 __live_request_alloc(struct intel_context *ce) in __live_request_alloc() 345 struct intel_context *ce; in __igt_breadcrumbs_smoketest() local 1497 static int switch_to_kernel_sync(struct intel_context *ce, int err) in switch_to_kernel_sync() 1535 struct intel_context *ce[]; member 1568 static u32 *emit_timestamp_store(u32 *cs, struct intel_context *ce, u32 offset) in emit_timestamp_store() 1612 static u32 *hwsp_scratch(const struct intel_context *ce) in hwsp_scratch() 1617 static u32 hwsp_offset(const struct intel_context *ce, u32 *dw) in hwsp_offset() 1623 static int measure_semaphore_response(struct intel_context *ce) in measure_semaphore_response() [all …]
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_context.c | 206 static void intel_context_set_gem(struct intel_context *ce, in intel_context_set_gem() 312 struct intel_context *ce; in default_engines() local 451 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() 489 struct intel_context *ce; in kill_engines() local 556 struct intel_context *ce; in engines_idle_release() local 767 int (*fn)(struct intel_context *ce, void *data), in context_apply_all() 772 struct intel_context *ce; in context_apply_all() local 786 static int __apply_ppgtt(struct intel_context *ce, void *vm) in __apply_ppgtt() 830 static int __apply_timeline(struct intel_context *ce, void *timeline) in __apply_timeline() 1093 bool (*skip)(struct intel_context *ce, void *data), in context_barrier_task() [all …]
|
D | i915_gem_object_blt.c | 15 struct i915_vma *intel_emit_vma_fill_blt(struct intel_context *ce, in intel_emit_vma_fill_blt() 127 void intel_emit_vma_release(struct intel_context *ce, struct i915_vma *vma) in intel_emit_vma_release() 146 struct intel_context *ce, in i915_gem_object_fill_blt() 237 struct i915_vma *intel_emit_vma_copy_blt(struct intel_context *ce, in intel_emit_vma_copy_blt() 353 struct intel_context *ce) in i915_gem_object_copy_blt()
|
/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 186 struct intel_context *ce[2]; member 285 struct intel_context *ce; in live_parallel_switch() local 422 static int gpu_fill(struct intel_context *ce, in gpu_fill() 611 static int throttle(struct intel_context *ce, in throttle() 681 struct intel_context *ce; in igt_ctx_exec() local 814 struct intel_context *ce; in igt_shared_ctx_exec() local 922 struct intel_context *ce, in emit_rpcs_query() 1030 struct intel_context *ce, in __sseu_prepare() 1074 __read_slice_count(struct intel_context *ce, in __read_slice_count() 1148 struct intel_context *ce, in __sseu_finish() [all …]
|