/openbmc/libpldm/tests/ |
H A D | msgbuf_generic.c | 32 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint8() local 45 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int8() local 58 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint16() local 71 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int16() local 84 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_uint32() local 97 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_int32() local 110 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_generic_real32() local 129 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_extract_array_generic_uint8() local 142 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_insert_generic_int32() local 164 struct pldm_msgbuf* ctx = &_ctx; in test_msgbuf_insert_generic_uint32() local [all …]
|
/openbmc/linux/drivers/tee/ |
H A D | tee_core.c | 49 struct tee_context *ctx; in teedev_open() local 75 void teedev_ctx_get(struct tee_context *ctx) in teedev_ctx_get() 85 struct tee_context *ctx = container_of(ref, struct tee_context, in teedev_ctx_release() local 92 void teedev_ctx_put(struct tee_context *ctx) in teedev_ctx_put() 100 void teedev_close_context(struct tee_context *ctx) in teedev_close_context() 111 struct tee_context *ctx; in tee_open() local 270 static int tee_ioctl_version(struct tee_context *ctx, in tee_ioctl_version() 286 static int tee_ioctl_shm_alloc(struct tee_context *ctx, in tee_ioctl_shm_alloc() 322 tee_ioctl_shm_register(struct tee_context *ctx, in tee_ioctl_shm_register() 356 static int params_from_user(struct tee_context *ctx, struct tee_param *params, in params_from_user() [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateless.c | 218 static void mtk_vdec_stateless_cap_to_disp(struct mtk_vcodec_dec_ctx *ctx, int error, in mtk_vdec_stateless_cap_to_disp() 242 static struct vdec_fb *vdec_get_cap_buffer(struct mtk_vcodec_dec_ctx *ctx) in vdec_get_cap_buffer() 279 struct mtk_vcodec_dec_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vb2ops_vdec_buf_request_complete() local 286 struct mtk_vcodec_dec_ctx *ctx = in mtk_vdec_worker() local 362 struct mtk_vcodec_dec_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vb2ops_vdec_stateless_buf_queue() local 383 static int mtk_vdec_flush_decoder(struct mtk_vcodec_dec_ctx *ctx) in mtk_vdec_flush_decoder() 390 static int mtk_vcodec_get_pic_info(struct mtk_vcodec_dec_ctx *ctx) in mtk_vcodec_get_pic_info() 428 struct mtk_vcodec_dec_ctx *ctx = ctrl_to_dec_ctx(ctrl); in mtk_vdec_s_ctrl() local 522 static int mtk_vcodec_dec_ctrls_setup(struct mtk_vcodec_dec_ctx *ctx) in mtk_vcodec_dec_ctrls_setup() 574 struct mtk_vcodec_dec_ctx *ctx) in mtk_vcodec_add_formats() [all …]
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk.c | 70 struct samsung_clk_provider *ctx; in samsung_clk_init() local 89 struct samsung_clk_provider *ctx) in samsung_clk_of_add_provider() 99 void samsung_clk_add_lookup(struct samsung_clk_provider *ctx, in samsung_clk_add_lookup() 107 void __init samsung_clk_register_alias(struct samsung_clk_provider *ctx, in samsung_clk_register_alias() 137 void __init samsung_clk_register_fixed_rate(struct samsung_clk_provider *ctx, in samsung_clk_register_fixed_rate() 167 void __init samsung_clk_register_fixed_factor(struct samsung_clk_provider *ctx, in samsung_clk_register_fixed_factor() 187 void __init samsung_clk_register_mux(struct samsung_clk_provider *ctx, in samsung_clk_register_mux() 210 void __init samsung_clk_register_div(struct samsung_clk_provider *ctx, in samsung_clk_register_div() 240 void __init samsung_clk_register_gate(struct samsung_clk_provider *ctx, in samsung_clk_register_gate() 265 void __init samsung_clk_of_register_fixed_ext(struct samsung_clk_provider *ctx, in samsung_clk_of_register_fixed_ext() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_check_mtu.c | 22 int xdp_use_helper_basic(struct xdp_md *ctx) in xdp_use_helper_basic() 33 int xdp_use_helper(struct xdp_md *ctx) in xdp_use_helper() 59 int xdp_exceed_mtu(struct xdp_md *ctx) in xdp_exceed_mtu() 85 int xdp_minus_delta(struct xdp_md *ctx) in xdp_minus_delta() 109 int xdp_input_len(struct xdp_md *ctx) in xdp_input_len() 133 int xdp_input_len_exceed(struct xdp_md *ctx) in xdp_input_len_exceed() 157 int tc_use_helper(struct __sk_buff *ctx) in tc_use_helper() 176 int tc_exceed_mtu(struct __sk_buff *ctx) in tc_exceed_mtu() 200 int tc_exceed_mtu_da(struct __sk_buff *ctx) in tc_exceed_mtu_da() 227 int tc_minus_delta(struct __sk_buff *ctx) in tc_minus_delta() [all …]
|
H A D | test_custom_sec_handlers.c | 18 int abc1(void *ctx) in abc1() 25 int abc2(void *ctx) in abc2() 32 int custom1(void *ctx) in custom1() 39 int custom2(void *ctx) in custom2() 46 int kprobe1(void *ctx) in kprobe1() 53 int xyz(void *ctx) in xyz()
|
H A D | test_attach_probe.c | 37 int handle_uprobe_ref_ctr(struct pt_regs *ctx) in handle_uprobe_ref_ctr() 43 int handle_uretprobe_ref_ctr(struct pt_regs *ctx) in handle_uretprobe_ref_ctr() 49 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() 57 int handle_uretprobe_byname(struct pt_regs *ctx) in handle_uretprobe_byname() 91 int handle_uprobe_byname3_sleepable(struct pt_regs *ctx) in handle_uprobe_byname3_sleepable() 103 int handle_uprobe_byname3(struct pt_regs *ctx) in handle_uprobe_byname3() 110 int handle_uretprobe_byname3_sleepable(struct pt_regs *ctx) in handle_uretprobe_byname3_sleepable() 118 int handle_uretprobe_byname3(struct pt_regs *ctx) in handle_uretprobe_byname3()
|
H A D | cb_refs.c | 18 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1() 27 int underflow_prog(void *ctx) in underflow_prog() 40 static __always_inline int cb2(void *map, void *key, void *value, void *ctx) in cb2() 50 int leak_prog(void *ctx) in leak_prog() 67 static __always_inline int cb(void *map, void *key, void *value, void *ctx) in cb() 72 static __always_inline int cb3(void *map, void *key, void *value, void *ctx) in cb3() 86 int nested_cb(void *ctx) in nested_cb() 101 int non_cb_transfer_ref(void *ctx) in non_cb_transfer_ref()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-glue.c | 79 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_setkey() local 94 struct sm4_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_xts_setkey() local 146 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ecb_encrypt() local 154 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_ecb_decrypt() local 160 struct sm4_ctx *ctx, bool encrypt) in sm4_cbc_crypt() 198 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_encrypt() local 206 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_decrypt() local 214 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cbc_cts_crypt() local 286 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cfb_encrypt() local 328 struct sm4_ctx *ctx = crypto_skcipher_ctx(tfm); in sm4_cfb_decrypt() local [all …]
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_rotate.c | 63 struct rotate_ctx *ctx = priv; in rotate_device_run() local 143 struct rotate_ctx *ctx; in rotate_irq() local 258 static int rotate_set_cap_format(struct rotate_ctx *ctx, in rotate_set_cap_format() 291 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_g_fmt_vid_cap() local 301 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_g_fmt_vid_out() local 311 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_try_fmt_vid_cap() local 342 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_s_fmt_vid_cap() local 362 struct rotate_ctx *ctx = rotate_file2ctx(file); in rotate_s_fmt_vid_out() local 428 struct rotate_ctx *ctx = vb2_get_drv_priv(vq); in rotate_queue_setup() local 450 struct rotate_ctx *ctx = vb2_get_drv_priv(vq); in rotate_buf_prepare() local [all …]
|
/openbmc/linux/drivers/scsi/elx/libefc/ |
H A D | efc_device.c | 44 __efc_d_common(const char *funcname, struct efc_sm_ctx *ctx, in __efc_d_common() 82 __efc_d_wait_del_node(struct efc_sm_ctx *ctx, in __efc_d_wait_del_node() 145 __efc_d_wait_del_ini_tgt(struct efc_sm_ctx *ctx, in __efc_d_wait_del_ini_tgt() 198 __efc_d_initiate_shutdown(struct efc_sm_ctx *ctx, in __efc_d_initiate_shutdown() 314 __efc_d_wait_loop(struct efc_sm_ctx *ctx, in __efc_d_wait_loop() 371 __efc_d_wait_plogi_acc_cmpl(struct efc_sm_ctx *ctx, in __efc_d_wait_plogi_acc_cmpl() 408 __efc_d_wait_logo_rsp(struct efc_sm_ctx *ctx, in __efc_d_wait_logo_rsp() 504 __efc_d_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_d_init() 687 __efc_d_wait_plogi_rsp(struct efc_sm_ctx *ctx, in __efc_d_wait_plogi_rsp() 809 __efc_d_wait_plogi_rsp_recvd_prli(struct efc_sm_ctx *ctx, in __efc_d_wait_plogi_rsp_recvd_prli() [all …]
|
/openbmc/linux/fs/ |
H A D | timerfd.c | 52 static inline bool isalarm(struct timerfd_ctx *ctx) in isalarm() 63 static void timerfd_triggered(struct timerfd_ctx *ctx) in timerfd_triggered() 76 struct timerfd_ctx *ctx = container_of(htmr, struct timerfd_ctx, in timerfd_tmrproc() local 85 struct timerfd_ctx *ctx = container_of(alarm, struct timerfd_ctx, in timerfd_alarmproc() local 100 struct timerfd_ctx *ctx; in timerfd_clock_was_set() local 134 static void __timerfd_remove_cancel(struct timerfd_ctx *ctx) in __timerfd_remove_cancel() 144 static void timerfd_remove_cancel(struct timerfd_ctx *ctx) in timerfd_remove_cancel() 151 static bool timerfd_canceled(struct timerfd_ctx *ctx) in timerfd_canceled() 159 static void timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) in timerfd_setup_cancel() 177 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) in timerfd_get_remaining() [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | pwm-fan.c | 76 struct pwm_fan_ctx *ctx = from_timer(ctx, t, rpm_timer); in sample_timer() local 120 static int pwm_fan_switch_power(struct pwm_fan_ctx *ctx, bool on) in pwm_fan_switch_power() 139 static int pwm_fan_power_on(struct pwm_fan_ctx *ctx) in pwm_fan_power_on() 169 static int pwm_fan_power_off(struct pwm_fan_ctx *ctx) in pwm_fan_power_off() 197 static int __set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm) in __set_pwm() 223 static int set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm) in set_pwm() 234 static void pwm_fan_update_state(struct pwm_fan_ctx *ctx, unsigned long pwm) in pwm_fan_update_state() 245 static int pwm_fan_update_enable(struct pwm_fan_ctx *ctx, long val) in pwm_fan_update_enable() 295 struct pwm_fan_ctx *ctx = dev_get_drvdata(dev); in pwm_fan_write() local 324 struct pwm_fan_ctx *ctx = dev_get_drvdata(dev); in pwm_fan_read() local [all …]
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | ucma.c | 103 struct ucma_context *ctx; member 114 struct ucma_context *ctx; member 130 struct ucma_context *ctx; in _ucma_find_context() local 142 struct ucma_context *ctx; in ucma_get_ctx() local 153 static void ucma_put_ctx(struct ucma_context *ctx) in ucma_put_ctx() 165 struct ucma_context *ctx = ucma_get_ctx(file, id); in ucma_get_ctx_dev() local 178 struct ucma_context *ctx = container_of(work, struct ucma_context, close_work); in ucma_close_id() local 195 struct ucma_context *ctx; in ucma_alloc_ctx() local 216 static void ucma_set_ctx_cm_id(struct ucma_context *ctx, in ucma_set_ctx_cm_id() 223 static void ucma_finish_ctx(struct ucma_context *ctx) in ucma_finish_ctx() [all …]
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 53 static void ocxlflash_release_mapping(struct ocxlflash_context *ctx) in ocxlflash_release_mapping() 131 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_psa_map() local 163 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_process_element() local 179 static int afu_map_irq(u64 flags, struct ocxlflash_context *ctx, int num, in afu_map_irq() 251 static void afu_unmap_irq(u64 flags, struct ocxlflash_context *ctx, int num, in afu_unmap_irq() 293 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_get_irq_objhndl() local 309 struct ocxlflash_context *ctx = data; in ocxlflash_xsl_fault() local 328 static int start_context(struct ocxlflash_context *ctx) in start_context() 388 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_start_context() local 401 struct ocxlflash_context *ctx = ctx_cookie; in ocxlflash_stop_context() local [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-sitronix-st7703.c | 80 static int jh057n_init_sequence(struct st7703 *ctx) in jh057n_init_sequence() 161 static int xbd599_init_sequence(struct st7703 *ctx) in xbd599_init_sequence() 344 static int rg353v2_init_sequence(struct st7703 *ctx) in rg353v2_init_sequence() 438 struct st7703 *ctx = panel_to_st7703(panel); in st7703_enable() local 470 struct st7703 *ctx = panel_to_st7703(panel); in st7703_disable() local 487 struct st7703 *ctx = panel_to_st7703(panel); in st7703_unprepare() local 502 struct st7703 *ctx = panel_to_st7703(panel); in st7703_prepare() local 542 struct st7703 *ctx = panel_to_st7703(panel); in st7703_get_modes() local 577 struct st7703 *ctx = data; in allpixelson_set() local 595 static void st7703_debugfs_init(struct st7703 *ctx) in st7703_debugfs_init() [all …]
|
/openbmc/linux/net/tls/ |
H A D | tls_main.c | 130 void update_sk_prot(struct sock *sk, struct tls_context *ctx) in update_sk_prot() 170 struct tls_context *ctx, in tls_push_sg() 229 struct tls_context *ctx = tls_get_ctx(sk); in tls_handle_open_record() local 272 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx, in tls_push_partial_record() 285 void tls_free_partial_record(struct sock *sk, struct tls_context *ctx) in tls_free_partial_record() 298 struct tls_context *ctx = tls_get_ctx(sk); in tls_write_space() local 327 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free() 343 struct tls_context *ctx, long timeo) in tls_sk_proto_cleanup() 372 struct tls_context *ctx = tls_get_ctx(sk); in tls_sk_proto_close() local 408 struct tls_sw_context_rx *ctx; in tls_sk_poll() local [all …]
|
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d.c | 82 static struct g2d_frame *get_frame(struct g2d_ctx *ctx, in get_frame() 99 struct g2d_ctx *ctx = vb2_get_drv_priv(vq); in g2d_queue_setup() local 116 struct g2d_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in g2d_buf_prepare() local 128 struct g2d_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in g2d_buf_queue() local 143 struct g2d_ctx *ctx = priv; in queue_init() local 175 struct g2d_ctx *ctx = container_of(ctrl->handler, struct g2d_ctx, in g2d_s_ctrl() local 201 static int g2d_setup_ctrls(struct g2d_ctx *ctx) in g2d_setup_ctrls() 236 struct g2d_ctx *ctx = NULL; in g2d_open() local 277 struct g2d_ctx *ctx = fh2ctx(file->private_data); in g2d_release() local 310 struct g2d_ctx *ctx = prv; in vidioc_g_fmt() local [all …]
|
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-core.c | 526 struct s5p_jpeg_ctx *ctx) in s5p_jpeg_adjust_fourcc_to_subsampling() 588 static int s5p_jpeg_to_user_subsampling(struct s5p_jpeg_ctx *ctx) in s5p_jpeg_to_user_subsampling() 765 static void exynos4_jpeg_parse_decode_h_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_h_tbl() 805 static void exynos4_jpeg_parse_huff_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_huff_tbl() 864 static void exynos4_jpeg_parse_decode_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_decode_q_tbl() 895 static void exynos4_jpeg_parse_q_tbl(struct s5p_jpeg_ctx *ctx) in exynos4_jpeg_parse_q_tbl() 952 struct s5p_jpeg_ctx *ctx; in s5p_jpeg_open() local 1015 struct s5p_jpeg_ctx *ctx = fh_to_ctx(file->private_data); in s5p_jpeg_release() local 1077 static bool s5p_jpeg_subsampling_decode(struct s5p_jpeg_ctx *ctx, in s5p_jpeg_subsampling_decode() 1117 struct s5p_jpeg_ctx *ctx) in s5p_jpeg_parse_hdr() [all …]
|
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 687 static struct mxc_jpeg_q_data *mxc_jpeg_get_q_data(struct mxc_jpeg_ctx *ctx, in mxc_jpeg_get_q_data() 700 struct mxc_jpeg_ctx *ctx = vb2_get_drv_priv(raw_buf->vb2_queue); in mxc_jpeg_addrs() local 727 static void notify_eos(struct mxc_jpeg_ctx *ctx) in notify_eos() 737 static void notify_src_chg(struct mxc_jpeg_ctx *ctx) in notify_src_chg() 821 static void mxc_jpeg_check_and_set_last_buffer(struct mxc_jpeg_ctx *ctx, in mxc_jpeg_check_and_set_last_buffer() 833 static void mxc_jpeg_job_finish(struct mxc_jpeg_ctx *ctx, enum vb2_buffer_state state, bool reset) in mxc_jpeg_job_finish() 883 struct mxc_jpeg_ctx *ctx; in mxc_jpeg_dec_irq() local 1162 struct mxc_jpeg_ctx *ctx, in mxc_jpeg_config_dec_desc() 1231 struct mxc_jpeg_ctx *ctx, in mxc_jpeg_config_enc_desc() 1325 static void mxc_jpeg_set_last_buffer(struct mxc_jpeg_ctx *ctx) in mxc_jpeg_set_last_buffer() [all …]
|
/openbmc/qemu/ebpf/ |
H A D | ebpf_rss-stub.c | 16 void ebpf_rss_init(struct EBPFRSSContext *ctx) in ebpf_rss_init() 21 bool ebpf_rss_is_loaded(struct EBPFRSSContext *ctx) in ebpf_rss_is_loaded() 26 bool ebpf_rss_load(struct EBPFRSSContext *ctx, Error **errp) in ebpf_rss_load() 31 bool ebpf_rss_load_fds(struct EBPFRSSContext *ctx, int program_fd, in ebpf_rss_load_fds() 38 bool ebpf_rss_set_all(struct EBPFRSSContext *ctx, struct EBPFRSSConfig *config, in ebpf_rss_set_all() 45 void ebpf_rss_unload(struct EBPFRSSContext *ctx) in ebpf_rss_unload()
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 34 #define BPF_PPC_STACKFRAME(ctx) (STACK_FRAME_MIN_SIZE + BPF_PPC_STACK_SAVE + (ctx)->stack_size) argument 46 void bpf_jit_init_reg_mapping(struct codegen_context *ctx) in bpf_jit_init_reg_mapping() 68 static int bpf_jit_stack_offsetof(struct codegen_context *ctx, int reg) in bpf_jit_stack_offsetof() 82 static inline bool bpf_has_stack_frame(struct codegen_context *ctx) in bpf_has_stack_frame() 96 void bpf_jit_realloc_regs(struct codegen_context *ctx) in bpf_jit_realloc_regs() 126 void bpf_jit_build_prologue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_prologue() 173 static void bpf_jit_emit_common_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_emit_common_epilogue() 194 void bpf_jit_build_epilogue(u32 *image, struct codegen_context *ctx) in bpf_jit_build_epilogue() 203 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() 220 static int bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out) in bpf_jit_emit_tail_call() [all …]
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_hevc.c | 28 void hantro_hevc_ref_init(struct hantro_ctx *ctx) in hantro_hevc_ref_init() 35 dma_addr_t hantro_hevc_get_ref_buf(struct hantro_ctx *ctx, in hantro_hevc_get_ref_buf() 52 int hantro_hevc_add_ref_buf(struct hantro_ctx *ctx, int poc, dma_addr_t addr) in hantro_hevc_add_ref_buf() 70 static int tile_buffer_reallocate(struct hantro_ctx *ctx) in tile_buffer_reallocate() 152 static int hantro_hevc_validate_sps(struct hantro_ctx *ctx, const struct v4l2_ctrl_hevc_sps *sps) in hantro_hevc_validate_sps() 171 int hantro_hevc_dec_prepare_run(struct hantro_ctx *ctx) in hantro_hevc_dec_prepare_run() 210 void hantro_hevc_dec_exit(struct hantro_ctx *ctx) in hantro_hevc_dec_exit() 246 int hantro_hevc_dec_init(struct hantro_ctx *ctx) in hantro_hevc_dec_init()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_vidi.c | 96 struct vidi_context *ctx = crtc->ctx; in vidi_enable_vblank() local 115 struct vidi_context *ctx = crtc->ctx; in vidi_update_plane() local 127 struct vidi_context *ctx = crtc->ctx; in vidi_atomic_enable() local 140 struct vidi_context *ctx = crtc->ctx; in vidi_atomic_disable() local 162 struct vidi_context *ctx = from_timer(ctx, t, timer); in vidi_fake_vblank_timer() local 172 struct vidi_context *ctx = dev_get_drvdata(dev); in vidi_show_connection() local 188 struct vidi_context *ctx = dev_get_drvdata(dev); in vidi_store_connection() local 227 struct vidi_context *ctx = dev_get_drvdata(drm_dev->dev); in vidi_connection_ioctl() local 284 struct vidi_context *ctx = ctx_from_connector(connector); in vidi_detect() local 309 struct vidi_context *ctx = ctx_from_connector(connector); in vidi_get_modes() local [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | encx24j600-regmap.c | 20 static int encx24j600_switch_bank(struct encx24j600_context *ctx, in encx24j600_switch_bank() 33 static int encx24j600_cmdn(struct encx24j600_context *ctx, u8 opcode, in encx24j600_cmdn() 48 struct encx24j600_context *ctx = context; in regmap_lock_mutex() local 55 struct encx24j600_context *ctx = context; in regmap_unlock_mutex() local 63 struct encx24j600_context *ctx = context; in regmap_encx24j600_sfr_read() local 111 static int regmap_encx24j600_sfr_update(struct encx24j600_context *ctx, in regmap_encx24j600_sfr_update() 171 struct encx24j600_context *ctx = context; in regmap_encx24j600_sfr_write() local 176 static int regmap_encx24j600_sfr_set_bits(struct encx24j600_context *ctx, in regmap_encx24j600_sfr_set_bits() 182 static int regmap_encx24j600_sfr_clr_bits(struct encx24j600_context *ctx, in regmap_encx24j600_sfr_clr_bits() 192 struct encx24j600_context *ctx = context; in regmap_encx24j600_reg_update_bits() local [all …]
|