Lines Matching refs:name
89 char *name;
223 mode->name,
340 printf(" %s:\n", prop->name);
378 printf(" %s=%"PRIu64, prop->enums[i].name,
384 printf(" %s=0x%llx", prop->enums[i].name,
408 if (strcmp(prop->name, "IN_FORMATS") == 0)
428 _connector->name,
438 printf("\tindex name refresh (Hz) hdisp hss hse htot vdisp "
586 free(res->connectors[i].name);
652 /* Set the name of all connectors based on the type name and the per-type ID. */
658 num = asprintf(&connector->name, "%s-%u",
749 static drmModeConnector *get_connector_by_name(struct device *dev, const char *name)
757 if (strcmp(connector->name, name) == 0)
859 if (!strcmp(mode->name, mode_str)) {
861 * then return the first mode that match with the name.
862 * Else, return the mode that match the name and
974 char name[DRM_PROP_NAME_LEN+1];
1024 if (strcmp(props_info[i]->name, p->name) == 0)
1031 obj_type, p->obj_id, p->name);
1045 obj_type, p->obj_id, p->name, p->value, strerror(errno));
1094 const char *name, uint64_t value)
1099 strcpy(p.name, name);
1106 const char *name, uint64_t value)
1111 strcpy(p.name, name);
1618 pipe->mode->name, mode_vrefresh(pipe->mode));
1972 if (sscanf(arg, "%d:%32[^:]:%" SCNu64, &p->obj_id, p->name, &p->value) != 3)
1976 p->name[DRM_PROP_NAME_LEN] = '\0';
1993 static void usage(char *name)
1995 fprintf(stderr, "usage: %s [-acDdefMPpsCvrw]\n", name);