Home
last modified time | relevance | path

Searched refs:blob_ids (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h142 uint32_t *blob_ids; /* store the blob IDs */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h243 uint32_t *blob_ids; /* store the blob IDs */ member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h243 uint32_t *blob_ids; /* store the blob IDs */ member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h243 uint32_t *blob_ids; /* store the blob IDs */ member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c674 r->blob_ids = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(uint32_t)); in drmModeGetProperty()
694 drmFree(ptr->blob_ids); in drmModeFreeProperty()