Home
last modified time | relevance | path

Searched refs:encoders_ptr (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c534 conn.encoders_ptr = VOID2U64(drmMalloc(conn.count_encoders*sizeof(uint32_t))); in _drmModeGetConnector()
535 if (!conn.encoders_ptr) in _drmModeGetConnector()
553 drmFree(U642VOID(conn.encoders_ptr)); in _drmModeGetConnector()
575 r->encoders = drmAllocCpy(U642VOID(conn.encoders_ptr), conn.count_encoders, sizeof(uint32_t)); in _drmModeGetConnector()
596 drmFree(U642VOID(conn.encoders_ptr)); in _drmModeGetConnector()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm_mode.h229 __u64 encoders_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.h359 __u64 encoders_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.h359 __u64 encoders_ptr; member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h373 __u64 encoders_ptr; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h373 __u64 encoders_ptr; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h358 __u64 encoders_ptr; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h358 __u64 encoders_ptr; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h428 __u64 encoders_ptr; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h358 __u64 encoders_ptr; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_connector.c2355 encoder_ptr = (uint32_t __user *)(unsigned long)(out_resp->encoders_ptr); in drm_mode_getconnector()