Searched refs:count_values (Results 1 – 10 of 10) sorted by relevance
103 printf("\tcount_values : %d\n", props->count_values); in printProperty()106 if (props->count_values) { in printProperty()108 for (j = 0; j < props->count_values; j++) in printProperty()
114 for (i = 0; i < prop->count_values; i++) in dump_prop()121 for (i = 0; i < prop->count_values; i++) in dump_prop()
46 for (int i = 0; i < p->count_values; ++i) in Init()
635 if (prop.count_values) in drmModeGetProperty()636 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t))); in drmModeGetProperty()655 r->count_values = prop.count_values; in drmModeGetProperty()658 if (prop.count_values) in drmModeGetProperty()659 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_values, sizeof(uint64_t)); in drmModeGetProperty()
238 int count_values; member
335 __u32 count_values; member
325 __u32 count_values; member
157 static int count_values(struct graph_label *l) in count_values() function475 nvalues = count_values(lb); in bar_graph_draw()
398 __vki_u32 count_values; member
278 for (i = 0; i < prop->count_values; i++) in dump_prop()285 for (i = 0; i < prop->count_values; i++) in dump_prop()