/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_ukk_wrappers.c | 40 return -EFAULT; in ump_get_api_version_wrapper() 55 return -EFAULT; in ump_get_api_version_wrapper() 79 return -EFAULT; in ump_release_wrapper() 109 return -EFAULT; in ump_size_get_wrapper() 123 return -EFAULT; in ump_size_get_wrapper() 144 return -EFAULT; in ump_msync_wrapper() 155 return -EFAULT; in ump_msync_wrapper() 172 return -EFAULT; in ump_cache_operations_control_wrapper() 184 return -EFAULT; in ump_cache_operations_control_wrapper() 202 return -EFAULT; in ump_switch_hw_usage_wrapper() [all...] |
H A D | ump_ukk_ref_wrappers.c | 46 return -EFAULT; in ump_allocate_wrapper() 72 return -EFAULT; in ump_allocate_wrapper() 132 return -EFAULT; in ump_dmabuf_import_wrapper() 165 ret = -EFAULT; in ump_dmabuf_import_wrapper() 180 ret = -EFAULT; in ump_dmabuf_import_wrapper() 187 ret = -EFAULT; in ump_dmabuf_import_wrapper() 210 ret = -EFAULT; in ump_dmabuf_import_wrapper()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_ukk_core.c | 27 if (0 != get_user(kargs.version, &uargs->version)) return -EFAULT; in get_api_version_wrapper() 33 if (0 != put_user(kargs.version, &uargs->version)) return -EFAULT; in get_api_version_wrapper() 34 if (0 != put_user(kargs.compatible, &uargs->compatible)) return -EFAULT; in get_api_version_wrapper() 46 if (0 != get_user(kargs.version, &uargs->version)) return -EFAULT; in get_api_version_v2_wrapper() 52 if (0 != put_user(kargs.version, &uargs->version)) return -EFAULT; in get_api_version_v2_wrapper() 53 if (0 != put_user(kargs.compatible, &uargs->compatible)) return -EFAULT; in get_api_version_v2_wrapper() 67 if (0 != put_user(kargs.version, &uargs->version)) return -EFAULT; 78 if (0 != put_user(kargs.version, &uargs->version)) return -EFAULT; in get_rk_ko_version_wrapper() 96 if (0 != copy_to_user(uargs, &kargs, sizeof(_mali_uk_wait_for_notification_s))) return -EFAULT; in wait_for_notification_wrapper() 98 if (0 != put_user(kargs.type, &uargs->type)) return -EFAULT; in wait_for_notification_wrapper() [all...] |
H A D | mali_ukk_mem.c | 28 return -EFAULT; in mem_alloc_wrapper() 39 return -EFAULT; in mem_alloc_wrapper() 54 return -EFAULT; in mem_free_wrapper() 65 return -EFAULT; in mem_free_wrapper() 80 return -EFAULT; in mem_bind_wrapper() 102 return -EFAULT; in mem_unbind_wrapper() 125 return -EFAULT; in mem_cow_wrapper() 136 return -EFAULT; in mem_cow_wrapper() 151 return -EFAULT; in mem_cow_modify_range_wrapper() 162 return -EFAULT; in mem_cow_modify_range_wrapper() [all...] |
H A D | mali_ukk_timeline.c | 31 if (0 != get_user(val, &uargs->timeline)) return -EFAULT; in timeline_get_latest_point_wrapper() 41 if (0 != put_user(point, &uargs->point)) return -EFAULT; in timeline_get_latest_point_wrapper() 55 if (0 != copy_from_user(&uk_fence, &uargs->fence, sizeof(_mali_uk_fence_t))) return -EFAULT; in timeline_wait_wrapper() 56 if (0 != get_user(timeout, &uargs->timeout)) return -EFAULT; in timeline_wait_wrapper() 63 if (0 != put_user(status, &uargs->status)) return -EFAULT; in timeline_wait_wrapper() 76 if (0 != copy_from_user(&uk_fence, &uargs->fence, sizeof(_mali_uk_fence_t))) return -EFAULT; in timeline_create_sync_fence_wrapper() 85 if (0 != put_user(sync_fd, &uargs->sync_fd)) return -EFAULT; in timeline_create_sync_fence_wrapper()
|
H A D | mali_ukk_profiling.c | 28 return -EFAULT; in profiling_add_event_wrapper() 50 return -EFAULT; in profiling_report_sw_counters_wrapper() 68 return -EFAULT; in profiling_report_sw_counters_wrapper() 93 return -EFAULT; in profiling_get_stream_fd_wrapper() 103 return -EFAULT; in profiling_get_stream_fd_wrapper() 118 if (0 != get_user(kargs.control_packet_size, &uargs->control_packet_size)) return -EFAULT; in profiling_control_set_wrapper() 119 if (0 != get_user(kargs.response_packet_size, &uargs->response_packet_size)) return -EFAULT; in profiling_control_set_wrapper() 150 return -EFAULT; in profiling_control_set_wrapper() 163 return -EFAULT; in profiling_control_set_wrapper() 169 return -EFAULT; in profiling_control_set_wrapper() [all...] |
H A D | mali_ukk_gp.c | 49 if (0 != put_user(kargs.version, &uargs->version)) return -EFAULT; in gp_get_core_version_wrapper() 62 if (0 != copy_from_user(&kargs, uargs, sizeof(_mali_uk_gp_suspend_response_s))) return -EFAULT; in gp_suspend_response_wrapper() 68 if (0 != put_user(kargs.cookie, &uargs->cookie)) return -EFAULT; in gp_suspend_response_wrapper() 88 if (0 != put_user(kargs.number_of_cores, &uargs->number_of_cores)) return -EFAULT; in gp_get_number_of_cores_wrapper()
|
H A D | mali_ukk_pp.c | 69 return -EFAULT; in pp_get_number_of_cores_wrapper() 87 if (0 != put_user(kargs.version, &uargs->version)) return -EFAULT; in pp_get_core_version_wrapper() 99 if (0 != copy_from_user(&kargs, uargs, sizeof(_mali_uk_pp_disable_wb_s))) return -EFAULT; in pp_disable_wb_wrapper()
|
H A D | mali_memory.c | 159 int ret = -EFAULT; in mali_mmap() 164 return -EFAULT; in mali_mmap() 182 return -EFAULT; in mali_mmap() 186 return -EFAULT; in mali_mmap() 193 return -EFAULT; in mali_mmap() 201 return -EFAULT; in mali_mmap() 258 return -EFAULT; in mali_mmap() 263 return -EFAULT; in mali_mmap() 268 return -EFAULT; in mali_mmap()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_ukk_core.c | 29 return -EFAULT; in get_api_version_wrapper() 39 return -EFAULT; in get_api_version_wrapper() 42 return -EFAULT; in get_api_version_wrapper() 56 return -EFAULT; in get_api_version_v2_wrapper() 66 return -EFAULT; in get_api_version_v2_wrapper() 69 return -EFAULT; in get_api_version_v2_wrapper() 83 return -EFAULT; in get_rk_ko_version_wrapper() 104 return -EFAULT; in wait_for_notification_wrapper() 108 return -EFAULT; in wait_for_notification_wrapper() 125 return -EFAULT; in post_notification_wrapper() [all...] |
H A D | mali_ukk_mem.c | 29 return -EFAULT; in mem_alloc_wrapper() 40 return -EFAULT; in mem_alloc_wrapper() 55 return -EFAULT; in mem_free_wrapper() 66 return -EFAULT; in mem_free_wrapper() 81 return -EFAULT; in mem_bind_wrapper() 103 return -EFAULT; in mem_unbind_wrapper() 125 return -EFAULT; in mem_cow_wrapper() 136 return -EFAULT; in mem_cow_wrapper() 151 return -EFAULT; in mem_cow_modify_range_wrapper() 162 return -EFAULT; in mem_cow_modify_range_wrapper() [all...] |
H A D | mali_ukk_timeline.c | 34 return -EFAULT; in timeline_get_latest_point_wrapper() 46 return -EFAULT; in timeline_get_latest_point_wrapper() 62 return -EFAULT; in timeline_wait_wrapper() 65 return -EFAULT; in timeline_wait_wrapper() 74 return -EFAULT; in timeline_wait_wrapper() 90 return -EFAULT; in timeline_create_sync_fence_wrapper() 101 return -EFAULT; in timeline_create_sync_fence_wrapper()
|
H A D | mali_ukk_profiling.c | 29 return -EFAULT; in profiling_add_event_wrapper() 52 return -EFAULT; in profiling_report_sw_counters_wrapper() 70 return -EFAULT; in profiling_report_sw_counters_wrapper() 96 return -EFAULT; in profiling_get_stream_fd_wrapper() 106 return -EFAULT; in profiling_get_stream_fd_wrapper() 122 return -EFAULT; in profiling_control_set_wrapper() 125 return -EFAULT; in profiling_control_set_wrapper() 159 return -EFAULT; in profiling_control_set_wrapper() 174 return -EFAULT; in profiling_control_set_wrapper() 180 return -EFAULT; in profiling_control_set_wrapper() [all...] |
H A D | mali_ukk_gp.c | 55 return -EFAULT; in gp_get_core_version_wrapper() 70 return -EFAULT; in gp_suspend_response_wrapper() 80 return -EFAULT; in gp_suspend_response_wrapper() 105 return -EFAULT; in gp_get_number_of_cores_wrapper()
|
H A D | mali_ukk_pp.c | 75 return -EFAULT; in pp_get_number_of_cores_wrapper() 96 return -EFAULT; in pp_get_core_version_wrapper() 110 return -EFAULT; in pp_disable_wb_wrapper()
|
H A D | mali_memory.c | 157 int ret = -EFAULT; in mali_mmap() 162 return -EFAULT; in mali_mmap() 181 return -EFAULT; in mali_mmap() 185 return -EFAULT; in mali_mmap() 192 return -EFAULT; in mali_mmap() 200 return -EFAULT; in mali_mmap() 258 return -EFAULT; in mali_mmap() 263 return -EFAULT; in mali_mmap() 268 return -EFAULT; in mali_mmap()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_mmz_compat.c | 33 ret = -EFAULT; in get_meminfo_from_user() 40 return -EFAULT; in get_meminfo_from_user() 46 return -EFAULT; in get_meminfo_from_user() 64 return -EFAULT; in put_meminfo_to_user() 99 ret = -EFAULT; in compat_mmz_userdev_normal() 110 ret = -EFAULT; in compat_mmz_userdev_normal() 146 ret = -EFAULT; in compat_mmz_userdev_ioctl_m() 153 ret = -EFAULT; in compat_mmz_userdev_ioctl_m() 166 ret = -EFAULT; in compat_mmz_userdev_ioctl_m() 171 ret = -EFAULT; in compat_mmz_userdev_ioctl_m() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/ |
H A D | tde_ioctl.c | 421 return -EFAULT; in tde_ioctl() 425 return -EFAULT; in tde_ioctl() 437 return -EFAULT; in tde_osr_begin_job() 458 return -EFAULT; in tde_osr_blit_blit() 490 return -EFAULT; in tde_osr_solid_draw() 517 return -EFAULT; in tde_osr_quick_copy() 538 return -EFAULT; in tde_osr_quick_resize() 554 return -EFAULT; in tde_osr_quick_fill() 572 return -EFAULT; in tde_osr_quick_deflicker() 595 return -EFAULT; in tde_osr_mb_blit_blit() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | rtltool.c | 54 return -EFAULT; in rtl8168_tool_ioctl() 74 ret = -EFAULT; in rtl8168_tool_ioctl() 105 ret = -EFAULT; in rtl8168_tool_ioctl() 129 ret = -EFAULT; in rtl8168_tool_ioctl() 156 ret = -EFAULT; in rtl8168_tool_ioctl() 199 ret = -EFAULT; in rtl8168_tool_ioctl() 233 ret = -EFAULT; in rtl8168_tool_ioctl() 259 ret = -EFAULT; in rtl8168_tool_ioctl() 312 ret = -EFAULT; in rtl8168_tool_ioctl() 338 ret = -EFAULT; in rtl8168_tool_ioctl() [all...] |
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | sdmmc_vendor_storage.c | 387 ret = -EFAULT;
in vendor_storage_ioctl() 396 ret = -EFAULT;
in vendor_storage_ioctl() 404 ret = -EFAULT;
in vendor_storage_ioctl() 409 ret = -EFAULT;
in vendor_storage_ioctl() 422 ret = -EFAULT;
in vendor_storage_ioctl() 430 ret = -EFAULT;
in vendor_storage_ioctl() 434 ret = -EFAULT;
in vendor_storage_ioctl() 443 ret = -EFAULT;
in vendor_storage_ioctl() 449 ret = -EFAULT;
in vendor_storage_ioctl() 456 ret = -EFAULT;
in vendor_storage_ioctl() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | sdmmc_vendor_storage.c | 423 ret = -EFAULT; in vendor_storage_ioctl() 435 ret = -EFAULT; in vendor_storage_ioctl() 442 ret = -EFAULT; in vendor_storage_ioctl() 448 ret = -EFAULT; in vendor_storage_ioctl() 461 ret = -EFAULT; in vendor_storage_ioctl() 470 ret = -EFAULT; in vendor_storage_ioctl() 474 ret = -EFAULT; in vendor_storage_ioctl() 483 ret = -EFAULT; in vendor_storage_ioctl() 490 ret = -EFAULT; in vendor_storage_ioctl() 499 ret = -EFAULT; in vendor_storage_ioctl() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline_io.c | 198 return -EFAULT; in kbasep_timeline_io_read() 219 copy_len = -EFAULT; in kbasep_timeline_io_read() 243 copy_len = -EFAULT; in kbasep_timeline_io_read() 256 copy_len = -EFAULT; in kbasep_timeline_io_read() 304 return -EFAULT; in kbasep_timeline_io_poll() 373 return -EFAULT; in kbasep_timeline_io_fsync()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_drv.c | 198 return -EFAULT; in rga_ioctl_import_buffer() 209 return -EFAULT; in rga_ioctl_import_buffer() 222 ret = -EFAULT; in rga_ioctl_import_buffer() 241 ret = -EFAULT; in rga_ioctl_import_buffer() 262 return -EFAULT; in rga_ioctl_release_buffer() 273 return -EFAULT; in rga_ioctl_release_buffer() 286 ret = -EFAULT; in rga_ioctl_release_buffer() 330 ret = -EFAULT; in rga_ioctl() 352 ret = -EFAULT; in rga_ioctl() 368 ret = -EFAULT; in rga_ioctl() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline_io.c | 185 return -EFAULT; in kbasep_timeline_io_read() 208 copy_len = -EFAULT; in kbasep_timeline_io_read() 230 copy_len = -EFAULT; in kbasep_timeline_io_read() 243 copy_len = -EFAULT; in kbasep_timeline_io_read() 290 return -EFAULT; in kbasep_timeline_io_poll()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/fm11nt081d/ |
H A D | fm11nt081d.c | 332 ret = -EFAULT; in nfc_ioctl() 339 ret = -EFAULT; in nfc_ioctl() 344 ret = -EFAULT; in nfc_ioctl() 357 return -EFAULT; in nfc_read() 368 return -EFAULT; in nfc_write() 399 return -EFAULT; in fm11nt081d_init() 410 return -EFAULT; in fm11nt081d_init() 415 return -EFAULT; in fm11nt081d_init() 425 return -EFAULT; in fm11nt081d_init()
|