Home
last modified time | relevance | path

Searched refs:enum_ptr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_property.c468 struct drm_mode_property_enum __user *enum_ptr; in drm_mode_getproperty_ioctl() local
494 enum_ptr = u64_to_user_ptr(out_resp->enum_blob_ptr); in drm_mode_getproperty_ioctl()
503 if (copy_to_user(&enum_ptr[copied].value, in drm_mode_getproperty_ioctl()
507 if (copy_to_user(&enum_ptr[copied].name, in drm_mode_getproperty_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_property.c466 struct drm_mode_property_enum __user *enum_ptr; in drm_mode_getproperty_ioctl() local
491 enum_ptr = u64_to_user_ptr(out_resp->enum_blob_ptr); in drm_mode_getproperty_ioctl()
500 if (copy_to_user(&enum_ptr[copied].value, in drm_mode_getproperty_ioctl()
504 if (copy_to_user(&enum_ptr[copied].name, in drm_mode_getproperty_ioctl()

Completed in 3 milliseconds