| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_property.c | 469 uint64_t __user *values_ptr; in drm_mode_getproperty_ioctl() local 483 values_ptr = u64_to_user_ptr(out_resp->values_ptr); in drm_mode_getproperty_ioctl() 487 put_user(property->values[i], values_ptr + i)) { in drm_mode_getproperty_ioctl()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 645 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t))); in drmModeGetProperty() 651 prop.values_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(uint32_t))); in drmModeGetProperty() 668 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_values, sizeof(uint64_t)); in drmModeGetProperty() 673 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_enum_blobs, sizeof(uint32_t)); in drmModeGetProperty() 681 drmFree(U642VOID(prop.values_ptr)); in drmModeGetProperty()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | vc4_drm.h | 435 __u64 values_ptr; member
|
| H A D | drm_mode.h | 415 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | vc4_drm.h | 435 __u64 values_ptr; member
|
| H A D | drm_mode.h | 416 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_perfmon.c | 198 if (copy_to_user(u64_to_user_ptr(req->values_ptr), perfmon->counters, in vc4_perfmon_get_values_ioctl()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | vc4_drm.h | 435 __u64 values_ptr; member
|
| H A D | drm_mode.h | 416 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | vc4_drm.h | 435 __u64 values_ptr; member
|
| H A D | drm_mode.h | 415 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | vc4_drm.h | 435 __u64 values_ptr; member
|
| H A D | drm_mode.h | 415 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | vc4_drm.h | 435 __u64 values_ptr; member
|
| H A D | drm_mode.h | 430 __u64 values_ptr; /* values and blob lengths */ member
|
| H A D | i915_drm.h | 1084 __u64 values_ptr; member
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | drm_mode.h | 283 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm_mode.h | 430 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm_mode.h | 518 __u64 values_ptr; /* values and blob lengths */ member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/drm/ |
| H A D | i915_drm.h | 1084 __u64 values_ptr; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 2705 user_values = u64_to_user_ptr(timeline_fences->values_ptr); in add_timeline_fence_array()
|