Searched refs:drm_mode_property_enum (Results 1 – 16 of 16) sorted by relevance
277 struct drm_mode_property_enum { struct
410 struct drm_mode_property_enum { struct
140 struct drm_mode_property_enum *enums;
424 struct drm_mode_property_enum { struct
241 struct drm_mode_property_enum *enums;
409 struct drm_mode_property_enum { struct
512 struct drm_mode_property_enum { struct
468 struct drm_mode_property_enum __user *enum_ptr; in drm_mode_getproperty_ioctl()
648 …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()
3147 struct drm_mode_property_enum *e = &drmmode_prop->enums[j - 1]; in drmmode_output_create_resources()