| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context.h | 22 #define CE_TRACE(ce, fmt, ...) do { \ argument 65 intel_context_to_parent(struct intel_context *ce) in intel_context_to_parent() 91 #define for_each_child(parent, ce)\ argument 94 #define for_each_child_safe(parent, ce, cn)\ argument 122 intel_context_is_pinned(struct intel_context *ce) in intel_context_is_pinned() 155 static inline int intel_context_pin(struct intel_context *ce) in intel_context_pin() 248 intel_context_timeline_lock(struct intel_context *ce) in intel_context_timeline_lock() 355 intel_context_set_single_submission(struct intel_context *ce) in intel_context_set_single_submission() 361 intel_context_nopreempt(const struct intel_context *ce) in intel_context_nopreempt() 367 intel_context_set_nopreempt(struct intel_context *ce) in intel_context_set_nopreempt() [all …]
|
| H A D | intel_context.c | 27 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 54 int intel_context_alloc_state(struct intel_context *ce) in intel_context_alloc_state() 178 static int intel_context_pre_pin(struct intel_context *ce, in intel_context_pre_pin() 219 int __intel_context_do_pin_ww(struct intel_context *ce, in __intel_context_do_pin_ww() 312 int __intel_context_do_pin(struct intel_context *ce) in __intel_context_do_pin() 438 void intel_context_fini(struct intel_context *ce) in intel_context_fini() 470 void intel_context_enter_engine(struct intel_context *ce) in intel_context_enter_engine() 476 void intel_context_exit_engine(struct intel_context *ce) in intel_context_exit_engine() [all …]
|
| H A D | intel_lrc.c | 841 const struct intel_context *ce, in init_common_regs() 924 const struct intel_context *ce, in __lrc_init_regs() 952 void lrc_init_regs(const struct intel_context *ce, in lrc_init_regs() 1015 void lrc_init_state(struct intel_context *ce, in lrc_init_state() 1180 void lrc_reset(struct intel_context *ce) in lrc_reset() 1192 lrc_pre_pin(struct intel_context *ce, in lrc_pre_pin() 1210 lrc_pin(struct intel_context *ce, in lrc_pin() 1223 void lrc_unpin(struct intel_context *ce) in lrc_unpin() 1233 void lrc_post_unpin(struct intel_context *ce) in lrc_post_unpin() 1238 void lrc_fini(struct intel_context *ce) in lrc_fini() [all …]
|
| H A D | selftest_lrc.c | 405 struct intel_context *ce; in __live_lrc_state() local 532 static int gpr_make_dirty(struct intel_context *ce) in gpr_make_dirty() 619 struct intel_context *ce; in __live_lrc_gpr() local 788 struct intel_context *ce[2]; member 1051 record_registers(struct intel_context *ce, in record_registers() 1264 struct intel_context *ce, in compare_isolation() 1558 static int wabb_ctx_submit_req(struct intel_context *ce) in wabb_ctx_submit_req() 1582 emit_wabb_ctx_canary(const struct intel_context *ce, in emit_wabb_ctx_canary() 1611 wabb_ctx_setup(struct intel_context *ce, bool per_ctx) in wabb_ctx_setup() 1792 struct intel_context *ce; in __lrc_garbage() local [all …]
|
| H A D | intel_breadcrumbs.c | 86 struct intel_context *ce) in add_signaling_context() 96 struct intel_context *ce) in remove_signaling_context() 111 check_signal_order(struct intel_context *ce, struct i915_request *rq) in check_signal_order() 175 struct intel_context *ce; in signal_irq_work() local 351 struct intel_context *ce = rq->context; in insert_breadcrumb() local 412 struct intel_context *ce = rq->context; in i915_request_enable_breadcrumb() local 438 struct intel_context *ce = rq->context; in i915_request_cancel_breadcrumb() local 459 void intel_context_remove_breadcrumbs(struct intel_context *ce, in intel_context_remove_breadcrumbs() 494 struct intel_context *ce; in print_signals() local
|
| H A D | mock_engine.c | 139 static void mock_context_unpin(struct intel_context *ce) in mock_context_unpin() 143 static void mock_context_post_unpin(struct intel_context *ce) in mock_context_post_unpin() 150 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in mock_context_destroy() local 163 static int mock_context_alloc(struct intel_context *ce) in mock_context_alloc() 187 static int mock_context_pre_pin(struct intel_context *ce, in mock_context_pre_pin() 193 static int mock_context_pin(struct intel_context *ce, void *unused) in mock_context_pin() 198 static void mock_context_reset(struct intel_context *ce) in mock_context_reset() 395 struct intel_context *ce; in mock_engine_init() local
|
| H A D | intel_ring_submission.c | 478 static void __ring_context_fini(struct intel_context *ce) in __ring_context_fini() 485 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in ring_context_destroy() local 515 static int ring_context_pre_pin(struct intel_context *ce, in ring_context_pre_pin() 536 static void __context_unpin_ppgtt(struct intel_context *ce) in __context_unpin_ppgtt() 545 static void ring_context_unpin(struct intel_context *ce) in ring_context_unpin() 549 static void ring_context_post_unpin(struct intel_context *ce) in ring_context_post_unpin() 597 static int ring_context_alloc(struct intel_context *ce) in ring_context_alloc() 628 static void ring_context_reset(struct intel_context *ce) in ring_context_reset() 634 static void ring_context_revoke(struct intel_context *ce, in ring_context_revoke() 720 struct intel_context *ce, in mi_set_context() [all …]
|
| H A D | intel_engine_heartbeat.c | 68 heartbeat_create(struct intel_context *ce, gfp_t gfp) in heartbeat_create() 141 struct intel_context *ce = engine->kernel_context; in heartbeat() local 278 struct intel_context *ce = engine->kernel_context; in __intel_engine_pulse() local 317 struct intel_context *ce = engine->kernel_context; in intel_engine_set_heartbeat() local 360 struct intel_context *ce = engine->kernel_context; in intel_engine_pulse() local 383 struct intel_context *ce = engine->kernel_context; in intel_engine_flush_barriers() local
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_trace.h | 525 trace_intel_context_set_prio(struct intel_context *ce) in trace_intel_context_set_prio() 530 trace_intel_context_reset(struct intel_context *ce) in trace_intel_context_reset() 535 trace_intel_context_ban(struct intel_context *ce) in trace_intel_context_ban() 540 trace_intel_context_register(struct intel_context *ce) in trace_intel_context_register() 545 trace_intel_context_deregister(struct intel_context *ce) in trace_intel_context_deregister() 555 trace_intel_context_sched_enable(struct intel_context *ce) in trace_intel_context_sched_enable() 565 trace_intel_context_sched_done(struct intel_context *ce) in trace_intel_context_sched_done() 570 trace_intel_context_create(struct intel_context *ce) in trace_intel_context_create() 580 trace_intel_context_free(struct intel_context *ce) in trace_intel_context_free() 590 trace_intel_context_do_pin(struct intel_context *ce) in trace_intel_context_do_pin() [all …]
|
| /linux-6.15/drivers/crypto/gemini/ |
| H A D | sl3516-ce-core.c | 30 static int sl3516_ce_desc_init(struct sl3516_ce_dev *ce) in sl3516_ce_desc_init() 67 static void sl3516_ce_free_descs(struct sl3516_ce_dev *ce) in sl3516_ce_free_descs() 77 static void start_dma_tx(struct sl3516_ce_dev *ce) in start_dma_tx() 87 static void start_dma_rx(struct sl3516_ce_dev *ce) in start_dma_rx() 250 struct sl3516_ce_dev *ce = seq->private; in sl3516_ce_debugfs_show() local 326 static void sl3516_ce_start(struct sl3516_ce_dev *ce) in sl3516_ce_start() 341 struct sl3516_ce_dev *ce = dev_get_drvdata(dev); in sl3516_ce_pm_suspend() local 350 struct sl3516_ce_dev *ce = dev_get_drvdata(dev); in sl3516_ce_pm_resume() local 376 static int sl3516_ce_pm_init(struct sl3516_ce_dev *ce) in sl3516_ce_pm_init() 390 static void sl3516_ce_pm_exit(struct sl3516_ce_dev *ce) in sl3516_ce_pm_exit() [all …]
|
| H 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-6.15/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_submission.c | 1079 struct intel_context *ce; in scrub_guc_desc_for_outstanding_g2h() local 1526 struct intel_context *ce; in guc_timestamp_ping() local 1929 struct intel_context *ce; in intel_guc_submission_reset() local 2027 struct intel_context *ce; in intel_guc_submission_cancel_requests() local 3488 struct intel_context *ce; in guc_flush_destroyed_contexts() local 3513 struct intel_context *ce; in deregister_destroyed_contexts() local 4873 struct intel_context *ce; in g2h_context_lookup() local 5046 struct intel_context *ce; in intel_guc_deregister_done_process_msg() local 5097 struct intel_context *ce; in intel_guc_sched_done_process_msg() local 5240 struct intel_context *ce; in intel_guc_context_reset_process_msg() local [all …]
|
| /linux-6.15/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-core.c | 177 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number() 286 struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data; in ce_irq_handler() local 786 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_suspend() local 797 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_resume() local 825 static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce) in sun8i_ce_pm_init() 839 static void sun8i_ce_pm_exit(struct sun8i_ce_dev *ce) in sun8i_ce_pm_exit() 844 static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce) in sun8i_ce_get_clks() 884 static int sun8i_ce_register_algs(struct sun8i_ce_dev *ce) in sun8i_ce_register_algs() 965 static void sun8i_ce_unregister_algs(struct sun8i_ce_dev *ce) in sun8i_ce_unregister_algs() 994 struct sun8i_ce_dev *ce; in sun8i_ce_probe() local [all …]
|
| /linux-6.15/drivers/clocksource/ |
| H A D | timer-digicolor.c | 58 struct clock_event_device ce; member 64 static struct digicolor_timer *dc_timer(struct clock_event_device *ce) in dc_timer() 69 static inline void dc_timer_disable(struct clock_event_device *ce) in dc_timer_disable() 75 static inline void dc_timer_enable(struct clock_event_device *ce, u32 mode) in dc_timer_enable() 81 static inline void dc_timer_set_count(struct clock_event_device *ce, in dc_timer_set_count() 88 static int digicolor_clkevt_shutdown(struct clock_event_device *ce) in digicolor_clkevt_shutdown() 94 static int digicolor_clkevt_set_oneshot(struct clock_event_device *ce) in digicolor_clkevt_set_oneshot() 101 static int digicolor_clkevt_set_periodic(struct clock_event_device *ce) in digicolor_clkevt_set_periodic() 112 struct clock_event_device *ce) in digicolor_clkevt_next_event()
|
| H A D | timer-sun5i.c | 58 static void sun5i_clkevt_sync(struct sun5i_timer *ce) in sun5i_clkevt_sync() 66 static void sun5i_clkevt_time_stop(struct sun5i_timer *ce, u8 timer) in sun5i_clkevt_time_stop() 74 static void sun5i_clkevt_time_setup(struct sun5i_timer *ce, u8 timer, u32 delay) in sun5i_clkevt_time_setup() 79 static void sun5i_clkevt_time_start(struct sun5i_timer *ce, u8 timer, bool periodic) in sun5i_clkevt_time_start() 94 struct sun5i_timer *ce = clkevt_to_sun5i_timer(clkevt); in sun5i_clkevt_shutdown() local 102 struct sun5i_timer *ce = clkevt_to_sun5i_timer(clkevt); in sun5i_clkevt_set_oneshot() local 111 struct sun5i_timer *ce = clkevt_to_sun5i_timer(clkevt); in sun5i_clkevt_set_periodic() local 122 struct sun5i_timer *ce = clkevt_to_sun5i_timer(clkevt); in sun5i_clkevt_next_event() local 133 struct sun5i_timer *ce = dev_id; in sun5i_timer_interrupt() local 202 struct sun5i_timer *ce = platform_get_drvdata(pdev); in sun5i_setup_clockevent() local
|
| H 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
|
| H 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
|
| H 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()
|
| H A 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()
|
| /linux-6.15/fs/smb/client/ |
| H A D | dfs_cache.c | 144 struct cache_entry *ce; in flush_cache_ents() local 159 struct cache_entry *ce; in dfscache_proc_show() local 423 struct cache_entry *ce; in alloc_cache_entry() local 449 struct cache_entry *ce; in purge_cache() local 477 struct cache_entry *ce; in add_cache_entry_locked() local 535 struct cache_entry *ce; in __lookup_cache_entry() local 557 struct cache_entry *ce; in lookup_cache_entry() local 687 struct cache_entry *ce; in cache_refresh_path() local 860 struct cache_entry *ce; in dfs_cache_find() local 906 struct cache_entry *ce; in dfs_cache_noreq_find() local [all …]
|
| /linux-6.15/arch/alpha/kernel/ |
| H 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-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | ce.c | 90 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_read32() local 97 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_write32() local 135 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_from_ddr() local 143 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_get() local 170 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_base_addr_set() local 247 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_read_index_from_ddr() local 256 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_read_index_get() local 275 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_base_addr_set() local 892 struct ath10k_ce *ce; in _ath10k_ce_revoke_recv_next() local 945 struct ath10k_ce *ce; in _ath10k_ce_revoke_recv_next_64() local [all …]
|
| /linux-6.15/drivers/of/ |
| H A D | dynamic.c | 522 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy() 539 static void __of_changeset_entry_invert(const struct of_changeset_entry *ce, in __of_changeset_entry_invert() 569 static int __of_changeset_entry_notify(struct of_changeset_entry *ce, in __of_changeset_entry_notify() 604 static int __of_changeset_entry_apply(struct of_changeset_entry *ce) in __of_changeset_entry_apply() 639 static inline int __of_changeset_entry_revert(const struct of_changeset_entry *ce) in __of_changeset_entry_revert() 671 struct of_changeset_entry *ce, *cen; in of_changeset_destroy() local 701 struct of_changeset_entry *ce; in __of_changeset_apply_entries() local 730 struct of_changeset_entry *ce; in __of_changeset_apply_notify() local 805 struct of_changeset_entry *ce; in __of_changeset_revert_entries() local 831 struct of_changeset_entry *ce; in __of_changeset_revert_notify() local [all …]
|
| /linux-6.15/drivers/base/power/ |
| H 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 321 static void __pm_clk_remove(struct pm_clock_entry *ce) in __pm_clk_remove() 357 struct pm_clock_entry *ce; in pm_clk_remove_clk() local 424 struct pm_clock_entry *ce, *c; in pm_clk_destroy() local 473 struct pm_clock_entry *ce; in pm_clk_suspend() local 511 struct pm_clock_entry *ce; in pm_clk_resume() local
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 209 struct intel_context *ce; in igt_request_rewind() local 368 struct intel_context *ce; in __igt_breadcrumbs_smoketest() local 645 struct intel_context *ce; in __cancel_inactive() local 698 struct intel_context *ce; in __cancel_active() local 759 struct intel_context *ce; in __cancel_completed() local 820 struct intel_context *ce; in __cancel_reset() local 2681 struct intel_context *ce; in perf_request_latency() local 2857 struct intel_context *ce; in perf_series_engines() local 2969 struct intel_context *ce; in p_sync0() local 3044 struct intel_context *ce; in p_sync1() local [all …]
|