Lines Matching defs:path
253 const char *path = drm_device->nodes[DRM_NODE_RENDER];
265 fd = open(path, O_RDWR | O_CLOEXEC);
268 "failed to open device %s", path);
276 path);
283 "device %s does not use the panfrost kernel driver", path);
289 panvk_logi("Found compatible device '%s'.", path);
312 assert(strlen(path) < ARRAY_SIZE(device->path));
313 strncpy(device->path, path, ARRAY_SIZE(device->path));