Home
last modified time | relevance | path

Searched refs:values_ptr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_property.c448 uint64_t __user *values_ptr; in drm_mode_getproperty_ioctl() local
462 values_ptr = u64_to_user_ptr(out_resp->values_ptr); in drm_mode_getproperty_ioctl()
466 put_user(property->values[i], values_ptr + i)) { in drm_mode_getproperty_ioctl()
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h431 __u64 values_ptr; /* values and blob lengths */ member