Home
last modified time | relevance | path

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

12345678910>>...12

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
Dintel_context.h22 #define CE_TRACE(ce, fmt, ...) do { \ argument
52 static inline bool intel_context_is_child(struct intel_context *ce) in intel_context_is_child()
57 static inline bool intel_context_is_parent(struct intel_context *ce) in intel_context_is_parent()
65 intel_context_to_parent(struct intel_context *ce) in intel_context_to_parent()
83 static inline bool intel_context_is_parallel(struct intel_context *ce) in intel_context_is_parallel()
91 #define for_each_child(parent, ce)\ argument
94 #define for_each_child_safe(parent, ce, cn)\ argument
106 static inline int intel_context_lock_pinned(struct intel_context *ce) in intel_context_lock_pinned()
122 intel_context_is_pinned(struct intel_context *ce) in intel_context_is_pinned()
127 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.c849 const struct intel_context *ce, in init_common_regs()
929 const struct intel_context *ce, in __lrc_init_regs()
957 void lrc_init_regs(const struct intel_context *ce, in lrc_init_regs()
964 void lrc_reset_regs(const struct intel_context *ce, in lrc_reset_regs()
995 static u32 context_wa_bb_offset(const struct intel_context *ce) in context_wa_bb_offset()
1000 static u32 *context_indirect_bb(const struct intel_context *ce) in context_indirect_bb()
1013 void lrc_init_state(struct intel_context *ce, in lrc_init_state()
1042 u32 lrc_indirect_bb(const struct intel_context *ce) in lrc_indirect_bb()
1047 static u32 *setup_predicate_disable_wa(const struct intel_context *ce, u32 *cs) in setup_predicate_disable_wa()
1072 __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
346 struct intel_context *ce = rq->context; in insert_breadcrumb() local
407 struct intel_context *ce = rq->context; in i915_request_enable_breadcrumb() local
433 struct intel_context *ce = rq->context; in i915_request_cancel_breadcrumb() local
454 void intel_context_remove_breadcrumbs(struct intel_context *ce, in intel_context_remove_breadcrumbs()
489 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
532 static int gpr_make_dirty(struct intel_context *ce) in gpr_make_dirty()
564 __gpr_read(struct intel_context *ce, struct i915_vma *scratch, u32 *slot) in __gpr_read()
619 struct intel_context *ce; in __live_lrc_gpr() local
737 create_timestamp(struct intel_context *ce, void *slot, int idx) in create_timestamp()
788 struct intel_context *ce[2]; member
964 store_context(struct intel_context *ce, struct i915_vma *scratch) in store_context()
1051 record_registers(struct intel_context *ce, in record_registers()
[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
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_context.h21 #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 …]
Dintel_context.c30 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 …]
Dintel_engine_pm.c24 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
Dmock_engine.c130 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
Dintel_breadcrumbs.c113 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
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
Di915_trace.h525 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()
550 trace_intel_context_deregister_done(struct intel_context *ce) in trace_intel_context_deregister_done()
555 trace_intel_context_sched_enable(struct intel_context *ce) in trace_intel_context_sched_enable()
560 trace_intel_context_sched_disable(struct intel_context *ce) in trace_intel_context_sched_disable()
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()
[all …]
/kernel/linux/linux-6.6/drivers/crypto/gemini/
Dsl3516-ce-core.c30 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()
99 static struct descriptor *get_desc_tx(struct sl3516_ce_dev *ce) in get_desc_tx()
110 static struct descriptor *get_desc_rx(struct sl3516_ce_dev *ce) in get_desc_rx()
121 int sl3516_ce_run_task(struct sl3516_ce_dev *ce, struct sl3516_ce_cipher_req_ctx *rctx, in sl3516_ce_run_task()
189 struct sl3516_ce_dev *ce = (struct sl3516_ce_dev *)data; in ce_irq_handler() local
250 struct sl3516_ce_dev *ce = seq->private; in sl3516_ce_debugfs_show() local
282 static int sl3516_ce_register_algs(struct sl3516_ce_dev *ce) in sl3516_ce_register_algs()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c180 static inline void init_sched_state(struct intel_context *ce) in init_sched_state()
197 static bool sched_state_is_init(struct intel_context *ce) in sched_state_is_init()
203 context_wait_for_deregister_to_register(struct intel_context *ce) in context_wait_for_deregister_to_register()
210 set_context_wait_for_deregister_to_register(struct intel_context *ce) in set_context_wait_for_deregister_to_register()
218 clr_context_wait_for_deregister_to_register(struct intel_context *ce) in clr_context_wait_for_deregister_to_register()
226 context_destroyed(struct intel_context *ce) in context_destroyed()
232 set_context_destroyed(struct intel_context *ce) in set_context_destroyed()
238 static inline bool context_pending_disable(struct intel_context *ce) in context_pending_disable()
243 static inline void set_context_pending_disable(struct intel_context *ce) in set_context_pending_disable()
249 static inline void clr_context_pending_disable(struct intel_context *ce) in clr_context_pending_disable()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c131 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 …]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c153 int sun8i_ce_get_engine_number(struct sun8i_ce_dev *ce) in sun8i_ce_get_engine_number()
158 int sun8i_ce_run_task(struct sun8i_ce_dev *ce, int flow, const char *name) in sun8i_ce_run_task()
262 struct sun8i_ce_dev *ce = (struct sun8i_ce_dev *)data; in ce_irq_handler() local
694 static void sun8i_ce_free_chanlist(struct sun8i_ce_dev *ce, int i) in sun8i_ce_free_chanlist()
709 static int sun8i_ce_allocate_chanlist(struct sun8i_ce_dev *ce) in sun8i_ce_allocate_chanlist()
768 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_suspend() local
779 struct sun8i_ce_dev *ce = dev_get_drvdata(dev); in sun8i_ce_pm_resume() local
807 static int sun8i_ce_pm_init(struct sun8i_ce_dev *ce) in sun8i_ce_pm_init()
821 static void sun8i_ce_pm_exit(struct sun8i_ce_dev *ce) in sun8i_ce_pm_exit()
826 static int sun8i_ce_get_clks(struct sun8i_ce_dev *ce) in sun8i_ce_get_clks()
[all …]
/kernel/linux/linux-5.10/drivers/clocksource/
Dtimer-digicolor.c61 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()
Dtimer-sun5i.c73 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 …]
/kernel/linux/linux-6.6/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.c58 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
/kernel/linux/linux-5.10/drivers/of/
Ddynamic.c461 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy()
479 static void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump()
496 static inline void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump()
502 static void __of_changeset_entry_invert(struct of_changeset_entry *ce, in __of_changeset_entry_invert()
532 static int __of_changeset_entry_notify(struct of_changeset_entry *ce, in __of_changeset_entry_notify()
567 static int __of_changeset_entry_apply(struct of_changeset_entry *ce) in __of_changeset_entry_apply()
644 static inline int __of_changeset_entry_revert(struct of_changeset_entry *ce) in __of_changeset_entry_revert()
676 struct of_changeset_entry *ce, *cen; in of_changeset_destroy() local
695 struct of_changeset_entry *ce; in __of_changeset_apply_entries() local
724 struct of_changeset_entry *ce; in __of_changeset_apply_notify() local
[all …]
/kernel/linux/linux-6.6/fs/smb/client/
Ddfs_cache.c108 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()
116 static inline void free_tgts(struct cache_entry *ce) in free_tgts()
127 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()
143 struct cache_entry *ce; in flush_cache_ents() local
158 struct cache_entry *ce; in dfscache_proc_show() local
226 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()
237 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()
340 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name()
383 struct cache_entry *ce, const char *tgthint) in copy_ref_data()
422 struct cache_entry *ce; in alloc_cache_entry() local
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Ddfs_cache.c104 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired()
112 static inline void free_tgts(struct cache_entry *ce) in free_tgts()
123 static inline void flush_cache_ent(struct cache_entry *ce) in flush_cache_ent()
139 struct cache_entry *ce; in flush_cache_ents() local
154 struct cache_entry *ce; in dfscache_proc_show() local
225 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts()
236 static inline void dump_ce(const struct cache_entry *ce) in dump_ce()
333 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name()
376 struct cache_entry *ce, const char *tgthint) in copy_ref_data()
414 struct cache_entry *ce; in alloc_cache_entry() local
[all …]
/kernel/linux/linux-5.10/drivers/base/power/
Dclock_ops.c42 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
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dtime.c94 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

12345678910>>...12