Searched refs:props_ptr (Results 1 – 13 of 13) sorted by relevance
516 conn.props_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t))); in _drmModeGetConnector()517 if (!conn.props_ptr) in _drmModeGetConnector()549 drmFree(U642VOID(conn.props_ptr)); in _drmModeGetConnector()571 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t)); in _drmModeGetConnector()593 drmFree(U642VOID(conn.props_ptr)); in _drmModeGetConnector()1148 properties.props_ptr = VOID2U64(drmMalloc(count * in drmModeObjectGetProperties()1150 if (!properties.props_ptr) in drmModeObjectGetProperties()1162 drmFree(U642VOID(properties.props_ptr)); in drmModeObjectGetProperties()1173 ret->props = drmAllocCpy(U642VOID(properties.props_ptr), in drmModeObjectGetProperties()1185 drmFree(U642VOID(properties.props_ptr)); in drmModeObjectGetProperties()[all …]
231 __u64 props_ptr; member310 __u64 props_ptr; member542 __u64 props_ptr; member
361 __u64 props_ptr; member446 __u64 props_ptr; member749 __u64 props_ptr; member
375 __u64 props_ptr; member460 __u64 props_ptr; member850 __u64 props_ptr; member
360 __u64 props_ptr; member445 __u64 props_ptr; member749 __u64 props_ptr; member
432 __u64 props_ptr; member548 __u64 props_ptr; member938 __u64 props_ptr; member
1289 uint32_t __user *props_ptr = (uint32_t __user *)(unsigned long)(arg->props_ptr); in drm_mode_atomic_ioctl() local1371 if (get_user(prop_id, props_ptr + copied_props)) { in drm_mode_atomic_ioctl()
424 (uint32_t __user *)(unsigned long)(arg->props_ptr), in drm_mode_obj_get_properties_ioctl()
2451 (uint32_t __user *)(unsigned long)(out_resp->props_ptr), in drm_mode_getconnector()