Home
last modified time | relevance | path

Searched refs:drm_mode_get_property (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/drm/
H A Ddrm_mode.h567 * struct drm_mode_get_property - Get property metadata.
597 struct drm_mode_get_property {
590 struct drm_mode_get_property { global() struct
592 values_ptrdrm_mode_get_property global() argument
594 enum_blob_ptrdrm_mode_get_property global() argument
600 prop_iddrm_mode_get_property global() argument
605 flagsdrm_mode_get_property global() argument
610 namedrm_mode_get_property global() argument
613 count_valuesdrm_mode_get_property global() argument
615 count_enum_blobsdrm_mode_get_property global() argument
H A Ddrm.h1225 #define DRM_IOCTL_MODE_GETPROPERTY DRM_IOWR(0xAA, struct drm_mode_get_property)
/linux/tools/include/uapi/drm/
H A Ddrm.h1225 #define DRM_IOCTL_MODE_GETPROPERTY DRM_IOWR(0xAA, struct drm_mode_get_property)
/linux/drivers/gpu/drm/
H A Ddrm_property.c461 struct drm_mode_get_property *out_resp = data; in drm_mode_getproperty_ioctl()