Home
last modified time | relevance | path

Searched refs:drm_mode_property_enum (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm_mode.h277 struct drm_mode_property_enum { struct
/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.h410 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h140 struct drm_mode_property_enum *enums;
/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.h410 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h424 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h241 struct drm_mode_property_enum *enums;
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h424 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h409 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h409 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h512 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h409 struct drm_mode_property_enum { struct
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h241 struct drm_mode_property_enum *enums;
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h241 struct drm_mode_property_enum *enums;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_property.c468 struct drm_mode_property_enum __user *enum_ptr; in drm_mode_getproperty_ioctl()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c648 …enum_blob_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(struct drm_mode_property_enum))); in drmModeGetProperty()
671 …locCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum)); in drmModeGetProperty()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3147 struct drm_mode_property_enum *e = &drmmode_prop->enums[j - 1]; in drmmode_output_create_resources()