Home
last modified time | relevance | path

Searched refs:argp (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H A Dtde_ioctl.c48 typedef hi_s32 (*tde_ctrl_ptr_func)(unsigned long argp, hi_void *private_data);
54 hi_s32 tde_osr_begin_job(unsigned long argp, hi_void *private_data);
55 static hi_s32 tde_osr_blit_blit(unsigned long argp, hi_void *private_data);
56 static hi_s32 tde_osr_solid_draw(unsigned long argp, hi_void *private_data);
57 static hi_s32 tde_osr_quick_copy(unsigned long argp, hi_void *private_data);
58 static hi_s32 tde_osr_quick_resize(unsigned long argp, hi_void *private_data);
59 static hi_s32 tde_osr_quick_fill(unsigned long argp, hi_void *private_data);
60 static hi_s32 tde_osr_quick_deflicker(unsigned long argp, hi_void *private_data);
61 static hi_s32 tde_osr_mb_blit_blit(unsigned long argp, hi_void *private_data);
62 static hi_s32 tde_osr_end_job(unsigned long argp, hi_voi
431 tde_osr_begin_job(unsigned long argp, hi_void *private_data) tde_osr_begin_job() argument
448 tde_osr_blit_blit(unsigned long argp, hi_void *private_data) tde_osr_blit_blit() argument
480 tde_osr_solid_draw(unsigned long argp, hi_void *private_data) tde_osr_solid_draw() argument
509 tde_osr_quick_copy(unsigned long argp, hi_void *private_data) tde_osr_quick_copy() argument
531 tde_osr_quick_resize(unsigned long argp, hi_void *private_data) tde_osr_quick_resize() argument
548 tde_osr_quick_fill(unsigned long argp, hi_void *private_data) tde_osr_quick_fill() argument
564 tde_osr_quick_deflicker(unsigned long argp, hi_void *private_data) tde_osr_quick_deflicker() argument
588 tde_osr_mb_blit_blit(unsigned long argp, hi_void *private_data) tde_osr_mb_blit_blit() argument
606 tde_osr_end_job(unsigned long argp, hi_void *private_data) tde_osr_end_job() argument
618 tde_osr_wait_for_done(unsigned long argp, hi_void *private_data) tde_osr_wait_for_done() argument
630 tde_osr_cancel_job(unsigned long argp, hi_void *private_data) tde_osr_cancel_job() argument
642 tde_osr_bit_map_mask_rop(unsigned long argp, hi_void *private_data) tde_osr_bit_map_mask_rop() argument
680 tde_osr_bit_map_mask_blend(unsigned long argp, hi_void *private_data) tde_osr_bit_map_mask_blend() argument
718 tde_osr_wait_all_done(unsigned long argp, hi_void *private_data) tde_osr_wait_all_done() argument
725 tde_osr_reset(unsigned long argp, hi_void *private_data) tde_osr_reset() argument
732 tde_osr_set_deflicker_level(unsigned long argp, hi_void *private_data) tde_osr_set_deflicker_level() argument
750 tde_osr_get_deflicker_level(unsigned long argp, hi_void *private_data) tde_osr_get_deflicker_level() argument
768 tde_osr_set_alpha_threshold_value(unsigned long argp, hi_void *private_data) tde_osr_set_alpha_threshold_value() argument
780 tde_osr_get_alpha_threshold_value(unsigned long argp, hi_void *private_data) tde_osr_get_alpha_threshold_value() argument
796 tde_osr_set_alpha_threshold_state(unsigned long argp, hi_void *private_data) tde_osr_set_alpha_threshold_state() argument
808 tde_osr_get_alpha_threshold_state(unsigned long argp, hi_void *private_data) tde_osr_get_alpha_threshold_state() argument
822 tde_osr_pattern_fill(unsigned long argp, hi_void *private_data) tde_osr_pattern_fill() argument
858 tde_osr_enable_region_deflicker(unsigned long argp, hi_void *private_data) tde_osr_enable_region_deflicker() argument
870 tde_osr_rotate(unsigned long argp, hi_void *private_data) tde_osr_rotate() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_dispatch.c47 static hi_s32 dispatch_symc_create_handle(hi_void *argp) in dispatch_symc_create_handle() argument
50 symc_create_t *symc_create = argp; in dispatch_symc_create_handle()
65 static hi_s32 dispatch_symc_destroy_handle(hi_void *argp) in dispatch_symc_destroy_handle() argument
68 symc_destroy_t *destroy = argp; in dispatch_symc_destroy_handle()
82 static hi_s32 dispatch_symc_cfg(hi_void *argp) in dispatch_symc_cfg() argument
85 symc_cfg_t *cfg = argp; in dispatch_symc_cfg()
99 static hi_s32 dispatch_symc_encrypt(hi_void *argp) in dispatch_symc_encrypt() argument
102 symc_encrypt_t *encrypt = argp; in dispatch_symc_encrypt()
140 static hi_s32 dispatch_symc_encrypt_multi(hi_void *argp) in dispatch_symc_encrypt_multi() argument
143 symc_encrypt_multi_t *encrypt_multi = argp; in dispatch_symc_encrypt_multi()
159 dispatch_symc_get_tag(hi_void *argp) dispatch_symc_get_tag() argument
176 dispatch_symc_get_cfg(hi_void *argp) dispatch_symc_get_cfg() argument
193 dispatch_klad_key(hi_void *argp) dispatch_klad_key() argument
211 dispatch_hash_start(hi_void *argp) dispatch_hash_start() argument
257 dispatch_hash_update(hi_void *argp) dispatch_hash_update() argument
277 dispatch_hash_finish(hi_void *argp) dispatch_hash_finish() argument
540 dispatch_rsa_encrypt(hi_void *argp) dispatch_rsa_encrypt() argument
581 dispatch_rsa_decrypt(hi_void *argp) dispatch_rsa_decrypt() argument
622 dispatch_rsa_sign_hash(hi_void *argp) dispatch_rsa_sign_hash() argument
663 dispatch_rsa_verify_hash(hi_void *argp) dispatch_rsa_verify_hash() argument
748 dispatch_rsa_bn_exp_mod(hi_void *argp) dispatch_rsa_bn_exp_mod() argument
784 dispatch_trng_get_random(hi_void *argp) dispatch_trng_get_random() argument
820 crypto_ioctl(hi_u32 cmd, hi_void *argp) crypto_ioctl() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
H A Dhi_wtdg.c248 void *argp = (void *)(uintptr_t)arg; in hidog_ioctl() local
256 err = memcpy_s(argp, sizeof(g_ident), &g_ident, sizeof(g_ident)); in hidog_ioctl()
262 err = memcpy_s((int *)argp, sizeof(int), &g_options, sizeof(int)); in hidog_ioctl()
271 err = memcpy_s(&new_margin, sizeof(int), (int *)argp, sizeof(int)); in hidog_ioctl()
281 err = memcpy_s((int *)argp, sizeof(int), &g_cur_margin, sizeof(int)); in hidog_ioctl()
286 err = memcpy_s(&new_options, sizeof(int), (int *)argp, sizeof(int)); in hidog_ioctl()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
H A Dmipi_rx.c994 unsigned long *argp = (unsigned long *)(uintptr_t)arg; in mipi_rx_ioctl() local
998 if (argp == NULL) { in mipi_rx_ioctl()
1009 pstcombo_dev_attr = (combo_dev_attr_t *)argp; in mipi_rx_ioctl()
1035 p_phy_cmv = (phy_cmv_t *)argp; in mipi_rx_ioctl()
1048 err = memcpy_s(&sns_reset_source, sizeof(sns_rst_source_t), argp, sizeof(sns_rst_source_t)); in mipi_rx_ioctl()
1064 err = memcpy_s(&sns_reset_source, sizeof(sns_rst_source_t), argp, sizeof(sns_rst_source_t)); in mipi_rx_ioctl()
1080 err = memcpy_s(&combo_dev, sizeof(combo_dev_t), argp, sizeof(combo_dev_t)); in mipi_rx_ioctl()
1096 err = memcpy_s(&combo_dev, sizeof(combo_dev_t), argp, sizeof(combo_dev_t)); in mipi_rx_ioctl()
1124 err = memcpy_s(&lane_divide_mode, sizeof(lane_divide_mode_t), argp, sizeof(lane_divide_mode_t)); in mipi_rx_ioctl()
1140 err = memcpy_s(&combo_dev, sizeof(combo_dev_t), argp, sizeo in mipi_rx_ioctl()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c152 static hi_s32 hifb_onrefresh(hifb_par *par, hi_void __user *argp);
168 static hi_s32 hifb_onputlayerinfo(struct fb_info *info, hifb_par *par, const hi_void __user *argp);
2021 static hi_s32 hifb_ioctl_check_param(struct fb_info *info, hi_u32 cmd, hi_void *argp) in hifb_ioctl_check_param() argument
2035 if ((argp == HI_NULL) && (cmd != FBIOGET_VBLANK_HIFB) && in hifb_ioctl_check_param()
2065 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; in hifb_get_colorkey() local
2080 return osal_copy_to_user(argp, &colorkey, sizeof(HIFB_COLORKEY_S)); in hifb_get_colorkey()
2088 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; in hifb_set_colorkey() local
2092 if (osal_copy_from_user(&colorkey, argp, sizeof(HIFB_COLORKEY_S))) { in hifb_set_colorkey()
2142 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; in hifb_get_layer_alpha() local
2148 return osal_copy_to_user(argp, in hifb_get_layer_alpha()
2153 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_layer_alpha() local
2185 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_screen_origin_pos() local
2198 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_screen_origin_pos() local
2281 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_show_layer() local
2322 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_layer_show_state() local
2332 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_capability() local
2344 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_sursor_info() local
2383 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_sursor_info() local
2411 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_state() local
2443 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_state() local
2468 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_pos() local
2500 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_pos() local
2525 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_colorkey() local
2566 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_colorkey() local
2595 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_cursor_alpha() local
2631 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_cursor_alpha() local
2656 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_attch_cursor() local
2695 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_detach_cursor() local
2733 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_layer_info() local
2742 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_layer_info() local
2753 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_canvas_buffer() local
2773 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_refresh_layer() local
2802 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_mirror_mode() local
2817 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_mirror_mode() local
2840 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_rotate_mode() local
2856 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_rotate_mode() local
2880 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_screen_size() local
2934 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_screen_size() local
3103 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_flip_surface() local
3217 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_compression_mode() local
3239 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_compression_mode() local
3256 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_mddrdetect() local
3315 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_mddrdetect() local
3347 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_set_dynamic_range() local
3366 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; hifb_get_dynamic_range() local
3536 hi_void __user *argp = (hi_void __user *)(hi_uintptr_t)arg; global() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h676 * @param[in] argp Indicates void pointer to struct ifreq.
699 * @param[out] argp Indicates void pointer to struct ifreq.
726 * @param[in] argp Indicates void pointer to struct ifreq.
750 * @param[out] argp Indicates void pointer to struct ifreq.
2271 parameter or output parameter, and the size of the argument argp in
2276 * @param[in] argp Specifies additional information, if required.
2332 * - For FIONREAD option, argp should point to an application variable of type signed int.
2354 int lwip_ioctl(int s, long request, void *argp);
2486 #define ioctlsocket(s, cmd, argp) lwip_ioctl(s, cmd, argp)
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_intf_k.c26 static hi_s32 hdmi_ext_ioctl(unsigned int cmd, void *argp) in hdmi_ext_ioctl() argument
29 ret = drv_hdmi_cmd_process(cmd, argp, HI_FALSE); in hdmi_ext_ioctl()
H A Ddrv_hdmi_intf.c3510 hi_void __user *argp = (hi_void __user *)arg; local
3511 return drv_hdmi_cmd_process(cmd, argp, user);
/device/soc/hisilicon/common/platform/mipi_csi/
H A Dmipi_csi_hi35xx.c717 static int32_t SetComboDevAttr(struct MipiCsiCntlr *cntlr, const ComboDevAttr *argp) in SetComboDevAttr() argument
723 if (argp == NULL) { in SetComboDevAttr()
728 devno = argp->devno; in SetComboDevAttr()
731 err = memcpy_s(&cntlr->ctx.comboDevAttr[devno], sizeof(ComboDevAttr), argp, sizeof(ComboDevAttr)); in SetComboDevAttr()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
H A Ddrv_osal_lib.h120 hi_s32 crypto_ioctl(hi_u32 cmd, hi_void *argp);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c460 * @argp: pointer where notification descriptor shall be stored
466 u32 buffer_count, u32 bitmap[4], void *argp, in kbasep_vinstr_attach_client()
519 int *fd = (int *)argp; in kbasep_vinstr_attach_client()
544 cli->legacy_buffer = (void __user *)argp; in kbasep_vinstr_attach_client()
465 kbasep_vinstr_attach_client(struct kbase_vinstr_context *vinstr_ctx, u32 buffer_count, u32 bitmap[4], void *argp, void *kernel_buffer) kbasep_vinstr_attach_client() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c499 * @argp: pointer where notification descriptor shall be stored
506 u32 bitmap[4], void *argp, void *kernel_buffer) in kbasep_vinstr_attach_client()
557 int *fd = (int *)argp; in kbasep_vinstr_attach_client()
585 cli->legacy_buffer = (void __user *)argp; in kbasep_vinstr_attach_client()
504 kbasep_vinstr_attach_client( struct kbase_vinstr_context *vinstr_ctx, u32 buffer_count, u32 bitmap[4], void *argp, void *kernel_buffer) kbasep_vinstr_attach_client() argument

Completed in 27 milliseconds