Home
last modified time | relevance | path

Searched defs:ctx (Results 101 – 125 of 3075) sorted by relevance

12345678910>>...123

/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.c146 struct mtk_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_jpeg_enc_s_ctrl() local
167 static int mtk_jpeg_enc_ctrls_setup(struct mtk_jpeg_ctx *ctx) in mtk_jpeg_enc_ctrls_setup()
215 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_enum_fmt_vid_cap() local
226 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_enum_fmt_vid_out() local
234 static struct mtk_jpeg_q_data *mtk_jpeg_get_q_data(struct mtk_jpeg_ctx *ctx, in mtk_jpeg_get_q_data()
308 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_g_fmt_vid_mplane() local
354 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_try_fmt_vid_cap_mplane() local
383 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_try_fmt_vid_out_mplane() local
409 static int mtk_jpeg_s_fmt_mplane(struct mtk_jpeg_ctx *ctx, in mtk_jpeg_s_fmt_mplane()
490 static void mtk_jpeg_queue_src_chg_event(struct mtk_jpeg_ctx *ctx) in mtk_jpeg_queue_src_chg_event()
[all …]
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_postproc.c55 bool hantro_needs_postproc(const struct hantro_ctx *ctx, in hantro_needs_postproc()
67 static void hantro_postproc_g1_enable(struct hantro_ctx *ctx) in hantro_postproc_g1_enable()
108 static int down_scale_factor(struct hantro_ctx *ctx) in down_scale_factor()
116 static void hantro_postproc_g2_enable(struct hantro_ctx *ctx) in hantro_postproc_g2_enable()
157 static int hantro_postproc_g2_enum_framesizes(struct hantro_ctx *ctx, in hantro_postproc_g2_enum_framesizes()
177 void hantro_postproc_free(struct hantro_ctx *ctx) in hantro_postproc_free()
193 int hantro_postproc_alloc(struct hantro_ctx *ctx) in hantro_postproc_alloc()
241 static void hantro_postproc_g1_disable(struct hantro_ctx *ctx) in hantro_postproc_g1_disable()
248 static void hantro_postproc_g2_disable(struct hantro_ctx *ctx) in hantro_postproc_g2_disable()
255 void hantro_postproc_disable(struct hantro_ctx *ctx) in hantro_postproc_disable()
[all …]
/openbmc/linux/drivers/misc/cxl/
H A Dfault.c32 static struct cxl_sste *find_free_sste(struct cxl_context *ctx, in find_free_sste()
63 static void cxl_load_segment(struct cxl_context *ctx, struct copro_slb *slb) in cxl_load_segment()
84 static int cxl_fault_segment(struct cxl_context *ctx, struct mm_struct *mm, in cxl_fault_segment()
97 static void cxl_ack_ae(struct cxl_context *ctx) in cxl_ack_ae()
112 static int cxl_handle_segment_miss(struct cxl_context *ctx, in cxl_handle_segment_miss()
180 static void cxl_handle_page_fault(struct cxl_context *ctx, in cxl_handle_page_fault()
198 static struct mm_struct *get_mem_context(struct cxl_context *ctx) in get_mem_context()
209 static bool cxl_is_segment_miss(struct cxl_context *ctx, u64 dsisr) in cxl_is_segment_miss()
217 static bool cxl_is_page_fault(struct cxl_context *ctx, u64 dsisr) in cxl_is_page_fault()
230 struct cxl_context *ctx = in cxl_handle_fault() local
[all …]
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst.c33 static bool skl_check_fw_status(struct sst_dsp *ctx, u32 status) in skl_check_fw_status()
42 static int skl_transfer_firmware(struct sst_dsp *ctx, in skl_transfer_firmware()
66 static int skl_load_base_firmware(struct sst_dsp *ctx) in skl_load_base_firmware()
160 static int skl_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id) in skl_set_dsp_D0()
214 static int skl_set_dsp_D3(struct sst_dsp *ctx, unsigned int core_id) in skl_set_dsp_D3()
244 static unsigned int skl_get_errorcode(struct sst_dsp *ctx) in skl_get_errorcode()
253 static int skl_get_module(struct sst_dsp *ctx, u16 mod_id) in skl_get_module()
265 static int skl_put_module(struct sst_dsp *ctx, u16 mod_id) in skl_put_module()
277 static struct skl_module_table *skl_fill_module_table(struct sst_dsp *ctx, in skl_fill_module_table()
314 struct sst_dsp *ctx, u16 mod_id) in skl_module_get_from_id()
[all …]
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c137 struct hpre_ctx *ctx; member
160 static int hpre_alloc_req_id(struct hpre_ctx *ctx) in hpre_alloc_req_id()
172 static void hpre_free_req_id(struct hpre_ctx *ctx, int req_id) in hpre_free_req_id()
183 struct hpre_ctx *ctx; in hpre_add_req_to_ctx() local
204 struct hpre_ctx *ctx = hpre_req->ctx; in hpre_rm_req_from_ctx() local
262 struct hpre_ctx *ctx = hpre_req->ctx; in hpre_prepare_dma_buf() local
290 struct hpre_ctx *ctx = hpre_req->ctx; in hpre_hw_data_init() local
312 static void hpre_hw_data_clr_all(struct hpre_ctx *ctx, in hpre_hw_data_clr_all()
346 static int hpre_alg_res_post_hf(struct hpre_ctx *ctx, struct hpre_sqe *sqe, in hpre_alg_res_post_hf()
379 static int hpre_ctx_set(struct hpre_ctx *ctx, struct hisi_qp *qp, int qlen) in hpre_ctx_set()
[all …]
/openbmc/linux/io_uring/
H A Drsrc.c61 static void io_unaccount_mem(struct io_ring_ctx *ctx, unsigned long nr_pages) in io_unaccount_mem()
70 static int io_account_mem(struct io_ring_ctx *ctx, unsigned long nr_pages) in io_account_mem()
86 static int io_copy_iov(struct io_ring_ctx *ctx, struct iovec *dst, in io_copy_iov()
135 static void io_buffer_unmap(struct io_ring_ctx *ctx, struct io_mapped_ubuf **slot) in io_buffer_unmap()
170 void io_rsrc_node_destroy(struct io_ring_ctx *ctx, struct io_rsrc_node *node) in io_rsrc_node_destroy()
179 struct io_ring_ctx *ctx = node->ctx; in io_rsrc_node_ref_zero() local
197 struct io_rsrc_node *io_rsrc_node_alloc(struct io_ring_ctx *ctx) in io_rsrc_node_alloc()
218 struct io_ring_ctx *ctx) in io_rsrc_ref_quiesce()
318 __cold static int io_rsrc_data_alloc(struct io_ring_ctx *ctx, int type, in io_rsrc_data_alloc()
355 static int __io_sqe_files_update(struct io_ring_ctx *ctx, in __io_sqe_files_update()
[all …]
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c91 static void set_default_params(struct hva_ctx *ctx) in set_default_params()
120 static const struct hva_enc *hva_find_encoder(struct hva_ctx *ctx, in hva_find_encoder()
189 static int hva_open_encoder(struct hva_ctx *ctx, u32 streamformat, in hva_open_encoder()
228 static void hva_dbg_summary(struct hva_ctx *ctx) in hva_dbg_summary()
257 struct hva_ctx *ctx = fh_to_ctx(file->private_data); in hva_querycap() local
271 struct hva_ctx *ctx = fh_to_ctx(file->private_data); in hva_enum_fmt_stream() local
285 struct hva_ctx *ctx = fh_to_ctx(file->private_data); in hva_enum_fmt_frame() local
298 struct hva_ctx *ctx = fh_to_ctx(file->private_data); in hva_g_fmt_stream() local
317 struct hva_ctx *ctx = fh_to_ctx(file->private_data); in hva_g_fmt_frame() local
338 struct hva_ctx *ctx = fh_to_ctx(file->private_data); in hva_try_fmt_stream() local
[all …]
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c39 void fimc_m2m_job_finish(struct fimc_ctx *ctx, int vb_state) in fimc_m2m_job_finish()
59 static void fimc_m2m_shutdown(struct fimc_ctx *ctx) in fimc_m2m_shutdown()
75 struct fimc_ctx *ctx = q->drv_priv; in start_streaming() local
82 struct fimc_ctx *ctx = q->drv_priv; in stop_streaming() local
92 struct fimc_ctx *ctx = priv; in fimc_device_run() local
172 struct fimc_ctx *ctx = vb2_get_drv_priv(vq); in fimc_queue_setup() local
194 struct fimc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in fimc_buf_prepare() local
211 struct fimc_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in fimc_buf_queue() local
254 struct fimc_ctx *ctx = fh_to_ctx(fh); in fimc_m2m_g_fmt_mplane() local
264 static int fimc_try_fmt_mplane(struct fimc_ctx *ctx, struct v4l2_format *f) in fimc_try_fmt_mplane()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c11 static struct ctx { struct
29 } ctx = { argument
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_fabric.c51 __efc_fabric_common(const char *funcname, struct efc_sm_ctx *ctx, in __efc_fabric_common()
73 __efc_fabric_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_fabric_init()
131 __efc_fabric_flogi_wait_rsp(struct efc_sm_ctx *ctx, in __efc_fabric_flogi_wait_rsp()
237 __efc_vport_fabric_init(struct efc_sm_ctx *ctx, in __efc_vport_fabric_init()
259 __efc_fabric_fdisc_wait_rsp(struct efc_sm_ctx *ctx, in __efc_fabric_fdisc_wait_rsp()
353 __efc_fabric_wait_domain_attach(struct efc_sm_ctx *ctx, in __efc_fabric_wait_domain_attach()
394 __efc_fabric_idle(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_fabric_idle()
412 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_ns_init()
432 __efc_ns_plogi_wait_rsp(struct efc_sm_ctx *ctx, in __efc_ns_plogi_wait_rsp()
468 __efc_ns_wait_node_attach(struct efc_sm_ctx *ctx, in __efc_ns_wait_node_attach()
[all …]
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c111 static void emit_imm(const s8 rd, s32 imm, struct rv_jit_context *ctx) in emit_imm()
124 static void emit_imm32(const s8 *rd, s32 imm, struct rv_jit_context *ctx) in emit_imm32()
137 struct rv_jit_context *ctx) in emit_imm64()
143 static void __build_epilogue(bool is_tail_call, struct rv_jit_context *ctx) in __build_epilogue()
186 struct rv_jit_context *ctx) in bpf_get_reg64()
197 struct rv_jit_context *ctx) in bpf_put_reg64()
206 struct rv_jit_context *ctx) in bpf_get_reg32()
216 struct rv_jit_context *ctx) in bpf_put_reg32()
228 struct rv_jit_context *ctx) in emit_jump_and_link()
244 struct rv_jit_context *ctx, const u8 op) in emit_alu_i64()
[all …]
/openbmc/qemu/target/alpha/
H A Dtranslate.c164 static TCGv load_zero(DisasContext *ctx) in load_zero()
172 static TCGv dest_sink(DisasContext *ctx) in dest_sink()
180 static void free_context_temps(DisasContext *ctx) in free_context_temps()
188 static TCGv load_gpr(DisasContext *ctx, unsigned reg) in load_gpr()
197 static TCGv load_gpr_lit(DisasContext *ctx, unsigned reg, in load_gpr_lit()
209 static TCGv dest_gpr(DisasContext *ctx, unsigned reg) in dest_gpr()
218 static TCGv load_fpr(DisasContext *ctx, unsigned reg) in load_fpr()
227 static TCGv dest_fpr(DisasContext *ctx, unsigned reg) in dest_fpr()
257 static void gen_pc_disp(DisasContext *ctx, TCGv dest, int32_t disp) in gen_pc_disp()
276 static DisasJumpType gen_excp(DisasContext *ctx, int exception, int error_code) in gen_excp()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c214 struct dc_context *ctx, in dm_helpers_dp_update_branch_info()
256 struct dc_context *ctx, in dm_helpers_dp_mst_write_payload_allocation_table()
309 struct dc_context *ctx, in dm_helpers_dp_mst_poll_pending_down_reply()
317 struct dc_context *ctx, in dm_helpers_dp_mst_clear_payload_allocation_table()
326 struct dc_context *ctx, in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
352 struct dc_context *ctx, in dm_helpers_dp_mst_send_payload_allocation()
395 void dm_dtn_log_begin(struct dc_context *ctx, in dm_dtn_log_begin()
409 void dm_dtn_log_append_v(struct dc_context *ctx, in dm_dtn_log_append_v()
470 void dm_dtn_log_end(struct dc_context *ctx, in dm_dtn_log_end()
484 struct dc_context *ctx, in dm_helpers_dp_mst_start_top_mgr()
[all …]
/openbmc/linux/fs/smb/client/
H A Dfs_context.c203 cifs_parse_security_flavors(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_security_flavors()
260 cifs_parse_cache_flavor(struct fs_context *fc, char *value, struct smb3_fs_context *ctx) in cifs_parse_cache_flavor()
310 struct smb3_fs_context *ctx) in parse_reparse_flavor()
343 smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx) in smb3_fs_context_dup()
376 cifs_parse_smb_version(struct fs_context *fc, char *value, struct smb3_fs_context *ctx, bool is_smb… in cifs_parse_smb_version()
527 char *smb3_fs_context_fullpath(const struct smb3_fs_context *ctx, char dirsep) in smb3_fs_context_fullpath()
554 smb3_parse_devname(const char *devname, struct smb3_fs_context *ctx) in smb3_parse_devname()
704 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_validate() local
777 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_get_tree_common() local
808 struct smb3_fs_context *ctx = smb3_fc2context(fc); in smb3_fs_context_free() local
[all …]
/openbmc/linux/crypto/
H A Ddeflate.c42 static int deflate_comp_init(struct deflate_ctx *ctx, int format) in deflate_comp_init()
71 static int deflate_decomp_init(struct deflate_ctx *ctx, int format) in deflate_decomp_init()
96 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()
102 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()
108 static int __deflate_init(void *ctx, int format) in __deflate_init()
124 struct deflate_ctx *ctx; in gen_deflate_alloc_ctx() local
152 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init() local
157 static void __deflate_exit(void *ctx) in __deflate_exit()
163 static void deflate_free_ctx(struct crypto_scomp *tfm, void *ctx) in deflate_free_ctx()
171 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit() local
[all …]
/openbmc/linux/drivers/mmc/core/
H A Dslot-gpio.c33 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_cd_irqt() local
44 struct mmc_gpio *ctx; in mmc_gpio_alloc() local
66 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_set_cd_irq() local
77 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_get_ro() local
92 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_get_cd() local
107 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_cd_irq() local
168 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_set_cd_isr() local
192 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_cd() local
238 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_set_cd_config() local
246 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_can_gpio_cd() local
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dcontext.c81 static void hl_ctx_fini(struct hl_ctx *ctx) in hl_ctx_fini()
132 struct hl_ctx *ctx; in hl_ctx_do_release() local
154 struct hl_ctx *ctx; in hl_ctx_create() local
199 int hl_ctx_init(struct hl_device *hdev, struct hl_ctx *ctx, bool is_kernel_ctx) in hl_ctx_init()
289 static int hl_ctx_get_unless_zero(struct hl_ctx *ctx) in hl_ctx_get_unless_zero()
294 void hl_ctx_get(struct hl_ctx *ctx) in hl_ctx_get()
299 int hl_ctx_put(struct hl_ctx *ctx) in hl_ctx_put()
306 struct hl_ctx *ctx = NULL; in hl_get_compute_ctx() local
340 static struct hl_fence *hl_ctx_get_fence_locked(struct hl_ctx *ctx, u64 seq) in hl_ctx_get_fence_locked()
356 struct hl_fence *hl_ctx_get_fence(struct hl_ctx *ctx, u64 seq) in hl_ctx_get_fence()
[all …]
/openbmc/qemu/util/
H A Dfdmon-io_uring.c80 static struct io_uring_sqe *get_sqe(AioContext *ctx) in get_sqe()
135 static void fdmon_io_uring_update(AioContext *ctx, in fdmon_io_uring_update()
169 static void add_poll_add_sqe(AioContext *ctx, AioHandler *node) in add_poll_add_sqe()
178 static void add_poll_remove_sqe(AioContext *ctx, AioHandler *node) in add_poll_remove_sqe()
191 static void add_timeout_sqe(AioContext *ctx, int64_t ns) in add_timeout_sqe()
205 static void fill_sq_ring(AioContext *ctx) in fill_sq_ring()
225 static bool process_cqe(AioContext *ctx, in process_cqe()
255 static int process_cq_ring(AioContext *ctx, AioHandlerList *ready_list) in process_cq_ring()
275 static int fdmon_io_uring_wait(AioContext *ctx, AioHandlerList *ready_list, in fdmon_io_uring_wait()
298 static bool fdmon_io_uring_need_wait(AioContext *ctx) in fdmon_io_uring_need_wait()
[all …]
/openbmc/linux/fs/
H A Duserfaultfd.c100 struct userfaultfd_ctx *ctx; member
109 struct userfaultfd_ctx *ctx; member
121 static bool userfaultfd_is_initialized(struct userfaultfd_ctx *ctx) in userfaultfd_is_initialized()
133 struct userfaultfd_ctx *ctx = vma->vm_userfaultfd_ctx.ctx; in userfaultfd_wp_unpopulated() local
201 static void userfaultfd_ctx_get(struct userfaultfd_ctx *ctx) in userfaultfd_ctx_get()
214 static void userfaultfd_ctx_put(struct userfaultfd_ctx *ctx) in userfaultfd_ctx_put()
279 static inline bool userfaultfd_huge_must_wait(struct userfaultfd_ctx *ctx, in userfaultfd_huge_must_wait()
309 static inline bool userfaultfd_huge_must_wait(struct userfaultfd_ctx *ctx, in userfaultfd_huge_must_wait()
324 static inline bool userfaultfd_must_wait(struct userfaultfd_ctx *ctx, in userfaultfd_must_wait()
416 struct userfaultfd_ctx *ctx; in handle_userfault() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dhtab_mem_bench.c29 static int write_htab(unsigned int i, struct update_ctx *ctx, unsigned int flags) in write_htab()
37 static int overwrite_htab(unsigned int i, struct update_ctx *ctx) in overwrite_htab()
42 static int newwrite_htab(unsigned int i, struct update_ctx *ctx) in newwrite_htab()
47 static int del_htab(unsigned int i, struct update_ctx *ctx) in del_htab()
56 int overwrite(void *ctx) in overwrite()
68 int batch_add_batch_del(void *ctx) in batch_add_batch_del()
84 int add_only(void *ctx) in add_only()
96 int del_only(void *ctx) in del_only()
H A Dbpf_loop.c37 struct callback_ctx *ctx = data; in callback() local
66 int test_prog(void *ctx) in test_prog()
84 int prog_null_ctx(void *ctx) in prog_null_ctx()
95 int prog_invalid_flags(void *ctx) in prog_invalid_flags()
108 int prog_nested_calls(void *ctx) in prog_nested_calls()
123 static int callback_set_f0(int i, void *ctx) in callback_set_f0()
129 static int callback_set_0f(int i, void *ctx) in callback_set_0f()
139 int prog_non_constant_callback(void *ctx) in prog_non_constant_callback()
158 static int stack_check_inner_callback(void *ctx) in stack_check_inner_callback()
175 static int stack_check_outer_callback(void *ctx) in stack_check_outer_callback()
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0.c306 static int s6e63m0_clear_error(struct s6e63m0 *ctx) in s6e63m0_clear_error()
314 static void s6e63m0_dcs_read(struct s6e63m0 *ctx, const u8 cmd, u8 *data) in s6e63m0_dcs_read()
322 static void s6e63m0_dcs_write(struct s6e63m0 *ctx, const u8 *data, size_t len) in s6e63m0_dcs_write()
330 #define s6e63m0_dcs_write_seq_static(ctx, seq ...) \ argument
336 static int s6e63m0_check_lcd_type(struct s6e63m0 *ctx) in s6e63m0_check_lcd_type()
381 static void s6e63m0_init(struct s6e63m0 *ctx) in s6e63m0_init()
468 static int s6e63m0_power_on(struct s6e63m0 *ctx) in s6e63m0_power_on()
487 static int s6e63m0_power_off(struct s6e63m0 *ctx) in s6e63m0_power_off()
503 struct s6e63m0 *ctx = panel_to_s6e63m0(panel); in s6e63m0_disable() local
522 struct s6e63m0 *ctx = panel_to_s6e63m0(panel); in s6e63m0_unprepare() local
[all …]
/openbmc/qemu/crypto/
H A Dder.c134 static int qcrypto_der_invoke_callback(QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_invoke_callback()
146 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_definite_data()
207 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_data()
229 void *ctx, Error **errp) in qcrypto_der_decode_tlv()
260 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_int()
269 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_seq()
278 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_octet_str()
287 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_bit_str()
296 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_oid()
305 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_ctx_tag()
[all …]
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c82 mxc_isi_m2m_ctx_qdata(struct mxc_isi_m2m_ctx *ctx, enum v4l2_buf_type type) in mxc_isi_m2m_ctx_qdata()
98 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
209 struct mxc_isi_m2m_ctx *ctx = vb2_get_drv_priv(vb2->vb2_queue); in mxc_isi_m2m_vb2_buffer_init() local
222 struct mxc_isi_m2m_ctx *ctx = vb2_get_drv_priv(vq); in mxc_isi_m2m_vb2_buffer_prepare() local
233 struct mxc_isi_m2m_ctx *ctx = vb2_get_drv_priv(vb2->vb2_queue); in mxc_isi_m2m_vb2_buffer_queue() 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
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c138 static unsigned int amdgpu_ctx_get_hw_prio(struct amdgpu_ctx *ctx, u32 hw_ip) in amdgpu_ctx_get_hw_prio()
189 static ktime_t amdgpu_ctx_entity_time(struct amdgpu_ctx *ctx, in amdgpu_ctx_entity_time()
203 static int amdgpu_ctx_init_entity(struct amdgpu_ctx *ctx, u32 hw_ip, in amdgpu_ctx_init_entity()
291 static int amdgpu_ctx_get_stable_pstate(struct amdgpu_ctx *ctx, in amdgpu_ctx_get_stable_pstate()
320 struct drm_file *filp, struct amdgpu_ctx *ctx) in amdgpu_ctx_init()
355 static int amdgpu_ctx_set_stable_pstate(struct amdgpu_ctx *ctx, in amdgpu_ctx_set_stable_pstate()
408 struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_fini() local
433 int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance, in amdgpu_ctx_get_entity()
479 struct amdgpu_ctx *ctx; in amdgpu_ctx_alloc() local
507 struct amdgpu_ctx *ctx; in amdgpu_ctx_do_release() local
[all …]

12345678910>>...123