Home
last modified time | relevance | path

Searched defs:ctx (Results 51 – 75 of 2965) sorted by relevance

12345678910>>...119

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c24 struct iwl_rxon_context *ctx) in iwl_connection_init_rx_config()
85 struct iwl_rxon_context *ctx, in iwlagn_disable_bss()
105 struct iwl_rxon_context *ctx, in iwlagn_disable_pan()
142 struct iwl_rxon_context *ctx, in iwlagn_disconn_pan()
158 struct iwl_rxon_context *ctx) in iwlagn_update_qos()
198 struct iwl_rxon_context *ctx) in iwlagn_send_rxon_assoc()
278 struct iwl_rxon_context *ctx) in iwl_send_rxon_timing()
346 struct iwl_rxon_context *ctx) in iwlagn_rxon_disconn()
392 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl_set_tx_power() local
446 struct iwl_rxon_context *ctx) in iwlagn_rxon_connect()
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dzstd.c32 static int zstd_comp_init(struct zstd_ctx *ctx) in zstd_comp_init()
56 static int zstd_decomp_init(struct zstd_ctx *ctx) in zstd_decomp_init()
79 static void zstd_comp_exit(struct zstd_ctx *ctx) in zstd_comp_exit()
86 static void zstd_decomp_exit(struct zstd_ctx *ctx) in zstd_decomp_exit()
93 static int __zstd_init(void *ctx) in __zstd_init()
109 struct zstd_ctx *ctx; in zstd_alloc_ctx() local
126 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_init() local
131 static void __zstd_exit(void *ctx) in __zstd_exit()
137 static void zstd_free_ctx(struct crypto_scomp *tfm, void *ctx) in zstd_free_ctx()
145 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_exit() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_v4l2.c39 hantro_get_formats(const struct hantro_ctx *ctx, unsigned int *num_fmts) in hantro_get_formats()
55 hantro_get_postproc_formats(const struct hantro_ctx *ctx, in hantro_get_postproc_formats()
68 hantro_find_format(const struct hantro_ctx *ctx, u32 fourcc) in hantro_find_format()
86 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream) in hantro_get_default_fmt()
116 struct hantro_ctx *ctx = fh_to_ctx(priv); in vidioc_enum_framesizes() local
146 struct hantro_ctx *ctx = fh_to_ctx(priv); in vidioc_enum_fmt() local
213 struct hantro_ctx *ctx = fh_to_ctx(priv); in vidioc_g_fmt_out_mplane() local
226 struct hantro_ctx *ctx = fh_to_ctx(priv); in vidioc_g_fmt_cap_mplane() local
235 static int hantro_try_fmt(const struct hantro_ctx *ctx, in hantro_try_fmt()
326 hantro_reset_encoded_fmt(struct hantro_ctx *ctx) in hantro_reset_encoded_fmt()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_ae_module.cpp69 static int sample_hall_dciris_calib(const rk_aiq_sys_ctx_t* ctx) { in sample_hall_dciris_calib()
171 static int sample_set_ae_onoff(const rk_aiq_sys_ctx_t* ctx, bool on) in sample_set_ae_onoff()
183 static int sample_set_exp_manual(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync) in sample_set_exp_manual()
211 static int sample_set_exp_manual_test(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync) in sample_set_exp_manual_test()
239 static int sample_set_exp_auto(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync) in sample_set_exp_auto()
253 static int sample_set_time_manual_and_gain_auto(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_… in sample_set_time_manual_and_gain_auto()
281 static int sample_set_time_auto_and_gain_manual(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_… in sample_set_time_auto_and_gain_manual()
307 static int sample_set_time_range(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync) in sample_set_time_range()
332 static int sample_get_time_range(const rk_aiq_sys_ctx_t* ctx) in sample_get_time_range()
350 static int sample_set_gain_range(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync) in sample_set_gain_range()
[all …]
H A Dsample_acp_module.cpp62 static int sample_set_acp_contrast(const rk_aiq_sys_ctx_t* ctx, uint8_t level) in sample_set_acp_contrast()
68 static int sample_get_acp_contrast(const rk_aiq_sys_ctx_t* ctx) in sample_get_acp_contrast()
76 static int sample_set_acp_brightness(const rk_aiq_sys_ctx_t* ctx, uint8_t level) in sample_set_acp_brightness()
82 static int sample_get_acp_brightness(const rk_aiq_sys_ctx_t* ctx) in sample_get_acp_brightness()
90 static int sample_set_acp_saturation(const rk_aiq_sys_ctx_t* ctx, uint8_t level) in sample_set_acp_saturation()
96 static int sample_get_acp_saturation(const rk_aiq_sys_ctx_t* ctx) in sample_get_acp_saturation()
104 static int sample_set_acp_hue(const rk_aiq_sys_ctx_t* ctx, uint8_t level) in sample_set_acp_hue()
110 static int sample_get_acp_hue(const rk_aiq_sys_ctx_t* ctx) in sample_get_acp_hue()
126 static int sample_acp_set_brightness(const rk_aiq_sys_ctx_t* ctx, uint8_t brightness, in sample_acp_set_brightness()
147 static int sample_acp_set_contrast(const rk_aiq_sys_ctx_t* ctx, uint8_t contrast, in sample_acp_set_contrast()
[all …]
H A Dsample_abayer2dnr_module.cpp49 XCamReturn sample_abayer2dnr_getAttri_v2 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync… in sample_abayer2dnr_getAttri_v2()
60 XCamReturn sample_abayer2dnr_getAttri_v23 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e syn… in sample_abayer2dnr_getAttri_v23()
73 XCamReturn sample_abayer2dnr_getStrength_v2 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e s… in sample_abayer2dnr_getStrength_v2()
87 XCamReturn sample_abayer2dnr_getStrength_v23 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e … in sample_abayer2dnr_getStrength_v23()
101 XCamReturn sample_abayer2dnr_setDefault_v2 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sy… in sample_abayer2dnr_setDefault_v2()
117 XCamReturn sample_abayer2dnr_setDefault_v23 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e s… in sample_abayer2dnr_setDefault_v23()
134 XCamReturn sample_abayer2dnr_setAuto_v2 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync_… in sample_abayer2dnr_setAuto_v2()
202 XCamReturn sample_abayer2dnr_setAuto_v23 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync… in sample_abayer2dnr_setAuto_v23()
318 XCamReturn sample_abayer2dnr_setManual_v2 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e syn… in sample_abayer2dnr_setManual_v2()
383 XCamReturn sample_abayer2dnr_setManual_v23 (const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sy… in sample_abayer2dnr_setManual_v23()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/
H A Drkvdec.c127 static void rkvdec_reset_fmt(struct rkvdec_ctx *ctx, struct v4l2_format *f, in rkvdec_reset_fmt()
139 static void rkvdec_reset_coded_fmt(struct rkvdec_ctx *ctx) in rkvdec_reset_coded_fmt()
154 static void rkvdec_reset_decoded_fmt(struct rkvdec_ctx *ctx) in rkvdec_reset_decoded_fmt()
204 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_try_capture_fmt() local
245 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_try_output_fmt() local
276 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_s_capture_fmt() local
297 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_s_output_fmt() local
358 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_g_output_fmt() local
367 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_g_capture_fmt() local
386 struct rkvdec_ctx *ctx = fh_to_rkvdec_ctx(priv); in rkvdec_enum_capture_fmt() local
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c35 struct rk_cipher_ctx *ctx = crypto_tfm_ctx(tfm); in rk_aes_setkey() local
48 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_des_setkey() local
63 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_tdes_setkey() local
78 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_ecb_encrypt() local
88 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_ecb_decrypt() local
98 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_cbc_encrypt() local
108 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_aes_cbc_decrypt() local
118 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_ecb_encrypt() local
128 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_ecb_decrypt() local
138 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_des_cbc_encrypt() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos5433_drm_decon.c95 static inline void decon_set_bits(struct decon_context *ctx, u32 reg, u32 mask, in decon_set_bits()
104 struct decon_context *ctx = crtc->ctx; in decon_enable_vblank() local
124 struct decon_context *ctx = crtc->ctx; in decon_disable_vblank() local
134 static u32 decon_get_frame_count(struct decon_context *ctx, bool end) in decon_get_frame_count()
175 static void decon_setup_trigger(struct decon_context *ctx) in decon_setup_trigger()
197 struct decon_context *ctx = crtc->ctx; in decon_commit() local
263 static void decon_win_set_bldeq(struct decon_context *ctx, unsigned int win, in decon_win_set_bldeq()
289 static void decon_win_set_bldmod(struct decon_context *ctx, unsigned int win, in decon_win_set_bldmod()
318 static void decon_win_set_pixfmt(struct decon_context *ctx, unsigned int win, in decon_win_set_pixfmt()
382 static void decon_shadow_protect(struct decon_context *ctx, bool protect) in decon_shadow_protect()
[all …]
H A Dexynos_mixer.c182 static inline u32 vp_reg_read(struct mixer_context *ctx, u32 reg_id) in vp_reg_read()
187 static inline void vp_reg_write(struct mixer_context *ctx, u32 reg_id, in vp_reg_write()
193 static inline void vp_reg_writemask(struct mixer_context *ctx, u32 reg_id, in vp_reg_writemask()
202 static inline u32 mixer_reg_read(struct mixer_context *ctx, u32 reg_id) in mixer_reg_read()
207 static inline void mixer_reg_write(struct mixer_context *ctx, u32 reg_id, in mixer_reg_write()
213 static inline void mixer_reg_writemask(struct mixer_context *ctx, in mixer_reg_writemask()
222 static void mixer_regs_dump(struct mixer_context *ctx) in mixer_regs_dump()
254 static void vp_regs_dump(struct mixer_context *ctx) in vp_regs_dump()
289 static inline void vp_filter_set(struct mixer_context *ctx, in vp_filter_set()
301 static void vp_default_filter(struct mixer_context *ctx) in vp_default_filter()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dapi.c50 void cxl_release_mapping(struct cxl_context *ctx) in cxl_release_mapping()
103 struct cxl_context *ctx; in cxl_dev_context_init() local
135 int cxl_release_context(struct cxl_context *ctx) in cxl_release_context()
146 static irq_hw_number_t cxl_find_afu_irq(struct cxl_context *ctx, int num) in cxl_find_afu_irq()
162 int cxl_set_priv(struct cxl_context *ctx, void *priv) in cxl_set_priv()
173 void *cxl_get_priv(struct cxl_context *ctx) in cxl_get_priv()
182 int cxl_allocate_afu_irqs(struct cxl_context *ctx, int num) in cxl_allocate_afu_irqs()
212 void cxl_free_afu_irqs(struct cxl_context *ctx) in cxl_free_afu_irqs()
230 int cxl_map_afu_irq(struct cxl_context *ctx, int num, in cxl_map_afu_irq()
246 void cxl_unmap_afu_irq(struct cxl_context *ctx, int num, void *cookie) in cxl_unmap_afu_irq()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c54 struct dc_context *ctx, in dm_helpers_parse_edid_caps()
170 struct dc_context *ctx, in dm_helpers_dp_update_branch_info()
178 struct dc_context *ctx, in dm_helpers_dp_mst_write_payload_allocation_table()
236 struct dc_context *ctx, in dm_helpers_dp_mst_poll_pending_down_reply()
244 struct dc_context *ctx, in dm_helpers_dp_mst_clear_payload_allocation_table()
253 struct dc_context *ctx, in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
279 struct dc_context *ctx, in dm_helpers_dp_mst_send_payload_allocation()
308 void dm_dtn_log_begin(struct dc_context *ctx, in dm_dtn_log_begin()
321 void dm_dtn_log_append_v(struct dc_context *ctx, in dm_dtn_log_append_v()
382 void dm_dtn_log_end(struct dc_context *ctx, in dm_dtn_log_end()
[all …]
H A Damdgpu_dm_pp_smu.c39 const struct dc_context *ctx, in dm_pp_apply_display_requirements()
332 const struct dc_context *ctx, in dm_pp_get_clock_levels_by_type()
418 const struct dc_context *ctx, in dm_pp_get_clock_levels_by_type_with_latency()
448 const struct dc_context *ctx, in dm_pp_get_clock_levels_by_type_with_voltage()
477 const struct dc_context *ctx, in dm_pp_notify_wm_clock_changes()
485 const struct dc_context *ctx, in dm_pp_apply_power_level_change_request()
493 const struct dc_context *ctx, in dm_pp_apply_clock_for_voltage_request()
520 const struct dc_context *ctx, in dm_pp_get_static_clocks()
548 const struct dc_context *ctx = pp->dm; in pp_rv_set_wm_ranges() local
599 const struct dc_context *ctx = pp->dm; in pp_rv_set_pme_wa_enable() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c61 static void dump_au(struct delta_ctx *ctx, struct delta_au *au) in dump_au()
77 static void dump_frame(struct delta_ctx *ctx, struct delta_frame *frame) in dump_frame()
90 static void delta_au_done(struct delta_ctx *ctx, struct delta_au *au, int err) in delta_au_done()
99 static void delta_frame_done(struct delta_ctx *ctx, struct delta_frame *frame, in delta_frame_done()
117 static void requeue_free_frames(struct delta_ctx *ctx) in requeue_free_frames()
134 static int delta_recycle(struct delta_ctx *ctx, struct delta_frame *frame) in delta_recycle()
159 static void delta_push_dts(struct delta_ctx *ctx, u64 val) in delta_push_dts()
177 static void delta_pop_dts(struct delta_ctx *ctx, u64 *val) in delta_pop_dts()
201 static void delta_flush_dts(struct delta_ctx *ctx) in delta_flush_dts()
242 static void set_default_params(struct delta_ctx *ctx) in set_default_params()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_enc.c41 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_venc_s_ctrl() local
202 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_s_parm() local
225 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_g_parm() local
239 static struct mtk_q_data *mtk_venc_get_q_data(struct mtk_vcodec_ctx *ctx, in mtk_venc_get_q_data()
334 static void mtk_venc_set_param(struct mtk_vcodec_ctx *ctx, in mtk_venc_set_param()
384 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_s_fmt_cap() local
447 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_s_fmt_out() local
516 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_venc_g_fmt() local
552 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_try_fmt_vid_cap_mplane() local
572 struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv); in vidioc_try_fmt_vid_out_mplane() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dcal-video.c149 static const struct cal_fmt *find_format_by_pix(struct cal_ctx *ctx, in find_format_by_pix()
164 static const struct cal_fmt *find_format_by_code(struct cal_ctx *ctx, in find_format_by_code()
182 struct cal_ctx *ctx = video_drvdata(file); in cal_querycap() local
195 struct cal_ctx *ctx = video_drvdata(file); in cal_enum_fmt_vid_cap() local
208 static int __subdev_get_format(struct cal_ctx *ctx, in __subdev_get_format()
230 static int __subdev_set_format(struct cal_ctx *ctx, in __subdev_set_format()
251 static int cal_calc_format_size(struct cal_ctx *ctx, in cal_calc_format_size()
288 struct cal_ctx *ctx = video_drvdata(file); in cal_g_fmt_vid_cap() local
298 struct cal_ctx *ctx = video_drvdata(file); in cal_try_fmt_vid_cap() local
357 struct cal_ctx *ctx = video_drvdata(file); in cal_s_fmt_vid_cap() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c102 void *vmw_validation_mem_alloc(struct vmw_validation_context *ctx, in vmw_validation_mem_alloc()
150 static void vmw_validation_mem_free(struct vmw_validation_context *ctx) in vmw_validation_mem_free()
177 vmw_validation_find_bo_dup(struct vmw_validation_context *ctx, in vmw_validation_find_bo_dup()
214 vmw_validation_find_res_dup(struct vmw_validation_context *ctx, in vmw_validation_find_res_dup()
258 int vmw_validation_add_bo(struct vmw_validation_context *ctx, in vmw_validation_add_bo()
313 int vmw_validation_add_resource(struct vmw_validation_context *ctx, in vmw_validation_add_resource()
389 void vmw_validation_res_set_dirty(struct vmw_validation_context *ctx, in vmw_validation_res_set_dirty()
414 void vmw_validation_res_switch_backup(struct vmw_validation_context *ctx, in vmw_validation_res_switch_backup()
440 int vmw_validation_res_reserve(struct vmw_validation_context *ctx, in vmw_validation_res_reserve()
494 void vmw_validation_res_unreserve(struct vmw_validation_context *ctx, in vmw_validation_res_unreserve()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c27 struct spu_context *ctx; in alloc_spu_context() local
71 struct spu_context *ctx; in destroy_spu_context() local
88 struct spu_context * get_spu_context(struct spu_context *ctx) in get_spu_context()
94 int put_spu_context(struct spu_context *ctx) in put_spu_context()
100 void spu_forget(struct spu_context *ctx) in spu_forget()
119 void spu_unmap_mappings(struct spu_context *ctx) in spu_unmap_mappings()
143 int spu_acquire_saved(struct spu_context *ctx) in spu_acquire_saved()
165 void spu_release_saved(struct spu_context *ctx) in spu_release_saved()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63j0x03.c119 static inline ssize_t s6e63j0x03_dcs_write_seq(struct s6e63j0x03 *ctx, in s6e63j0x03_dcs_write_seq()
127 #define s6e63j0x03_dcs_write_seq_static(ctx, seq...) \ argument
133 static inline int s6e63j0x03_enable_lv2_command(struct s6e63j0x03 *ctx) in s6e63j0x03_enable_lv2_command()
138 static inline int s6e63j0x03_apply_mtp_key(struct s6e63j0x03 *ctx, bool on) in s6e63j0x03_apply_mtp_key()
147 static int s6e63j0x03_power_on(struct s6e63j0x03 *ctx) in s6e63j0x03_power_on()
165 static int s6e63j0x03_power_off(struct s6e63j0x03 *ctx) in s6e63j0x03_power_off()
182 static int s6e63j0x03_update_gamma(struct s6e63j0x03 *ctx, in s6e63j0x03_update_gamma()
208 struct s6e63j0x03 *ctx = bl_get_data(bl_dev); in s6e63j0x03_set_brightness() local
220 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel); in s6e63j0x03_disable() local
241 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel); in s6e63j0x03_unprepare() local
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Deventfd.c48 __u64 eventfd_signal_mask(struct eventfd_ctx *ctx, __u64 n, unsigned mask) in eventfd_signal_mask()
90 __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n) in eventfd_signal()
96 static void eventfd_free_ctx(struct eventfd_ctx *ctx) in eventfd_free_ctx()
105 struct eventfd_ctx *ctx = container_of(kref, struct eventfd_ctx, kref); in eventfd_free() local
117 void eventfd_ctx_put(struct eventfd_ctx *ctx) in eventfd_ctx_put()
125 struct eventfd_ctx *ctx = file->private_data; in eventfd_release() local
134 struct eventfd_ctx *ctx = file->private_data; in eventfd_poll() local
190 static void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read()
209 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait, in eventfd_ctx_remove_wait_queue()
228 struct eventfd_ctx *ctx = file->private_data; in eventfd_read() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_enc.c1094 static int s5p_mfc_ctx_ready(struct s5p_mfc_ctx *ctx) in s5p_mfc_ctx_ready()
1114 static void cleanup_ref_queue(struct s5p_mfc_ctx *ctx) in cleanup_ref_queue()
1133 static int enc_pre_seq_start(struct s5p_mfc_ctx *ctx) in enc_pre_seq_start()
1148 static int enc_post_seq_start(struct s5p_mfc_ctx *ctx) in enc_post_seq_start()
1190 static int enc_pre_frame_start(struct s5p_mfc_ctx *ctx) in enc_pre_frame_start()
1213 static int enc_post_frame_start(struct s5p_mfc_ctx *ctx) in enc_post_frame_start()
1354 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_g_fmt() local
1430 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_s_fmt() local
1483 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_reqbufs() local
1562 struct s5p_mfc_ctx *ctx = fh_to_ctx(priv); in vidioc_querybuf() local
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dcontext.c11 struct ocxl_context *ctx; in ocxl_context_alloc() local
58 struct ocxl_context *ctx = (struct ocxl_context *) data; in xsl_fault_error() local
69 int ocxl_context_attach(struct ocxl_context *ctx, u64 amr, struct mm_struct *mm) in ocxl_context_attach()
97 u64 offset, struct ocxl_context *ctx) in map_afu_irq()
110 u64 offset, struct ocxl_context *ctx) in map_pp_mmio()
140 struct ocxl_context *ctx = vma->vm_file->private_data; in ocxl_mmap_fault() local
159 static int check_mmap_afu_irq(struct ocxl_context *ctx, in check_mmap_afu_irq()
185 static int check_mmap_mmio(struct ocxl_context *ctx, in check_mmap_mmio()
194 int ocxl_context_mmap(struct ocxl_context *ctx, struct vm_area_struct *vma) in ocxl_context_mmap()
211 int ocxl_context_detach(struct ocxl_context *ctx) in ocxl_context_detach()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp89 #define check_mpp_ctx(ctx) _check_mpp_ctx(ctx, __FUNCTION__) argument
100 static MPP_RET mpi_decode(MppCtx ctx, MppPacket packet, MppFrame *frame) in mpi_decode()
127 static MPP_RET mpi_decode_put_packet(MppCtx ctx, MppPacket packet) in mpi_decode_put_packet()
151 static MPP_RET mpi_decode_get_frame(MppCtx ctx, MppFrame *frame) in mpi_decode_get_frame()
175 static MPP_RET mpi_encode(MppCtx ctx, MppFrame frame, MppPacket *packet) in mpi_encode()
199 static MPP_RET mpi_encode_put_frame(MppCtx ctx, MppFrame frame) in mpi_encode_put_frame()
223 static MPP_RET mpi_encode_get_packet(MppCtx ctx, MppPacket *packet) in mpi_encode_get_packet()
247 static MPP_RET mpi_isp(MppCtx ctx, MppFrame dst, MppFrame src) in mpi_isp()
258 static MPP_RET mpi_isp_put_frame(MppCtx ctx, MppFrame frame) in mpi_isp_put_frame()
269 static MPP_RET mpi_isp_get_frame(MppCtx ctx, MppFrame *frame) in mpi_isp_get_frame()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/
H A Dphl_test_verify.c28 void verify_cmd_done_notification_complete(void *ctx, struct phl_msg *msg) in verify_cmd_done_notification_complete()
98 u8 verify_bp_handler(void *ctx, struct test_bp_info *bp_info) in verify_bp_handler()
118 u8 verify_get_fail_rsn(void *ctx, char *rsn, u32 max_len) in verify_get_fail_rsn()
124 u8 verify_is_test_end(void *ctx) in verify_is_test_end()
131 u8 verifyg_is_test_pass(void *ctx) in verifyg_is_test_pass()
137 u8 verify_start(void *ctx) in verify_start()
209 enum rtw_phl_status phl_test_verify_alloc(struct phl_info_t *phl_info, void *hal, void **ctx) in phl_test_verify_alloc()
236 void phl_test_verify_free(void **ctx) in phl_test_verify_free()
250 void phl_test_verify_init(void *ctx) in phl_test_verify_init()
278 void phl_test_verify_deinit(void *ctx) in phl_test_verify_deinit()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/
H A Dphl_test_verify.c28 void verify_cmd_done_notification_complete(void *ctx, struct phl_msg *msg) in verify_cmd_done_notification_complete()
98 u8 verify_bp_handler(void *ctx, struct test_bp_info *bp_info) in verify_bp_handler()
118 u8 verify_get_fail_rsn(void *ctx, char *rsn, u32 max_len) in verify_get_fail_rsn()
124 u8 verify_is_test_end(void *ctx) in verify_is_test_end()
131 u8 verifyg_is_test_pass(void *ctx) in verifyg_is_test_pass()
137 u8 verify_start(void *ctx) in verify_start()
209 enum rtw_phl_status phl_test_verify_alloc(struct phl_info_t *phl_info, void *hal, void **ctx) in phl_test_verify_alloc()
236 void phl_test_verify_free(void **ctx) in phl_test_verify_free()
250 void phl_test_verify_init(void *ctx) in phl_test_verify_init()
278 void phl_test_verify_deinit(void *ctx) in phl_test_verify_deinit()
[all …]

12345678910>>...119