Lines Matching defs:path
275 char *path;
278 path = ibmebus_chomp(buf, count);
279 if (!path)
282 dev = bus_find_device(&ibmebus_bus_type, NULL, path,
287 __func__, path);
292 if ((dn = of_find_node_by_path(path))) {
297 __func__, path);
302 kfree(path);
312 char *path;
314 path = ibmebus_chomp(buf, count);
315 if (!path)
318 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path,
323 kfree(path);
327 __func__, path);
329 kfree(path);