Searched refs:drmModePropertyPtr (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/ |
D | xf86drmMode.h | 260 } drmModePropertyRes, *drmModePropertyPtr; typedef 262 static __inline int drm_property_type_is(drmModePropertyPtr property, in drm_property_type_is() 483 extern drmModePropertyPtr drmModeGetProperty(int fd, uint32_t propertyId); 484 extern void drmModeFreeProperty(drmModePropertyPtr ptr);
|
D | xf86drmMode.c | 625 drm_public drmModePropertyPtr drmModeGetProperty(int fd, uint32_t property_id) in drmModeGetProperty() 628 drmModePropertyPtr r; in drmModeGetProperty() 679 drm_public void drmModeFreeProperty(drmModePropertyPtr ptr) in drmModeFreeProperty()
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 82 static int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value) in printProperty() 135 drmModePropertyPtr props; in printConnector()
|
/third_party/libdrm/tests/kms/ |
D | libkms-test-plane.c | 76 drmModePropertyPtr prop; in kms_plane_probe()
|
/third_party/libdrm/tests/proptest/ |
D | proptest.c | 80 drmModePropertyPtr prop; in dump_prop()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 596 drmModePropertyPtr property; in set_drm_property()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 351 static void dump_prop(struct device *dev, drmModePropertyPtr prop, in dump_prop()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 322 drmModePropertyPtr prop = drmModeGetProperty(drm_fd, in wsi_display_get_connector()
|