Searched refs:prop_id (Results 1 – 10 of 10) sorted by relevance
/third_party/libdrm/tests/proptest/ |
D | proptest.c | 77 dump_prop(uint32_t prop_id, uint64_t value) in dump_prop() argument 82 prop = drmModeGetProperty(fd, prop_id); in dump_prop() 84 printf("\t%d", prop_id); in dump_prop() 235 uint32_t obj_id, obj_type, prop_id; in setProperty() local 249 prop_id = atoi(argv[2]); in setProperty() 252 return drmModeObjectSetProperty(fd, obj_id, obj_type, prop_id, value); in setProperty()
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 597 __u32 prop_id; member 617 __u32 prop_id; member 641 __u32 prop_id; member
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 521 __u32 prop_id; member 533 __u32 prop_id; member 557 __u32 prop_id; member
|
/third_party/glib/patch/ |
D | backport-openharmony-adapt.patch | 503 + guint prop_id; 4121 + guint prop_id G_GNUC_UNUSED, 4129 + guint prop_id G_GNUC_UNUSED, 7643 + guint prop_id; 10425 + guint prop_id, 10431 + g_assert (prop_id != 0 && prop_id - 1 < 1); 10432 + info = (const _ExtendedGDBusPropertyInfo *) _gxdp_documents_property_info_pointers[prop_id - 1]; 10472 + guint prop_id, 10478 + g_assert (prop_id != 0 && prop_id - 1 < 1); 10479 + info = (const _ExtendedGDBusPropertyInfo *) _gxdp_documents_property_info_pointers[prop_id - 1]; [all …]
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | mqtt.c | 1725 par->prop_id = par->vbit.value; in _lws_mqtt_rx_parser() 1727 par->props_seen[par->prop_id >> 3] & in _lws_mqtt_rx_parser() 1728 (1 << (par->prop_id & 7))); in _lws_mqtt_rx_parser() 1729 par->props_seen[par->prop_id >> 3] = in _lws_mqtt_rx_parser() 1730 (uint8_t)((par->props_seen[par->prop_id >> 3]) | (1 << (par->prop_id & 7))); in _lws_mqtt_rx_parser()
|
D | private-lib-roles-mqtt.h | 278 uint32_t prop_id; member
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 331 uint32_t prop_id, uint64_t value) in dump_prop() argument 334 printf("\t%d", prop_id); in dump_prop() 975 uint32_t prop_id; member 989 p->prop_id = 0; in set_property() 1035 p->prop_id = props->props[i]; in set_property() 1039 p->prop_id, p->value); in set_property() 1041 ret = drmModeAtomicAddProperty(dev->req, p->obj_id, p->prop_id, p->value); in set_property()
|
/third_party/libdrm/ |
D | xf86drmMode.c | 641 prop.prop_id = property_id; in drmModeGetProperty() 665 r->prop_id = prop.prop_id; in drmModeGetProperty() 855 osp.prop_id = property_id; in drmModeConnectorSetProperty() 1314 prop.prop_id = property_id; in drmModeObjectSetProperty()
|
D | xf86drmMode.h | 135 uint32_t prop_id; member
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 88 printf("\tid : %i\n", props->prop_id); in printProperty()
|