| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context.h | 22 #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 …]
|
| 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() 92 static int intel_context_active_acquire(struct intel_context *ce) in intel_context_active_acquire() 111 static void intel_context_active_release(struct intel_context *ce) in intel_context_active_release() 178 static int intel_context_pre_pin(struct intel_context *ce, in intel_context_pre_pin() 210 static void intel_context_post_unpin(struct intel_context *ce) in intel_context_post_unpin() 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() [all …]
|
| H A D | intel_breadcrumbs.c | 88 struct intel_context *ce) in add_signaling_context() 98 struct intel_context *ce) in remove_signaling_context() 113 check_signal_order(struct intel_context *ce, struct i915_request *rq) in check_signal_order() 177 struct intel_context *ce; in signal_irq_work() local 353 struct intel_context *ce = rq->context; in insert_breadcrumb() local 414 struct intel_context *ce = rq->context; in i915_request_enable_breadcrumb() local 440 struct intel_context *ce = rq->context; in i915_request_cancel_breadcrumb() local 461 void intel_context_remove_breadcrumbs(struct intel_context *ce, in intel_context_remove_breadcrumbs() 496 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_engine_pm.c | 35 static void dbg_poison_ce(struct intel_context *ce) in dbg_poison_ce() 62 struct intel_context *ce; in __engine_unpark() local 153 struct intel_context *ce = engine->kernel_context; in switch_to_kernel_context() local 313 struct intel_context *ce; in intel_engine_reset_pinned_contexts() local
|
| H A 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()
|
| H A D | selftest_workarounds.c | 99 read_nonprivs(struct intel_context *ce) in read_nonprivs() 201 static int check_whitelist(struct intel_context *ce) in check_whitelist() 273 struct intel_context *ce; in switch_to_scratch_context() local 301 struct intel_context *ce, *tmp; in check_whitelist_across_reset() local 474 static int check_dirty_whitelist(struct intel_context *ce) in check_dirty_whitelist() 768 struct intel_context *ce; in live_dirty_whitelist() local 842 static int read_whitelisted_registers(struct intel_context *ce, in read_whitelisted_registers() 886 static int scrub_whitelisted_registers(struct intel_context *ce) in scrub_whitelisted_registers() 1093 struct intel_context *ce[2]; in live_isolated_whitelist() local 1176 struct intel_context *ce; in verify_wa_lists() local [all …]
|
| H A D | selftest_mocs.c | 26 struct intel_context *ce; in mocs_context_create() local 218 struct intel_context *ce) in check_mocs_engine() 301 struct intel_context *ce; in live_mocs_clean() local 319 static int active_engine_reset(struct intel_context *ce, in active_engine_reset() 352 struct intel_context *ce, bool using_guc) in __live_mocs_reset() 406 struct intel_context *ce; in live_mocs_reset() local
|
| /linux/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() 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 …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_submission.c | 181 static inline void init_sched_state(struct intel_context *ce) in init_sched_state() 198 static bool sched_state_is_init(struct intel_context *ce) in sched_state_is_init() 204 context_wait_for_deregister_to_register(struct intel_context *ce) in context_wait_for_deregister_to_register() 211 set_context_wait_for_deregister_to_register(struct intel_context *ce) in set_context_wait_for_deregister_to_register() 219 clr_context_wait_for_deregister_to_register(struct intel_context *ce) in clr_context_wait_for_deregister_to_register() 227 context_destroyed(struct intel_context *ce) in context_destroyed() 233 set_context_destroyed(struct intel_context *ce) in set_context_destroyed() 240 clr_context_destroyed(struct intel_context *ce) in clr_context_destroyed() 246 static inline bool context_pending_disable(struct intel_context *ce) in context_pending_disable() 251 static inline void set_context_pending_disable(struct intel_context *ce) in set_context_pending_disable() [all …]
|
| H A D | selftest_guc.c | 23 static struct i915_request *nop_user_request(struct intel_context *ce, in nop_user_request() 57 struct intel_context *ce; in intel_guc_scrub_ctbs() local 151 struct intel_context **ce; in intel_guc_steal_guc_ids() local 313 struct intel_context *ce; in intel_guc_fast_request() local
|
| /linux/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 203 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/fs/smb/client/ |
| H A D | dfs_cache.c | 108 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() 144 struct cache_entry *ce; in flush_cache_ents() local 159 struct cache_entry *ce; in dfscache_proc_show() local 227 static inline void dump_tgts(const struct cache_entry *ce) in dump_tgts() 238 static inline void dump_ce(const struct cache_entry *ce) in dump_ce() 341 static inline char *get_tgt_name(const struct cache_entry *ce) in get_tgt_name() 384 struct cache_entry *ce, const char *tgthint) in copy_ref_data() 423 struct cache_entry *ce; in alloc_cache_entry() local [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | ce.c | 92 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_read32() local 99 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_write32() local 137 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_from_ddr() local 145 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_read_index_get() local 172 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_src_ring_base_addr_set() local 249 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_read_index_from_ddr() local 258 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_read_index_get() local 277 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_dest_ring_base_addr_set() local 577 struct ath10k_ce *ce = ath10k_ce_priv(ar); in __ath10k_ce_send_revert() local 610 struct ath10k_ce *ce = ath10k_ce_priv(ar); in ath10k_ce_send() local [all …]
|
| /linux/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/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/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/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 210 struct intel_context *ce; in igt_request_rewind() local 292 __mock_request_alloc(struct intel_context *ce) in __mock_request_alloc() 298 __live_request_alloc(struct intel_context *ce) in __live_request_alloc() 369 struct intel_context *ce; in __igt_breadcrumbs_smoketest() local 646 struct intel_context *ce; in __cancel_inactive() local 699 struct intel_context *ce; in __cancel_active() local 760 struct intel_context *ce; in __cancel_completed() local 821 struct intel_context *ce; in __cancel_reset() local 1888 static int switch_to_kernel_sync(struct intel_context *ce, int err) in switch_to_kernel_sync() 1959 static u32 *emit_timestamp_store(u32 *cs, struct intel_context *ce, u32 offset) in emit_timestamp_store() [all …]
|
| /linux/drivers/crypto/gemini/ |
| 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/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 186 struct intel_context *ce[2]; member 295 struct intel_context *ce; in live_parallel_switch() local 441 static int gpu_fill(struct intel_context *ce, in gpu_fill() 632 static int throttle(struct intel_context *ce, in throttle() 702 struct intel_context *ce; in igt_ctx_exec() local 835 struct intel_context *ce; in igt_shared_ctx_exec() local 941 struct intel_context *ce, in emit_rpcs_query() 1047 struct intel_context *ce, in __sseu_prepare() 1091 __read_slice_count(struct intel_context *ce, in __read_slice_count() 1165 struct intel_context *ce, in __sseu_finish() [all …]
|