Lines Matching defs:name
66 * happens to hold the name of the driver.
69 * and filter out the last directory which happens to be the name
95 /* copy name and at the same time remove the slash */
103 char *name;
106 ret = linux_name_from_sysfs(fd, &name);
111 if (!strcmp(name, "intel"))
116 if (!strcmp(name, "vmwgfx"))
121 if (!strcmp(name, "nouveau"))
126 if (!strcmp(name, "radeon"))
131 if (!strcmp(name, "exynos"))
137 free(name);