Lines Matching refs:value
77 dump_prop(uint32_t prop_id, uint64_t value)
130 (uint64_t)prop->enums[i].value);
136 (1LL << prop->enums[i].value));
153 dump_blob(value);
155 printf(" %"PRId64"\n", value);
157 printf(" %"PRIu64"\n", value);
236 uint64_t value;
250 value = atoll(argv[3]);
252 return drmModeObjectSetProperty(fd, obj_id, obj_type, prop_id, value);
259 " %s [options] [obj id] [obj type] [prop id] [value]\n"
266 "used to set the value of a specified property. The object type can be one of\n"