Home
last modified time | relevance | path

Searched refs:props_ptr (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c516 conn.props_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t))); in _drmModeGetConnector()
517 if (!conn.props_ptr) in _drmModeGetConnector()
549 drmFree(U642VOID(conn.props_ptr)); in _drmModeGetConnector()
571 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t)); in _drmModeGetConnector()
593 drmFree(U642VOID(conn.props_ptr)); in _drmModeGetConnector()
1148 properties.props_ptr = VOID2U64(drmMalloc(count * in drmModeObjectGetProperties()
1150 if (!properties.props_ptr) in drmModeObjectGetProperties()
1162 drmFree(U642VOID(properties.props_ptr)); in drmModeObjectGetProperties()
1173 ret->props = drmAllocCpy(U642VOID(properties.props_ptr), in drmModeObjectGetProperties()
1185 drmFree(U642VOID(properties.props_ptr)); in drmModeObjectGetProperties()
[all …]
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm_mode.h231 __u64 props_ptr; member
310 __u64 props_ptr; member
542 __u64 props_ptr; 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 Ddrm_mode.h361 __u64 props_ptr; member
446 __u64 props_ptr; member
749 __u64 props_ptr; member
/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 Ddrm_mode.h361 __u64 props_ptr; member
446 __u64 props_ptr; member
749 __u64 props_ptr; member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h375 __u64 props_ptr; member
460 __u64 props_ptr; member
850 __u64 props_ptr; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h375 __u64 props_ptr; member
460 __u64 props_ptr; member
850 __u64 props_ptr; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h360 __u64 props_ptr; member
445 __u64 props_ptr; member
749 __u64 props_ptr; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h360 __u64 props_ptr; member
445 __u64 props_ptr; member
749 __u64 props_ptr; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h432 __u64 props_ptr; member
548 __u64 props_ptr; member
938 __u64 props_ptr; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h360 __u64 props_ptr; member
445 __u64 props_ptr; member
749 __u64 props_ptr; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c1289 uint32_t __user *props_ptr = (uint32_t __user *)(unsigned long)(arg->props_ptr); in drm_mode_atomic_ioctl() local
1371 if (get_user(prop_id, props_ptr + copied_props)) { in drm_mode_atomic_ioctl()
H A Ddrm_mode_object.c424 (uint32_t __user *)(unsigned long)(arg->props_ptr), in drm_mode_obj_get_properties_ioctl()
H A Ddrm_connector.c2451 (uint32_t __user *)(unsigned long)(out_resp->props_ptr), in drm_mode_getconnector()