Home
last modified time | relevance | path

Searched defs:ctx (Results 226 – 250 of 2965) sorted by relevance

12345678910>>...119

/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py166 def draw_text(ctx, text, color, x, y): argument
171 def draw_fill_rect(ctx, color, rect): argument
176 def draw_rect(ctx, color, rect): argument
181 def draw_legend_box(ctx, label, fill_color, x, y, s): argument
186 def draw_legend_line(ctx, label, fill_color, x, y, s): argument
192 def draw_label_in_box(ctx, color, label, x, y, w, maxx): argument
201 def draw_sec_labels(ctx, options, rect, sec_w, nsecs): argument
216 def draw_box_ticks(ctx, rect, sec_w): argument
239 def draw_annotations(ctx, proc_tree, times, rect): argument
255 def draw_chart(ctx, color, fill, chart_bounds, data, proc_tree, data_range): argument
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dxgene-hwmon.c131 static int xgene_hwmon_pcc_rd(struct xgene_hwmon_dev *ctx, u32 *msg) in xgene_hwmon_pcc_rd()
189 static int xgene_hwmon_rd(struct xgene_hwmon_dev *ctx, u32 *msg) in xgene_hwmon_rd()
226 static int xgene_hwmon_reg_map_rd(struct xgene_hwmon_dev *ctx, u32 addr, in xgene_hwmon_reg_map_rd()
255 static int xgene_hwmon_get_notification_msg(struct xgene_hwmon_dev *ctx, in xgene_hwmon_get_notification_msg()
276 static int xgene_hwmon_get_cpu_pwr(struct xgene_hwmon_dev *ctx, u32 *val) in xgene_hwmon_get_cpu_pwr()
293 static int xgene_hwmon_get_io_pwr(struct xgene_hwmon_dev *ctx, u32 *val) in xgene_hwmon_get_io_pwr()
310 static int xgene_hwmon_get_temp(struct xgene_hwmon_dev *ctx, u32 *val) in xgene_hwmon_get_temp()
322 struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev); in temp1_input_show() local
346 struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev); in temp1_critical_alarm_show() local
369 struct xgene_hwmon_dev *ctx = dev_get_drvdata(dev); in power1_input_show() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-leadtek-ltk050h3146w.c255 static int ltk050h3146w_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_init_sequence()
344 static int ltk050h3146w_a2_select_page(struct ltk050h3146w *ctx, int page) in ltk050h3146w_a2_select_page()
352 static int ltk050h3146w_a2_write_page(struct ltk050h3146w *ctx, int page, in ltk050h3146w_a2_write_page()
377 static int ltk050h3146w_a2_init_sequence(struct ltk050h3146w *ctx) in ltk050h3146w_a2_init_sequence()
440 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_unprepare() local
469 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_prepare() local
530 struct ltk050h3146w *ctx = panel_to_ltk050h3146w(panel); in ltk050h3146w_get_modes() local
556 struct ltk050h3146w *ctx; in ltk050h3146w_probe() local
619 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_shutdown() local
633 struct ltk050h3146w *ctx = mipi_dsi_get_drvdata(dsi); in ltk050h3146w_remove() local
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c106 int crypto_sha_init(struct udevice *dev, sha_context *ctx) in crypto_sha_init()
132 int crypto_sha_final(struct udevice *dev, sha_context *ctx, u8 *output) in crypto_sha_final()
175 int crypto_hmac_init(struct udevice *dev, sha_context *ctx, in crypto_hmac_init()
202 int crypto_hmac_final(struct udevice *dev, sha_context *ctx, u8 *output) in crypto_hmac_final()
212 int crypto_sha_csum(struct udevice *dev, sha_context *ctx, in crypto_sha_csum()
230 int crypto_sha_regions_csum(struct udevice *dev, sha_context *ctx, in crypto_sha_regions_csum()
254 int crypto_rsa_verify(struct udevice *dev, rsa_key *ctx, u8 *sign, u8 *output) in crypto_rsa_verify()
267 int crypto_cipher(struct udevice *dev, cipher_context *ctx, in crypto_cipher()
278 int crypto_mac(struct udevice *dev, cipher_context *ctx, in crypto_mac()
289 int crypto_ae(struct udevice *dev, cipher_context *ctx, in crypto_ae()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddm_services.h65 #define dm_read_reg(ctx, address) \ argument
70 #define dm_write_reg(ctx, address, value) \ argument
74 const struct dc_context *ctx, in dm_write_reg_func()
90 const struct dc_context *ctx, in dm_read_index_reg()
98 const struct dc_context *ctx, in dm_write_index_reg()
169 #define dm_write_reg_soc15(ctx, reg, inst_offset, value) \ argument
172 #define dm_read_reg_soc15(ctx, reg, inst_offset) \ argument
175 #define generic_reg_update_soc15(ctx, inst_offset, reg_name, n, ...)\ argument
179 #define generic_reg_set_soc15(ctx, inst_offset, reg_name, n, ...)\ argument
278 static inline unsigned long long dm_get_timestamp(struct dc_context *ctx) in dm_get_timestamp()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dxfrm.c55 static inline int selinux_authorizable_ctx(struct xfrm_sec_ctx *ctx) in selinux_authorizable_ctx()
80 struct xfrm_sec_ctx *ctx = NULL; in selinux_xfrm_alloc_user() local
124 static void selinux_xfrm_free(struct xfrm_sec_ctx *ctx) in selinux_xfrm_free()
136 static int selinux_xfrm_delete(struct xfrm_sec_ctx *ctx) in selinux_xfrm_delete()
153 int selinux_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir) in selinux_xfrm_policy_lookup()
239 struct xfrm_sec_ctx *ctx = x->security; in selinux_xfrm_skb_sid_ingress() local
317 void selinux_xfrm_policy_free(struct xfrm_sec_ctx *ctx) in selinux_xfrm_policy_free()
325 int selinux_xfrm_policy_delete(struct xfrm_sec_ctx *ctx) in selinux_xfrm_policy_delete()
348 struct xfrm_sec_ctx *ctx; in selinux_xfrm_state_alloc_acquire() local
417 struct xfrm_sec_ctx *ctx = x->security; in selinux_xfrm_sock_rcv_skb() local
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_v2.c39 HalVp8eCtx *ctx = (HalVp8eCtx *) hal; in vp8e_vpu_frame_start() local
284 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_init_v2() local
330 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_deinit_v2() local
350 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_gen_regs_v2() local
375 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_start_v2() local
423 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in vp8e_update_hw_cfg() local
448 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_wait_v2() local
482 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu1_get_task_v2() local
H A Dhal_vp8e_vepu2_v2.c40 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in vp8e_vpu_frame_start() local
286 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_init_v2() local
334 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_deinit_v2() local
354 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_gen_regs_v2() local
379 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_start_v2() local
427 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in vp8e_update_hw_cfg() local
451 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_wait_v2() local
484 HalVp8eCtx *ctx = (HalVp8eCtx *)hal; in hal_vp8e_vepu2_get_task_v2() local
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/cryp/
H A Dcryp_core.c170 static void add_session_id(struct cryp_ctx *ctx) in add_session_id()
184 struct cryp_ctx *ctx; in cryp_interrupt_handler() local
272 static int cfg_ivs(struct cryp_device_data *device_data, struct cryp_ctx *ctx) in cfg_ivs()
328 static int cfg_keys(struct cryp_ctx *ctx) in cfg_keys()
362 static int cryp_setup_context(struct cryp_ctx *ctx, in cryp_setup_context()
416 static int cryp_get_device_data(struct cryp_ctx *ctx, in cryp_get_device_data()
507 struct cryp_ctx *ctx = (struct cryp_ctx *) data; in cryp_dma_out_callback() local
513 static int cryp_set_dma_transfer(struct cryp_ctx *ctx, in cryp_set_dma_transfer()
602 static void cryp_dma_done(struct cryp_ctx *ctx) in cryp_dma_done()
619 static int cryp_dma_write(struct cryp_ctx *ctx, struct scatterlist *sg, in cryp_dma_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1_skcipher.c23 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_alg_ctx_cast() local
53 struct rk_cipher_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in rk_handle_req() local
98 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_cipher_setkey() local
146 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_encrypt() local
166 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_cipher_decrypt() local
191 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(cipher); in rk_ablk_hw_init() local
246 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_set_data_start() local
294 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_iv_copyback() local
315 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_update_iv() local
371 struct rk_cipher_ctx *ctx = crypto_skcipher_ctx(tfm); in rk_ablk_init_tfm() local
[all …]
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c56 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() local
80 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update() local
112 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
133 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final() local
163 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init() local
177 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update() local
195 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final() local
235 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest() local
256 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey() local
268 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c22 static u8 dbcc_get_class_from_buf(struct verify_context *ctx) in dbcc_get_class_from_buf()
36 dbcc_config(struct verify_context *ctx, struct dbcc_config_arg *arg) in dbcc_config()
58 dbcc_tx_tmac(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx_tmac()
93 dbcc_tx(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx()
125 dbcc_tx_status(struct verify_context *ctx, struct dbcc_tx_cnt_arg *arg) in dbcc_tx_status()
162 struct verify_context *ctx = NULL; in rtw_test_dbcc_cmd_process() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/verify/dbcc/
H A Dphl_test_dbcc.c22 static u8 dbcc_get_class_from_buf(struct verify_context *ctx) in dbcc_get_class_from_buf()
36 dbcc_config(struct verify_context *ctx, struct dbcc_config_arg *arg) in dbcc_config()
58 dbcc_tx_tmac(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx_tmac()
93 dbcc_tx(struct verify_context *ctx, struct dbcc_tx_arg *arg) in dbcc_tx()
125 dbcc_tx_status(struct verify_context *ctx, struct dbcc_tx_cnt_arg *arg) in dbcc_tx_status()
162 struct verify_context *ctx = NULL; in rtw_test_dbcc_cmd_process() local
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dvpe.c430 static struct vpe_q_data *get_q_data(struct vpe_ctx *ctx, in get_q_data()
515 #define GET_OFFSET_TOP(ctx, obj, reg) \ argument
518 #define VPE_SET_MMR_ADB_HDR(ctx, hdr, regs, offset_a) \ argument
523 static void init_adb_hdrs(struct vpe_ctx *ctx) in init_adb_hdrs()
547 static int realloc_mv_buffers(struct vpe_ctx *ctx, size_t size) in realloc_mv_buffers()
588 static void free_mv_buffers(struct vpe_ctx *ctx) in free_mv_buffers()
598 static void free_vbs(struct vpe_ctx *ctx) in free_vbs()
655 static void set_us_coefficients(struct vpe_ctx *ctx) in set_us_coefficients()
683 static void set_cfg_modes(struct vpe_ctx *ctx) in set_cfg_modes()
708 static void set_line_modes(struct vpe_ctx *ctx) in set_line_modes()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adehaze/
H A Drk_aiq_uapi_adehaze_int.cpp6 XCamReturn rk_aiq_uapi_adehaze_v10_SetAttrib(RkAiqAlgoContext* ctx, adehaze_sw_v10_t* attr, in rk_aiq_uapi_adehaze_v10_SetAttrib()
22 XCamReturn rk_aiq_uapi_adehaze_v10_GetAttrib(RkAiqAlgoContext* ctx, adehaze_sw_v10_t* attr) { in rk_aiq_uapi_adehaze_v10_GetAttrib()
34 XCamReturn rk_aiq_uapi_adehaze_v11_SetAttrib(RkAiqAlgoContext* ctx, adehaze_sw_v11_t* attr, in rk_aiq_uapi_adehaze_v11_SetAttrib()
93 XCamReturn rk_aiq_uapi_adehaze_v11_GetAttrib(RkAiqAlgoContext* ctx, adehaze_sw_v11_t* attr) { in rk_aiq_uapi_adehaze_v11_GetAttrib()
119 XCamReturn rk_aiq_uapi_adehaze_v12_SetAttrib(RkAiqAlgoContext* ctx, adehaze_sw_v12_t* attr, in rk_aiq_uapi_adehaze_v12_SetAttrib()
151 XCamReturn rk_aiq_uapi_adehaze_v12_GetAttrib(RkAiqAlgoContext* ctx, adehaze_sw_v12_t* attr) { in rk_aiq_uapi_adehaze_v12_GetAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/
H A Drk_aiq_uapi_amerge_int.cpp5 XCamReturn rk_aiq_uapi_amerge_v10_SetAttrib(RkAiqAlgoContext* ctx, const mergeAttrV10_t* attr, in rk_aiq_uapi_amerge_v10_SetAttrib()
26 XCamReturn rk_aiq_uapi_amerge_v10_GetAttrib(RkAiqAlgoContext* ctx, mergeAttrV10_t* attr) { in rk_aiq_uapi_amerge_v10_GetAttrib()
48 XCamReturn rk_aiq_uapi_amerge_v11_SetAttrib(RkAiqAlgoContext* ctx, const mergeAttrV11_t* attr, in rk_aiq_uapi_amerge_v11_SetAttrib()
69 XCamReturn rk_aiq_uapi_amerge_v11_GetAttrib(RkAiqAlgoContext* ctx, mergeAttrV11_t* attr) { in rk_aiq_uapi_amerge_v11_GetAttrib()
91 XCamReturn rk_aiq_uapi_amerge_v12_SetAttrib(RkAiqAlgoContext* ctx, const mergeAttrV12_t* attr, in rk_aiq_uapi_amerge_v12_SetAttrib()
112 XCamReturn rk_aiq_uapi_amerge_v12_GetAttrib(RkAiqAlgoContext* ctx, mergeAttrV12_t* attr) { in rk_aiq_uapi_amerge_v12_GetAttrib()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstat-shadow.c29 int ctx; member
102 int ctx, in saved_value_lookup()
151 int ctx = 0; in evsel_context() local
196 int ctx, int cpu, u64 count) in update_runtime_stat()
213 int ctx = evsel_context(counter); in perf_stat__update_shadow_stats() local
338 struct expr_parse_ctx ctx; in perf_stat__collect_metric_expr() local
425 enum stat_type type, int ctx, int cpu) in runtime_stat_avg()
437 enum stat_type type, int ctx, int cpu) in runtime_stat_n()
456 int ctx = evsel_context(evsel); in print_stalled_cycles_frontend() local
480 int ctx = evsel_context(evsel); in print_stalled_cycles_backend() local
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp154 MPP_RET mpp_enc_deinit_v2(MppEnc ctx) in mpp_enc_deinit_v2()
210 MPP_RET mpp_enc_start_v2(MppEnc ctx) in mpp_enc_start_v2()
228 MPP_RET mpp_enc_start_async(MppEnc ctx) in mpp_enc_start_async()
246 MPP_RET mpp_enc_stop_v2(MppEnc ctx) in mpp_enc_stop_v2()
264 MPP_RET mpp_enc_reset_v2(MppEnc ctx) in mpp_enc_reset_v2()
286 MPP_RET mpp_enc_notify_v2(MppEnc ctx, RK_U32 flag) in mpp_enc_notify_v2()
321 MPP_RET mpp_enc_control_v2(MppEnc ctx, MpiCmd cmd, void *param) in mpp_enc_control_v2()
/OK3568_Linux_fs/kernel/crypto/
H A D842.c33 void *ctx; in crypto842_alloc_ctx() local
44 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_init() local
53 static void crypto842_free_ctx(struct crypto_scomp *tfm, void *ctx) in crypto842_free_ctx()
60 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_exit() local
69 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_compress() local
76 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_scompress()
90 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_sdecompress()
H A Drsa-pkcs1pad.c110 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_set_pub_key() local
131 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_set_priv_key() local
151 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_get_max_size() local
177 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_encrypt_sign_complete() local
232 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_encrypt() local
280 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_decrypt_complete() local
349 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_decrypt() local
382 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_sign() local
439 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_verify_complete() local
537 struct pkcs1pad_ctx *ctx = akcipher_tfm_ctx(tfm); in pkcs1pad_verify() local
[all …]
H A Dlzo.c20 void *ctx; in lzo_alloc_ctx() local
31 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_init() local
40 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) in lzo_free_ctx()
47 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_exit() local
53 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress()
70 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_compress() local
77 void *ctx) in lzo_scompress()
105 void *ctx) in lzo_sdecompress()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_aldch_v21_module.cpp71 XCamReturn sample_aldch_v21_en(const rk_aiq_sys_ctx_t* ctx, bool en) in sample_aldch_v21_en()
86 XCamReturn sample_aldch_v21_setCorrectLevel(const rk_aiq_sys_ctx_t* ctx, int correctLevel, rk_aiq_… in sample_aldch_v21_setCorrectLevel()
108 XCamReturn sample_aldch_v21_bic_mode_en(const rk_aiq_sys_ctx_t* ctx, bool en) in sample_aldch_v21_bic_mode_en()
123 XCamReturn sample_aldch_v21_zero_interp_en(const rk_aiq_sys_ctx_t* ctx, bool en) in sample_aldch_v21_zero_interp_en()
138 XCamReturn sample_aldch_v21_sample_avr_en(const rk_aiq_sys_ctx_t* ctx, bool en) in sample_aldch_v21_sample_avr_en()
153 XCamReturn sample_aldch_v21_bic_weight_table(const rk_aiq_sys_ctx_t* ctx, bool isSwitch) in sample_aldch_v21_bic_weight_table()
177 const rk_aiq_sys_ctx_t* ctx; in sample_aldch_v21_module() local
H A Dsample_adpcc_module.cpp28 static int sample_dpcc_set_attr(const rk_aiq_sys_ctx_t *ctx, in sample_dpcc_set_attr()
60 static int sample_dpcc_get_attr(const rk_aiq_sys_ctx_t *ctx) { in sample_dpcc_get_attr()
83 static int sample_dpcc_set_attr_async(const rk_aiq_sys_ctx_t *ctx) { in sample_dpcc_set_attr_async()
92 static int sample_dpcc_set_attr_sync(const rk_aiq_sys_ctx_t *ctx) { in sample_dpcc_set_attr_sync()
122 const rk_aiq_sys_ctx_t *ctx; in sample_adpcc_module() local
H A Dsample_alsc_module.cpp30 static int sample_lsc_set_attr(const rk_aiq_sys_ctx_t* ctx, rk_aiq_uapi_mode_sync_e sync) in sample_lsc_set_attr()
57 static int sample_lsc_get_attr(const rk_aiq_sys_ctx_t* ctx) in sample_lsc_get_attr()
95 static int sample_lsc_set_attr_async(const rk_aiq_sys_ctx_t* ctx) in sample_lsc_set_attr_async()
105 static int sample_lsc_set_attr_sync(const rk_aiq_sys_ctx_t* ctx) in sample_lsc_set_attr_sync()
134 const rk_aiq_sys_ctx_t* ctx; in sample_alsc_module() local
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-ce-glue.c57 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds()
69 static int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in ce_aes_expandkey()
140 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ce_aes_setkey() local
153 struct crypto_aes_xts_ctx *ctx = crypto_skcipher_ctx(tfm); in xts_set_key() local
170 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt() local
190 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt() local
211 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_walk() local
241 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt_walk() local
270 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_encrypt() local
328 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_decrypt() local
[all …]

12345678910>>...119