Lines Matching defs:count
237 int count = obj->properties->count;
250 if (count == DRM_OBJECT_MAX_PROPERTY) {
258 obj->properties->properties[count] = property;
259 obj->properties->values[count] = init_val;
260 obj->properties->count++;
291 for (i = 0; i < obj->properties->count; i++) {
308 for (i = 0; i < obj->properties->count; i++) {
392 int i, ret, count;
394 for (i = 0, count = 0; i < obj->properties->count; i++) {
401 if (*arg_count_props > count) {
406 if (put_user(prop->base.id, prop_ptr + count))
409 if (put_user(val, prop_values + count))
413 count++;
415 *arg_count_props = count;
475 for (i = 0; i < obj->properties->count; i++)