Lines Matching refs:num_values
3654 const char *name, int num_values) in drm_property_create() argument
3665 if (num_values) { in drm_property_create()
3666 property->values = kcalloc(num_values, sizeof(uint64_t), in drm_property_create()
3677 property->num_values = num_values; in drm_property_create()
3718 int num_values) in drm_property_create_enum() argument
3725 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_enum()
3729 for (i = 0; i < num_values; i++) { in drm_property_create_enum()
3770 int num_values = hweight64(supported_bits); in drm_property_create_bitmask() local
3774 property = drm_property_create(dev, flags, name, num_values); in drm_property_create_bitmask()
3781 if (WARN_ON(index >= num_values)) { in drm_property_create_bitmask()
4001 if (property->num_values) in drm_property_destroy()
4153 value_count = property->num_values; in drm_mode_getproperty_ioctl()
4446 for (i = 0; i < property->num_values; i++) in drm_property_change_valid_get()
4472 for (i = 0; i < property->num_values; i++) in drm_property_change_valid_get()