Home
last modified time | relevance | path

Searched defs:ctx (Results 126 – 150 of 3058) sorted by relevance

12345678910>>...123

/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c98 struct mxc_isi_m2m_ctx *ctx; in mxc_isi_m2m_frame_write_done() local
123 struct mxc_isi_m2m_ctx *ctx = priv; in mxc_isi_m2m_device_run() local
197 struct mxc_isi_m2m_ctx *ctx = vb2_get_drv_priv(q); in mxc_isi_m2m_vb2_queue_setup() local
241 struct mxc_isi_m2m_ctx *ctx = vb2_get_drv_priv(q); in mxc_isi_m2m_vb2_start_streaming() local
252 struct mxc_isi_m2m_ctx *ctx = vb2_get_drv_priv(q); in mxc_isi_m2m_vb2_stop_streaming() local
281 struct mxc_isi_m2m_ctx *ctx = priv; in mxc_isi_m2m_queue_init() local
431 struct mxc_isi_m2m_ctx *ctx = to_isi_m2m_ctx(fh); in mxc_isi_m2m_try_fmt_vid() local
441 struct mxc_isi_m2m_ctx *ctx = to_isi_m2m_ctx(fh); in mxc_isi_m2m_g_fmt_vid() local
456 struct mxc_isi_m2m_ctx *ctx = to_isi_m2m_ctx(fh); in mxc_isi_m2m_s_fmt_vid() local
488 struct mxc_isi_m2m_ctx *ctx = to_isi_m2m_ctx(fh); in mxc_isi_m2m_streamon() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c479 struct amdgpu_ctx *ctx; in amdgpu_ctx_alloc() local
507 struct amdgpu_ctx *ctx; in amdgpu_ctx_do_release() local
526 struct amdgpu_ctx *ctx; in amdgpu_ctx_free() local
540 struct amdgpu_ctx *ctx; in amdgpu_ctx_query() local
579 struct amdgpu_ctx *ctx; in amdgpu_ctx_query2() local
640 struct amdgpu_ctx *ctx; in amdgpu_ctx_stable_pstate() local
723 struct amdgpu_ctx *ctx; in amdgpu_ctx_get() local
889 struct amdgpu_ctx *ctx; in amdgpu_ctx_mgr_entity_flush() local
915 struct amdgpu_ctx *ctx; in amdgpu_ctx_mgr_entity_fini() local
943 struct amdgpu_ctx *ctx; in amdgpu_ctx_mgr_fini() local
[all …]
/openbmc/linux/io_uring/
H A Drsrc.c86 static int io_copy_iov(struct io_ring_ctx *ctx, struct iovec *dst, in io_copy_iov()
179 struct io_ring_ctx *ctx = node->ctx; in io_rsrc_node_ref_zero() local
218 struct io_ring_ctx *ctx) in io_rsrc_ref_quiesce()
355 static int __io_sqe_files_update(struct io_ring_ctx *ctx, in __io_sqe_files_update()
420 static int __io_sqe_buffers_update(struct io_ring_ctx *ctx, in __io_sqe_buffers_update()
614 struct io_ring_ctx *ctx = req->ctx; in io_files_update() local
642 struct io_ring_ctx *ctx = data->ctx; in io_queue_rsrc_removal() local
661 void __io_sqe_files_unregister(struct io_ring_ctx *ctx) in __io_sqe_files_unregister()
681 int io_sqe_files_unregister(struct io_ring_ctx *ctx) in io_sqe_files_unregister()
774 void __io_sqe_buffers_unregister(struct io_ring_ctx *ctx) in __io_sqe_buffers_unregister()
[all …]
/openbmc/qemu/hw/9pfs/
H A D9p-xattr.c39 ssize_t v9fs_get_xattr(FsContext *ctx, const char *path, in v9fs_get_xattr()
50 ssize_t pt_listxattr(FsContext *ctx, const char *path, in pt_listxattr()
72 ssize_t v9fs_list_xattr(FsContext *ctx, const char *path, in v9fs_list_xattr()
142 int v9fs_set_xattr(FsContext *ctx, const char *path, const char *name, in v9fs_set_xattr()
154 int v9fs_remove_xattr(FsContext *ctx, in v9fs_remove_xattr()
166 ssize_t local_getxattr_nofollow(FsContext *ctx, const char *path, in local_getxattr_nofollow()
187 ssize_t pt_getxattr(FsContext *ctx, const char *path, const char *name, in pt_getxattr()
193 ssize_t local_setxattr_nofollow(FsContext *ctx, const char *path, in local_setxattr_nofollow()
221 ssize_t local_removexattr_nofollow(FsContext *ctx, const char *path, in local_removexattr_nofollow()
242 int pt_removexattr(FsContext *ctx, const char *path, const char *name) in pt_removexattr()
[all …]
/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.h27 struct jit_ctx ctx; member
30 #define emit_insn(ctx, func, ...) \ argument
47 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset()
59 static inline int epilogue_offset(const struct jit_ctx *ctx) in epilogue_offset()
68 static inline void emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_zext_32()
77 static inline void emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_sext_32()
85 static inline void move_addr(struct jit_ctx *ctx, enum loongarch_gpr rd, u64 addr) in move_addr()
169 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg()
259 static inline void uncond_jmp_offs26(struct jit_ctx *ctx, int jmp_offset) in uncond_jmp_offs26()
264 static inline int emit_cond_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_cond_jmp()
[all …]
H A Dbpf_jit.c35 static void mark_call(struct jit_ctx *ctx) in mark_call()
40 static void mark_tail_call(struct jit_ctx *ctx) in mark_tail_call()
45 static bool seen_call(struct jit_ctx *ctx) in seen_call()
50 static bool seen_tail_call(struct jit_ctx *ctx) in seen_tail_call()
55 static u8 tail_call_reg(struct jit_ctx *ctx) in tail_call_reg()
89 static void build_prologue(struct jit_ctx *ctx) in build_prologue()
194 static void build_epilogue(struct jit_ctx *ctx) in build_epilogue()
206 static int emit_bpf_tail_call(struct jit_ctx *ctx) in emit_bpf_tail_call()
407 struct jit_ctx *ctx, in add_exception_handler()
1075 static int validate_code(struct jit_ctx *ctx) in validate_code()
[all …]
/openbmc/qemu/target/alpha/
H A Dtranslate.c162 static TCGv load_zero(DisasContext *ctx) in load_zero()
170 static TCGv dest_sink(DisasContext *ctx) in dest_sink()
178 static void free_context_temps(DisasContext *ctx) in free_context_temps()
186 static TCGv load_gpr(DisasContext *ctx, unsigned reg) in load_gpr()
195 static TCGv load_gpr_lit(DisasContext *ctx, unsigned reg, in load_gpr_lit()
207 static TCGv dest_gpr(DisasContext *ctx, unsigned reg) in dest_gpr()
216 static TCGv load_fpr(DisasContext *ctx, unsigned reg) in load_fpr()
225 static TCGv dest_fpr(DisasContext *ctx, unsigned reg) in dest_fpr()
698 static void gen_ieee_arith2(DisasContext *ctx, in gen_ieee_arith2()
743 static void gen_ieee_intcvt(DisasContext *ctx, in gen_ieee_intcvt()
[all …]
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-common.c1023 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_g_selection() local
1069 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_s_selection() local
1124 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_encoder_cmd() local
1205 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_decoder_cmd() local
1284 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_enum_framesizes() local
1317 struct coda_ctx *ctx = fh_to_ctx(fh); in coda_enum_frameintervals() local
1521 struct coda_ctx *ctx = m2m_priv; in coda_device_run() local
1569 struct coda_ctx *ctx = m2m_priv; in coda_job_ready() local
1639 struct coda_ctx *ctx = priv; in coda_job_abort() local
2181 struct coda_ctx *ctx = in coda_s_ctrl() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtrigger_bench.c15 int bench_trigger_tp(void *ctx) in bench_trigger_tp()
30 int bench_trigger_kprobe(void *ctx) in bench_trigger_kprobe()
37 int bench_trigger_fentry(void *ctx) in bench_trigger_fentry()
44 int bench_trigger_fentry_sleep(void *ctx) in bench_trigger_fentry_sleep()
51 int bench_trigger_fmodret(void *ctx) in bench_trigger_fmodret()
58 int bench_trigger_uprobe(void *ctx) in bench_trigger_uprobe()
H A Dtest_bpf_cookie.c23 static void update(void *ctx, __u64 *res) in update()
32 int handle_kprobe(struct pt_regs *ctx) in handle_kprobe()
39 int handle_kretprobe(struct pt_regs *ctx) in handle_kretprobe()
46 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe()
53 int handle_uretprobe(struct pt_regs *ctx) in handle_uretprobe()
65 int handle_tp1(struct pt_regs *ctx) in handle_tp1()
71 int handle_tp2(struct pt_regs *ctx) in handle_tp2()
77 int handle_tp3(void *ctx) in handle_tp3()
84 int handle_pe(struct pt_regs *ctx) in handle_pe()
H A Dtest_map_ops.c32 static u64 callback(u64 map, u64 key, u64 val, u64 ctx, u64 flags) in callback()
38 int map_update(void *ctx) in map_update()
52 int map_delete(void *ctx) in map_delete()
65 int map_push(void *ctx) in map_push()
78 int map_pop(void *ctx) in map_pop()
91 int map_peek(void *ctx) in map_peek()
104 int map_for_each_pass(void *ctx) in map_for_each_pass()
122 int map_for_each_fail(void *ctx) in map_for_each_fail()
H A Duser_ringbuf_fail.c45 int user_ringbuf_callback_bad_access1(void *ctx) in user_ringbuf_callback_bad_access1()
68 int user_ringbuf_callback_bad_access2(void *ctx) in user_ringbuf_callback_bad_access2()
88 int user_ringbuf_callback_write_forbidden(void *ctx) in user_ringbuf_callback_write_forbidden()
108 int user_ringbuf_callback_null_context_write(void *ctx) in user_ringbuf_callback_null_context_write()
130 int user_ringbuf_callback_null_context_read(void *ctx) in user_ringbuf_callback_null_context_read()
150 int user_ringbuf_callback_discard_dynptr(void *ctx) in user_ringbuf_callback_discard_dynptr()
170 int user_ringbuf_callback_submit_dynptr(void *ctx) in user_ringbuf_callback_submit_dynptr()
188 int user_ringbuf_callback_invalid_return(void *ctx) in user_ringbuf_callback_invalid_return()
211 int user_ringbuf_callback_reinit_dynptr_mem(void *ctx) in user_ringbuf_callback_reinit_dynptr_mem()
219 int user_ringbuf_callback_reinit_dynptr_ringbuf(void *ctx) in user_ringbuf_callback_reinit_dynptr_ringbuf()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c378 static int gsc_sw_reset(struct gsc_context *ctx) in gsc_sw_reset()
563 static void gsc_src_set_size(struct gsc_context *ctx, in gsc_src_set_size()
1022 struct gsc_context *ctx = dev_id; in gsc_irq_handler() local
1063 static int gsc_reset(struct gsc_context *ctx) in gsc_reset()
1082 static void gsc_start(struct gsc_context *ctx) in gsc_start()
1150 struct gsc_context *ctx = in gsc_abort() local
1171 struct gsc_context *ctx = dev_get_drvdata(dev); in gsc_bind() local
1192 struct gsc_context *ctx = dev_get_drvdata(dev); in gsc_unbind() local
1222 struct gsc_context *ctx; in gsc_probe() local
1324 struct gsc_context *ctx = get_gsc_context(dev); in gsc_runtime_suspend() local
[all …]
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst.c195 struct intel_sst_drv *ctx = container_of(work, in sst_process_pending_msg() local
201 static int sst_workqueue_init(struct intel_sst_drv *ctx) in sst_workqueue_init()
217 static void sst_init_locks(struct intel_sst_drv *ctx) in sst_init_locks()
230 int sst_alloc_drv_context(struct intel_sst_drv **ctx, in sst_alloc_drv_context()
247 struct intel_sst_drv *ctx = dev_get_drvdata(dev); in firmware_version_show() local
270 int sst_context_init(struct intel_sst_drv *ctx) in sst_context_init()
362 void sst_context_cleanup(struct intel_sst_drv *ctx) in sst_context_cleanup()
380 void sst_configure_runtime_pm(struct intel_sst_drv *ctx) in sst_configure_runtime_pm()
405 struct intel_sst_drv *ctx = dev_get_drvdata(dev); in intel_sst_runtime_suspend() local
428 struct intel_sst_drv *ctx = dev_get_drvdata(dev); in intel_sst_suspend() local
[all …]
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c235 struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(ahash); in safexcel_handle_req_result() local
624 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_ahash_exit_inv() local
920 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_ahash_cra_init() local
963 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_ahash_cra_exit() local
1886 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_crc32_cra_init() local
2092 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_xcbcmac_cra_init() local
2101 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_xcbcmac_cra_exit() local
2489 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_sha3_cra_init() local
2512 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_sha3_cra_exit() local
2725 struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in safexcel_hmac_sha3_cra_init() local
[all …]
/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c553 struct jit_ctx *ctx) in arm_bpf_get_reg64()
584 struct jit_ctx *ctx) in arm_bpf_put_reg64()
606 struct jit_ctx *ctx) in emit_a32_mov_i()
658 struct jit_ctx *ctx) { in emit_a32_sub_r()
748 struct jit_ctx *ctx) { in emit_a32_mov_r()
759 struct jit_ctx *ctx) { in emit_a32_mov_r64()
814 struct jit_ctx *ctx){ in emit_a32_neg64()
830 struct jit_ctx *ctx) { in emit_a32_lsh_r64()
879 struct jit_ctx *ctx) { in emit_a32_rsh_r64()
988 struct jit_ctx *ctx) { in emit_a32_mul_r64()
[all …]
/openbmc/linux/drivers/net/usb/
H A Dcdc_ncm.c110 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_get_ethtool_stats() local
152 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_check_rx_max() local
175 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in cdc_ncm_check_tx_max() local
205 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in min_tx_pkt_show() local
214 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in rx_max_show() local
223 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in tx_max_show() local
232 struct cdc_ncm_ctx *ctx = (struct cdc_ncm_ctx *)dev->data[0]; in tx_timer_usecs_show() local
770 static void cdc_ncm_free(struct cdc_ncm_ctx *ctx) in cdc_ncm_free()
822 struct cdc_ncm_ctx *ctx; in cdc_ncm_bind_common() local
1489 struct cdc_ncm_ctx *ctx = in cdc_ncm_tx_timer_cb() local
[all …]
/openbmc/linux/net/mac80211/
H A Dchan.c16 struct ieee80211_chanctx *ctx) in ieee80211_chanctx_num_assigned()
30 struct ieee80211_chanctx *ctx) in ieee80211_chanctx_num_reserved()
52 struct ieee80211_chanctx *ctx; in ieee80211_num_chanctx() local
174 struct ieee80211_chanctx *ctx; in ieee80211_find_reservation_chanctx() local
538 struct ieee80211_chanctx *ctx; in ieee80211_find_chanctx() local
642 struct ieee80211_chanctx *ctx; in ieee80211_alloc_chanctx() local
698 struct ieee80211_chanctx *ctx; in ieee80211_new_chanctx() local
1482 struct ieee80211_chanctx *ctx; in ieee80211_chsw_switch_ctxs() local
1783 struct ieee80211_chanctx *ctx; in __ieee80211_link_release_channel() local
1820 struct ieee80211_chanctx *ctx; in ieee80211_link_use_channel() local
[all …]
/openbmc/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.c112 struct dma2d_ctx *ctx = vb2_get_drv_priv(vq); in dma2d_queue_setup() local
159 struct dma2d_ctx *ctx = vb2_get_drv_priv(q); in dma2d_start_streaming() local
168 struct dma2d_ctx *ctx = vb2_get_drv_priv(q); in dma2d_stop_streaming() local
196 struct dma2d_ctx *ctx = priv; in queue_init() local
260 static int dma2d_setup_ctrls(struct dma2d_ctx *ctx) in dma2d_setup_ctrls()
279 struct dma2d_ctx *ctx = NULL; in dma2d_open() local
357 struct dma2d_ctx *ctx = prv; in vidioc_g_fmt() local
382 struct dma2d_ctx *ctx = prv; in vidioc_try_fmt() local
425 struct dma2d_ctx *ctx = prv; in vidioc_s_fmt() local
472 struct dma2d_ctx *ctx = prv; in device_run() local
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-gate_test.c139 struct clk_gate_test_context *ctx; in clk_gate_test_alloc_ctx() local
150 struct clk_gate_test_context *ctx = test->priv; in clk_gate_test_parent_rate() local
161 struct clk_gate_test_context *ctx = test->priv; in clk_gate_test_enable() local
178 struct clk_gate_test_context *ctx = test->priv; in clk_gate_test_disable() local
207 struct clk_gate_test_context *ctx; in clk_gate_test_init() local
286 struct clk_gate_test_context *ctx; in clk_gate_test_invert_init() local
359 struct clk_gate_test_context *ctx; in clk_gate_test_hiword_init() local
387 struct clk_gate_test_context *ctx; in clk_gate_test_is_enabled() local
402 struct clk_gate_test_context *ctx; in clk_gate_test_is_disabled() local
417 struct clk_gate_test_context *ctx; in clk_gate_test_is_enabled_inverted() local
[all …]
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c391 struct mtk_mdp_ctx *ctx = q->drv_priv; in mtk_mdp_m2m_start_streaming() local
413 struct mtk_mdp_ctx *ctx = q->drv_priv; in mtk_mdp_m2m_stop_streaming() local
474 struct mtk_mdp_ctx *ctx; in mtk_mdp_process_done() local
496 struct mtk_mdp_ctx *ctx = in mtk_mdp_m2m_worker() local
535 struct mtk_mdp_ctx *ctx = priv; in mtk_mdp_m2m_device_run() local
594 struct mtk_mdp_ctx *ctx = fh_to_ctx(fh); in mtk_mdp_m2m_querycap() local
632 struct mtk_mdp_ctx *ctx = fh_to_ctx(fh); in mtk_mdp_m2m_g_fmt_mplane() local
671 struct mtk_mdp_ctx *ctx = fh_to_ctx(fh); in mtk_mdp_m2m_try_fmt_mplane() local
681 struct mtk_mdp_ctx *ctx = fh_to_ctx(fh); in mtk_mdp_m2m_s_fmt_mplane() local
921 struct mtk_mdp_ctx *ctx = priv; in mtk_mdp_m2m_queue_init() local
[all …]
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-regs.c107 void gsc_hw_set_input_path(struct gsc_ctx *ctx) in gsc_hw_set_input_path()
120 void gsc_hw_set_in_size(struct gsc_ctx *ctx) in gsc_hw_set_in_size()
142 void gsc_hw_set_in_image_rgb(struct gsc_ctx *ctx) in gsc_hw_set_in_image_rgb()
218 void gsc_hw_set_output_path(struct gsc_ctx *ctx) in gsc_hw_set_output_path()
233 void gsc_hw_set_out_size(struct gsc_ctx *ctx) in gsc_hw_set_out_size()
262 void gsc_hw_set_out_image_rgb(struct gsc_ctx *ctx) in gsc_hw_set_out_image_rgb()
342 void gsc_hw_set_prescaler(struct gsc_ctx *ctx) in gsc_hw_set_prescaler()
354 void gsc_hw_set_mainscaler(struct gsc_ctx *ctx) in gsc_hw_set_mainscaler()
367 void gsc_hw_set_rotation(struct gsc_ctx *ctx) in gsc_hw_set_rotation()
400 void gsc_hw_set_global_alpha(struct gsc_ctx *ctx) in gsc_hw_set_global_alpha()
[all …]
/openbmc/u-boot/common/
H A Dhash.c36 sha1_context *ctx = malloc(sizeof(sha1_context)); in hash_init_sha1() local
64 sha256_context *ctx = malloc(sizeof(sha256_context)); in hash_init_sha256() local
70 static int hash_update_sha256(struct hash_algo *algo, void *ctx, in hash_update_sha256()
77 static int hash_finish_sha256(struct hash_algo *algo, void *ctx, void in hash_finish_sha256()
92 sha512_context *ctx = malloc(sizeof(sha512_context)); in hash_init_sha384() local
98 static int hash_update_sha384(struct hash_algo *algo, void *ctx, in hash_update_sha384()
120 sha512_context *ctx = malloc(sizeof(sha512_context)); in hash_init_sha512() local
126 static int hash_update_sha512(struct hash_algo *algo, void *ctx, in hash_update_sha512()
148 uint16_t *ctx = malloc(sizeof(uint16_t)); in hash_init_crc16_ccitt() local
175 uint32_t *ctx = malloc(sizeof(uint32_t)); in hash_init_crc32() local
[all …]
/openbmc/libpldm/tests/
H A Dmsgbuf_generic.c32 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint8() local
46 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int8() local
60 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint16() local
74 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int16() local
88 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint32() local
102 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int32() local
116 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_real32() local
136 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_array_generic_uint8() local
150 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_insert_generic_int32() local
173 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_insert_generic_uint32() local
[all …]
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c203 struct sec_ctx *ctx = req->ctx; in sec_cb_status_check() local
236 struct sec_ctx *ctx; in sec_req_cb() local
662 static int sec_auth_init(struct sec_ctx *ctx) in sec_auth_init()
1121 struct sec_ctx *ctx = crypto_tfm_ctx(tfm); in sec_aead_setauthsize() local
1146 struct sec_ctx *ctx = crypto_aead_ctx(tfm); in sec_aead_setkey() local
1880 struct sec_ctx *ctx = crypto_aead_ctx(tfm); in sec_aead_init() local
1922 struct sec_ctx *ctx = crypto_aead_ctx(tfm); in sec_aead_exit() local
1931 struct sec_ctx *ctx = crypto_aead_ctx(tfm); in sec_aead_ctx_init() local
1953 struct sec_ctx *ctx = crypto_aead_ctx(tfm); in sec_aead_ctx_exit() local
1962 struct sec_ctx *ctx = crypto_aead_ctx(tfm); in sec_aead_xcm_ctx_init() local
[all …]

12345678910>>...123