Home
last modified time | relevance | path

Searched defs:ce (Results 1 – 25 of 130) sorted by relevance

123456

/drivers/gpu/drm/i915/gt/
Dintel_context.h21 #define CE_TRACE(ce, fmt, ...) do { \ argument
51 static inline bool intel_context_is_child(struct intel_context *ce) in intel_context_is_child()
56 static inline bool intel_context_is_parent(struct intel_context *ce) in intel_context_is_parent()
64 intel_context_to_parent(struct intel_context *ce) in intel_context_to_parent()
82 static inline bool intel_context_is_parallel(struct intel_context *ce) in intel_context_is_parallel()
90 #define for_each_child(parent, ce)\ argument
93 #define for_each_child_safe(parent, ce, cn)\ argument
105 static inline int intel_context_lock_pinned(struct intel_context *ce) in intel_context_lock_pinned()
121 intel_context_is_pinned(struct intel_context *ce) in intel_context_is_pinned()
126 static inline void intel_context_cancel_request(struct intel_context *ce, in intel_context_cancel_request()
[all …]
Dintel_context.c26 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()
76 static int intel_context_active_acquire(struct intel_context *ce) in intel_context_active_acquire()
95 static void intel_context_active_release(struct intel_context *ce) in intel_context_active_release()
162 static int intel_context_pre_pin(struct intel_context *ce, in intel_context_pre_pin()
194 static void intel_context_post_unpin(struct intel_context *ce) in intel_context_post_unpin()
203 int __intel_context_do_pin_ww(struct intel_context *ce, in __intel_context_do_pin_ww()
296 int __intel_context_do_pin(struct intel_context *ce) in __intel_context_do_pin()
[all …]
Dintel_lrc.c781 const struct intel_context *ce, in init_common_regs()
861 const struct intel_context *ce, in __lrc_init_regs()
889 void lrc_init_regs(const struct intel_context *ce, in lrc_init_regs()
896 void lrc_reset_regs(const struct intel_context *ce, in lrc_reset_regs()
927 static u32 context_wa_bb_offset(const struct intel_context *ce) in context_wa_bb_offset()
932 static u32 *context_indirect_bb(const struct intel_context *ce) in context_indirect_bb()
945 void lrc_init_state(struct intel_context *ce, in lrc_init_state()
974 u32 lrc_indirect_bb(const struct intel_context *ce) in lrc_indirect_bb()
979 static u32 *setup_predicate_disable_wa(const struct intel_context *ce, u32 *cs) in setup_predicate_disable_wa()
1004 __lrc_alloc_state(struct intel_context *ce, struct intel_engine_cs *engine) in __lrc_alloc_state()
[all …]
Dintel_breadcrumbs.c81 struct intel_context *ce) in add_signaling_context()
91 struct intel_context *ce) in remove_signaling_context()
106 check_signal_order(struct intel_context *ce, struct i915_request *rq) in check_signal_order()
170 struct intel_context *ce; in signal_irq_work() local
347 struct intel_context *ce = rq->context; in insert_breadcrumb() local
408 struct intel_context *ce = rq->context; in i915_request_enable_breadcrumb() local
434 struct intel_context *ce = rq->context; in i915_request_cancel_breadcrumb() local
455 void intel_context_remove_breadcrumbs(struct intel_context *ce, in intel_context_remove_breadcrumbs()
490 struct intel_context *ce; in print_signals() local
Dselftest_lrc.c78 static int emit_semaphore_signal(struct intel_context *ce, void *slot) in emit_semaphore_signal()
108 static int context_flush(struct intel_context *ce, long timeout) in context_flush()
405 struct intel_context *ce; in __live_lrc_state() local
534 static int gpr_make_dirty(struct intel_context *ce) in gpr_make_dirty()
566 __gpr_read(struct intel_context *ce, struct i915_vma *scratch, u32 *slot) in __gpr_read()
625 struct intel_context *ce; in __live_lrc_gpr() local
743 create_timestamp(struct intel_context *ce, void *slot, int idx) in create_timestamp()
794 struct intel_context *ce[2]; member
970 store_context(struct intel_context *ce, struct i915_vma *scratch) in store_context()
1072 record_registers(struct intel_context *ce, in record_registers()
[all …]
Dintel_ring_submission.c447 static void __ring_context_fini(struct intel_context *ce) in __ring_context_fini()
454 struct intel_context *ce = container_of(ref, typeof(*ce), ref); in ring_context_destroy() local
465 static int ring_context_init_default_state(struct intel_context *ce, in ring_context_init_default_state()
485 static int ring_context_pre_pin(struct intel_context *ce, in ring_context_pre_pin()
506 static void __context_unpin_ppgtt(struct intel_context *ce) in __context_unpin_ppgtt()
515 static void ring_context_unpin(struct intel_context *ce) in ring_context_unpin()
519 static void ring_context_post_unpin(struct intel_context *ce) in ring_context_post_unpin()
567 static int ring_context_alloc(struct intel_context *ce) in ring_context_alloc()
590 static int ring_context_pin(struct intel_context *ce, void *unused) in ring_context_pin()
595 static void ring_context_reset(struct intel_context *ce) in ring_context_reset()
[all …]
Dmock_engine.c139 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
Dintel_engine_heartbeat.c40 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
Dintel_engine_pm.c19 static void dbg_poison_ce(struct intel_context *ce) in dbg_poison_ce()
46 struct intel_context *ce; in __engine_unpark() local
127 struct intel_context *ce = engine->kernel_context; in switch_to_kernel_context() local
290 struct intel_context *ce; in intel_engine_reset_pinned_contexts() local
Dselftest_workarounds.c99 read_nonprivs(struct intel_context *ce) in read_nonprivs()
205 static int check_whitelist(struct intel_context *ce) in check_whitelist()
277 struct intel_context *ce; in switch_to_scratch_context() local
305 struct intel_context *ce, *tmp; in check_whitelist_across_reset() local
478 static int check_dirty_whitelist(struct intel_context *ce) in check_dirty_whitelist()
776 struct intel_context *ce; in live_dirty_whitelist() local
850 static int read_whitelisted_registers(struct intel_context *ce, in read_whitelisted_registers()
898 static int scrub_whitelisted_registers(struct intel_context *ce) in scrub_whitelisted_registers()
1109 struct intel_context *ce[2]; in live_isolated_whitelist() local
1192 struct intel_context *ce; in verify_wa_lists() local
[all …]
/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c170 static inline void init_sched_state(struct intel_context *ce) in init_sched_state()
177 static bool sched_state_is_init(struct intel_context *ce) in sched_state_is_init()
185 context_wait_for_deregister_to_register(struct intel_context *ce) in context_wait_for_deregister_to_register()
192 set_context_wait_for_deregister_to_register(struct intel_context *ce) in set_context_wait_for_deregister_to_register()
200 clr_context_wait_for_deregister_to_register(struct intel_context *ce) in clr_context_wait_for_deregister_to_register()
208 context_destroyed(struct intel_context *ce) in context_destroyed()
214 set_context_destroyed(struct intel_context *ce) in set_context_destroyed()
220 static inline bool context_pending_disable(struct intel_context *ce) in context_pending_disable()
225 static inline void set_context_pending_disable(struct intel_context *ce) in set_context_pending_disable()
231 static inline void clr_context_pending_disable(struct intel_context *ce) in clr_context_pending_disable()
[all …]
/drivers/gpu/drm/i915/
Di915_trace.h526 trace_intel_context_set_prio(struct intel_context *ce) in trace_intel_context_set_prio()
531 trace_intel_context_reset(struct intel_context *ce) in trace_intel_context_reset()
536 trace_intel_context_ban(struct intel_context *ce) in trace_intel_context_ban()
541 trace_intel_context_register(struct intel_context *ce) in trace_intel_context_register()
546 trace_intel_context_deregister(struct intel_context *ce) in trace_intel_context_deregister()
551 trace_intel_context_deregister_done(struct intel_context *ce) in trace_intel_context_deregister_done()
556 trace_intel_context_sched_enable(struct intel_context *ce) in trace_intel_context_sched_enable()
561 trace_intel_context_sched_disable(struct intel_context *ce) in trace_intel_context_sched_disable()
566 trace_intel_context_sched_done(struct intel_context *ce) in trace_intel_context_sched_done()
571 trace_intel_context_create(struct intel_context *ce) in trace_intel_context_create()
[all …]
/drivers/crypto/gemini/
Dsl3516-ce-core.c28 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()
97 static struct descriptor *get_desc_tx(struct sl3516_ce_dev *ce) in get_desc_tx()
108 static struct descriptor *get_desc_rx(struct sl3516_ce_dev *ce) in get_desc_rx()
119 int sl3516_ce_run_task(struct sl3516_ce_dev *ce, struct sl3516_ce_cipher_req_ctx *rctx, in sl3516_ce_run_task()
187 struct sl3516_ce_dev *ce = (struct sl3516_ce_dev *)data; in ce_irq_handler() local
246 struct sl3516_ce_dev *ce = seq->private; in sl3516_ce_debugfs_show() local
279 static int sl3516_ce_register_algs(struct sl3516_ce_dev *ce) in sl3516_ce_register_algs()
[all …]
/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c149 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number()
154 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task()
258 struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data; in ce_irq_handler() local
587 struct sun8i_ce_dev *ce = seq->private; in sun8i_ce_debugfs_show() local
655 static void sun8i_ce_free_chanlist(struct sun8i_ce_dev *ce, int i) in sun8i_ce_free_chanlist()
670 static int sun8i_ce_allocate_chanlist(struct sun8i_ce_dev *ce) in sun8i_ce_allocate_chanlist()
729 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_suspend() local
740 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_resume() local
768 static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce) in sun8i_ce_pm_init()
782 static void sun8i_ce_pm_exit(struct sun8i_ce_dev *ce) in sun8i_ce_pm_exit()
[all …]
/drivers/clocksource/
Dtimer-digicolor.c58 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()
Dtimer-sun5i.c70 static void sun5i_clkevt_sync(struct sun5i_timer_clkevt *ce) in sun5i_clkevt_sync()
78 static void sun5i_clkevt_time_stop(struct sun5i_timer_clkevt *ce, u8 timer) in sun5i_clkevt_time_stop()
86 static void sun5i_clkevt_time_setup(struct sun5i_timer_clkevt *ce, u8 timer, u32 delay) in sun5i_clkevt_time_setup()
91 static void sun5i_clkevt_time_start(struct sun5i_timer_clkevt *ce, u8 timer, bool periodic) in sun5i_clkevt_time_start()
106 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_shutdown() local
114 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_set_oneshot() local
123 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_set_periodic() local
134 struct sun5i_timer_clkevt *ce = to_sun5i_timer_clkevt(clkevt); in sun5i_clkevt_next_event() local
145 struct sun5i_timer_clkevt *ce = dev_id; in sun5i_timer_interrupt() local
251 struct sun5i_timer_clkevt *ce = container_of(timer, struct sun5i_timer_clkevt, timer); in sun5i_rate_cb_clkevt() local
[all …]
Dtimer-rockchip.c43 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
Dmps2-timer.c54 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
Dtimer-mp-csky.c21 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()
Dtimer-gx6605s.c27 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/
Ddynamic.c465 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy()
483 static void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump()
500 static inline void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump()
506 static void __of_changeset_entry_invert(struct of_changeset_entry *ce, in __of_changeset_entry_invert()
536 static int __of_changeset_entry_notify(struct of_changeset_entry *ce, in __of_changeset_entry_notify()
571 static int __of_changeset_entry_apply(struct of_changeset_entry *ce) in __of_changeset_entry_apply()
648 static inline int __of_changeset_entry_revert(struct of_changeset_entry *ce) in __of_changeset_entry_revert()
680 struct of_changeset_entry *ce, *cen; in of_changeset_destroy() local
699 struct of_changeset_entry *ce; in __of_changeset_apply_entries() local
728 struct of_changeset_entry *ce; in __of_changeset_apply_notify() local
[all …]
/drivers/net/wireless/ath/ath10k/
Dce.c135 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/gpu/drm/i915/selftests/
Di915_request.c209 struct intel_context *ce; in igt_request_rewind() local
291 __mock_request_alloc(struct intel_context *ce) in __mock_request_alloc()
297 __live_request_alloc(struct intel_context *ce) in __live_request_alloc()
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
1873 static int switch_to_kernel_sync(struct intel_context *ce, int err) in switch_to_kernel_sync()
1911 struct intel_context *ce[]; member
[all …]
/drivers/base/power/
Dclock_ops.c147 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
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c184 struct intel_context *ce[2]; member
293 struct intel_context *ce; in live_parallel_switch() local
439 static int gpu_fill(struct intel_context *ce, in gpu_fill()
628 static int throttle(struct intel_context *ce, in throttle()
698 struct intel_context *ce; in igt_ctx_exec() local
831 struct intel_context *ce; in igt_shared_ctx_exec() local
937 struct intel_context *ce, in emit_rpcs_query()
1045 struct intel_context *ce, in __sseu_prepare()
1089 __read_slice_count(struct intel_context *ce, in __read_slice_count()
1163 struct intel_context *ce, in __sseu_finish()
[all …]

123456