/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_context.h | 21 #define CE_TRACE(ce, fmt, ...) do { \ argument 62 intel_context_to_parent(struct intel_context *ce) in intel_context_to_parent() 88 #define for_each_child(parent, ce)\ argument 91 #define for_each_child_safe(parent, ce, cn)\ argument 119 intel_context_is_pinned(struct intel_context *ce) in intel_context_is_pinned() 152 static inline int intel_context_pin(struct intel_context *ce) in intel_context_pin() 238 intel_context_timeline_lock(struct intel_context *ce) in intel_context_timeline_lock() 330 intel_context_set_single_submission(struct intel_context *ce) in intel_context_set_single_submission() 336 intel_context_nopreempt(const struct intel_context *ce) in intel_context_nopreempt() 342 intel_context_set_nopreempt(struct intel_context *ce) in intel_context_set_nopreempt() [all …]
|
A D | intel_context.c | 26 struct intel_context *ce = container_of(rcu, typeof(*ce), rcu); in rcu_context_free() local 32 void intel_context_free(struct intel_context *ce) in intel_context_free() 40 struct intel_context *ce; in intel_context_create() local 51 int intel_context_alloc_state(struct intel_context *ce) in intel_context_alloc_state() 161 static int intel_context_pre_pin(struct intel_context *ce, in intel_context_pre_pin() 193 static void intel_context_post_unpin(struct intel_context *ce) in intel_context_post_unpin() 202 int __intel_context_do_pin_ww(struct intel_context *ce, in __intel_context_do_pin_ww() 295 int __intel_context_do_pin(struct intel_context *ce) in __intel_context_do_pin() 421 void intel_context_fini(struct intel_context *ce) in intel_context_fini() 453 void intel_context_enter_engine(struct intel_context *ce) in intel_context_enter_engine() [all …]
|
A D | intel_lrc.c | 762 const struct intel_context *ce, in init_common_regs() 837 const struct intel_context *ce, in __lrc_init_regs() 865 void lrc_init_regs(const struct intel_context *ce, in lrc_init_regs() 903 void lrc_init_state(struct intel_context *ce, in lrc_init_state() 1023 void lrc_reset(struct intel_context *ce) in lrc_reset() 1035 lrc_pre_pin(struct intel_context *ce, in lrc_pre_pin() 1053 lrc_pin(struct intel_context *ce, in lrc_pin() 1066 void lrc_unpin(struct intel_context *ce) in lrc_unpin() 1072 void lrc_post_unpin(struct intel_context *ce) in lrc_post_unpin() 1077 void lrc_fini(struct intel_context *ce) in lrc_fini() [all …]
|
A D | intel_engine_pm.c | 19 static void dbg_poison_ce(struct intel_context *ce) in dbg_poison_ce() 46 struct intel_context *ce; in __engine_unpark() local 85 static unsigned long __timeline_mark_lock(struct intel_context *ce) in __timeline_mark_lock() 95 static void __timeline_mark_unlock(struct intel_context *ce, in __timeline_mark_unlock() 104 static unsigned long __timeline_mark_lock(struct intel_context *ce) in __timeline_mark_lock() 109 static void __timeline_mark_unlock(struct intel_context *ce, in __timeline_mark_unlock() 160 struct intel_context *ce = engine->kernel_context; in switch_to_kernel_context() local 324 struct intel_context *ce; in intel_engine_reset_pinned_contexts() local
|
A D | intel_breadcrumbs.c | 80 struct intel_context *ce) in add_signaling_context() 90 struct intel_context *ce) in remove_signaling_context() 105 check_signal_order(struct intel_context *ce, struct i915_request *rq) in check_signal_order() 169 struct intel_context *ce; in signal_irq_work() local 346 struct intel_context *ce = rq->context; in insert_breadcrumb() local 406 struct intel_context *ce = rq->context; in i915_request_enable_breadcrumb() local 432 struct intel_context *ce = rq->context; in i915_request_cancel_breadcrumb() local 453 void intel_context_remove_breadcrumbs(struct intel_context *ce, in intel_context_remove_breadcrumbs() 488 struct intel_context *ce; in print_signals() local
|
A D | selftest_lrc.c | 361 struct intel_context *ce; in __live_lrc_state() local 490 static int gpr_make_dirty(struct intel_context *ce) in gpr_make_dirty() 581 struct intel_context *ce; in __live_lrc_gpr() local 750 struct intel_context *ce[2]; member 993 record_registers(struct intel_context *ce, in record_registers() 1193 struct intel_context *ce, in compare_isolation() 1492 indirect_ctx_bb_setup(struct intel_context *ce) in indirect_ctx_bb_setup() 1501 static bool check_ring_start(struct intel_context *ce) in check_ring_start() 1516 static int indirect_ctx_bb_check(struct intel_context *ce) in indirect_ctx_bb_check() 1659 struct intel_context *ce; in __lrc_garbage() local [all …]
|
A D | mock_engine.c | 122 static void mock_context_unpin(struct intel_context *ce) in mock_context_unpin() 126 static void mock_context_post_unpin(struct intel_context *ce) in mock_context_post_unpin() 132 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in mock_context_destroy() local 145 static int mock_context_alloc(struct intel_context *ce) in mock_context_alloc() 169 static int mock_context_pre_pin(struct intel_context *ce, in mock_context_pre_pin() 175 static int mock_context_pin(struct intel_context *ce, void *unused) in mock_context_pin() 180 static void mock_context_reset(struct intel_context *ce) in mock_context_reset() 377 struct intel_context *ce; in mock_engine_init() local
|
A D | intel_ring_submission.c | 439 static void __ring_context_fini(struct intel_context *ce) in __ring_context_fini() 446 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in ring_context_destroy() local 477 static int ring_context_pre_pin(struct intel_context *ce, in ring_context_pre_pin() 498 static void __context_unpin_ppgtt(struct intel_context *ce) in __context_unpin_ppgtt() 507 static void ring_context_unpin(struct intel_context *ce) in ring_context_unpin() 511 static void ring_context_post_unpin(struct intel_context *ce) in ring_context_post_unpin() 559 static int ring_context_alloc(struct intel_context *ce) in ring_context_alloc() 587 static void ring_context_reset(struct intel_context *ce) in ring_context_reset() 593 static void ring_context_ban(struct intel_context *ce, in ring_context_ban() 678 struct intel_context *ce, in mi_set_context() [all …]
|
A D | intel_engine_heartbeat.c | 40 heartbeat_create(struct intel_context *ce, gfp_t gfp) in heartbeat_create() 112 struct intel_context *ce = engine->kernel_context; in heartbeat() local 249 struct intel_context *ce = engine->kernel_context; in __intel_engine_pulse() local 285 struct intel_context *ce = engine->kernel_context; in intel_engine_set_heartbeat() local 317 struct intel_context *ce = engine->kernel_context; in intel_engine_pulse() local 340 struct intel_context *ce = engine->kernel_context; in intel_engine_flush_barriers() local
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_trace.h | 1022 trace_intel_context_set_prio(struct intel_context *ce) in trace_intel_context_set_prio() 1027 trace_intel_context_reset(struct intel_context *ce) in trace_intel_context_reset() 1032 trace_intel_context_ban(struct intel_context *ce) in trace_intel_context_ban() 1037 trace_intel_context_register(struct intel_context *ce) in trace_intel_context_register() 1042 trace_intel_context_deregister(struct intel_context *ce) in trace_intel_context_deregister() 1052 trace_intel_context_sched_enable(struct intel_context *ce) in trace_intel_context_sched_enable() 1062 trace_intel_context_sched_done(struct intel_context *ce) in trace_intel_context_sched_done() 1067 trace_intel_context_create(struct intel_context *ce) in trace_intel_context_create() 1077 trace_intel_context_free(struct intel_context *ce) in trace_intel_context_free() 1087 trace_intel_context_do_pin(struct intel_context *ce) in trace_intel_context_do_pin() [all …]
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_submission.c | 1008 struct intel_context *ce; in scrub_guc_desc_for_outstanding_g2h() local 1332 struct intel_context *ce; in intel_guc_submission_reset() local 1430 struct intel_context *ce; in intel_guc_submission_cancel_requests() local 3321 struct intel_context *ce; in guc_init_lrc_mapping() local 3504 struct intel_context *ce; in g2h_context_lookup() local 3532 struct intel_context *ce; in intel_guc_deregister_done_process_msg() local 3582 struct intel_context *ce; in intel_guc_sched_done_process_msg() local 3697 struct intel_context *ce; in intel_guc_context_reset_process_msg() local 3761 struct intel_context *ce; in intel_guc_find_hung_context() local 3812 struct intel_context *ce; in intel_guc_dump_active_requests() local [all …]
|
/linux/drivers/crypto/gemini/ |
A D | sl3516-ce-core.c | 28 static int sl3516_ce_desc_init(struct sl3516_ce_dev *ce) in sl3516_ce_desc_init() 65 static void sl3516_ce_free_descs(struct sl3516_ce_dev *ce) in sl3516_ce_free_descs() 75 static void start_dma_tx(struct sl3516_ce_dev *ce) in start_dma_tx() 85 static void start_dma_rx(struct sl3516_ce_dev *ce) in start_dma_rx() 246 struct sl3516_ce_dev *ce = seq->private; in sl3516_ce_debugfs_show() local 323 static void sl3516_ce_start(struct sl3516_ce_dev *ce) in sl3516_ce_start() 338 struct sl3516_ce_dev *ce = dev_get_drvdata(dev); in sl3516_ce_pm_suspend() local 347 struct sl3516_ce_dev *ce = dev_get_drvdata(dev); in sl3516_ce_pm_resume() local 373 static int sl3516_ce_pm_init(struct sl3516_ce_dev *ce) in sl3516_ce_pm_init() 387 static void sl3516_ce_pm_exit(struct sl3516_ce_dev *ce) in sl3516_ce_pm_exit() [all …]
|
A D | sl3516-ce-rng.c | 15 struct sl3516_ce_dev *ce; in sl3516_ce_rng_read() local 44 int sl3516_ce_rng_register(struct sl3516_ce_dev *ce) in sl3516_ce_rng_register() 58 void sl3516_ce_rng_unregister(struct sl3516_ce_dev *ce) in sl3516_ce_rng_unregister()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-core.c | 131 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number() 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 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() 728 static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce) in sun8i_ce_get_clks() 768 static int sun8i_ce_register_algs(struct sun8i_ce_dev *ce) in sun8i_ce_register_algs() 878 struct sun8i_ce_dev *ce; in sun8i_ce_probe() local [all …]
|
/linux/drivers/clocksource/ |
A 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()
|
A 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 …]
|
A 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
|
A 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()
|
A 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
|
/linux/drivers/of/ |
A D | dynamic.c | 464 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy() 482 static void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() 505 static void __of_changeset_entry_invert(struct of_changeset_entry *ce, in __of_changeset_entry_invert() 535 static int __of_changeset_entry_notify(struct of_changeset_entry *ce, in __of_changeset_entry_notify() 570 static int __of_changeset_entry_apply(struct of_changeset_entry *ce) in __of_changeset_entry_apply() 694 struct of_changeset_entry *ce, *cen; in of_changeset_destroy() local 713 struct of_changeset_entry *ce; in __of_changeset_apply_entries() local 742 struct of_changeset_entry *ce; in __of_changeset_apply_notify() local 817 struct of_changeset_entry *ce; in __of_changeset_revert_entries() local 843 struct of_changeset_entry *ce; in __of_changeset_revert_notify() local [all …]
|
/linux/fs/cifs/ |
A D | dfs_cache.c | 255 struct cache_entry *ce; in flush_cache_ents() local 270 struct cache_entry *ce; in dfscache_proc_show() local 529 struct cache_entry *ce; in alloc_cache_entry() local 554 struct cache_entry *ce; in remove_oldest_entry_locked() local 585 struct cache_entry *ce; in add_cache_entry_locked() local 649 struct cache_entry *ce; in __lookup_cache_entry() local 669 struct cache_entry *ce; in lookup_cache_entry() local 796 struct cache_entry *ce; in cache_refresh_path() local 950 struct cache_entry *ce; in dfs_cache_find() local 1003 struct cache_entry *ce; in dfs_cache_noreq_find() local [all …]
|
/linux/arch/alpha/kernel/ |
A 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/drivers/net/wireless/ath/ath10k/ |
A 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 958 struct ath10k_ce *ce; in _ath10k_ce_revoke_recv_next() local 1011 struct ath10k_ce *ce; in _ath10k_ce_revoke_recv_next_64() local [all …]
|
/linux/drivers/base/power/ |
A D | clock_ops.c | 147 static inline void __pm_clk_enable(struct device *dev, struct pm_clock_entry *ce) in __pm_clk_enable() 173 static void pm_clk_acquire(struct device *dev, struct pm_clock_entry *ce) in pm_clk_acquire() 199 struct pm_clock_entry *ce; in __pm_clk_add() local 354 static void __pm_clk_remove(struct pm_clock_entry *ce) in __pm_clk_remove() 390 struct pm_clock_entry *ce; in pm_clk_remove() local 430 struct pm_clock_entry *ce; in pm_clk_remove_clk() local 497 struct pm_clock_entry *ce, *c; in pm_clk_destroy() local 546 struct pm_clock_entry *ce; in pm_clk_suspend() local 584 struct pm_clock_entry *ce; in pm_clk_resume() local
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | i915_request.c | 208 struct intel_context *ce; in igt_request_rewind() local 346 struct intel_context *ce; in __igt_breadcrumbs_smoketest() local 614 struct intel_context *ce; in __cancel_inactive() local 667 struct intel_context *ce; in __cancel_active() local 728 struct intel_context *ce; in __cancel_completed() local 1737 struct intel_context *ce[]; member 2491 struct intel_context *ce; in perf_request_latency() local 2667 struct intel_context *ce; in perf_series_engines() local 2770 struct intel_context *ce; in p_sync0() local 2841 struct intel_context *ce; in p_sync1() local [all …]
|