Lines Matching refs:num_values
2748 const char *name, int num_values) in drm_property_create() argument
2756 if (num_values) in drm_property_create()
2757 property->values = malloc(sizeof(uint64_t)*num_values, DRM_MEM_KMS, in drm_property_create()
2765 property->num_values = num_values; in drm_property_create()
2785 int num_values) in drm_property_create_enum() argument
2792 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_enum()
2796 for (i = 0; i < num_values; i++) { in drm_property_create_enum()
2813 int num_values) in drm_property_create_bitmask() argument
2820 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_bitmask()
2824 for (i = 0; i < num_values; i++) { in drm_property_create_bitmask()
2903 if (property->num_values) in drm_property_destroy()
3000 value_count = property->num_values; in drm_mode_getproperty_ioctl()
3175 for (i = 0; i < property->num_values; i++) in drm_property_change_is_valid()
3183 for (i = 0; i < property->num_values; i++) in drm_property_change_is_valid()