Home
last modified time | relevance | path

Searched refs:props_ptr (Results 1 - 3 of 3) sorted by relevance

/third_party/libdrm/
H A Dxf86drmMode.c518 conn.props_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t))); in _drmModeGetConnector()
519 if (!conn.props_ptr) in _drmModeGetConnector()
551 drmFree(U642VOID(conn.props_ptr)); in _drmModeGetConnector()
573 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t)); in _drmModeGetConnector()
595 drmFree(U642VOID(conn.props_ptr)); in _drmModeGetConnector()
1256 properties.props_ptr = VOID2U64(drmMalloc(count * in drmModeObjectGetProperties()
1258 if (!properties.props_ptr) in drmModeObjectGetProperties()
1270 drmFree(U642VOID(properties.props_ptr)); in drmModeObjectGetProperties()
1281 ret->props = drmAllocCpy(U642VOID(properties.props_ptr), in drmModeObjectGetProperties()
1293 drmFree(U642VOID(properties.props_ptr)); in drmModeObjectGetProperties()
1490 uint32_t *props_ptr = NULL; drmModeAtomicCommit() local
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h438 * @props_ptr and @prop_values_ptr, then set @count_modes, @count_props and
463 /** @props_ptr: Pointer to ``__u32`` array of property IDs. */
464 __u64 props_ptr; member
632 __u64 props_ptr; member
1022 __u64 props_ptr; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h406 * @props_ptr and @prop_values_ptr, then set @count_modes, @count_props and
431 /** @props_ptr: Pointer to ``__u32`` array of property IDs. */
432 __u64 props_ptr; member
548 __u64 props_ptr; member
938 __u64 props_ptr; member

Completed in 7 milliseconds