Lines Matching defs:path
269 char *path;
272 path = ibmebus_chomp(buf, count);
273 if (!path)
276 dev = bus_find_device(&ibmebus_bus_type, NULL, path,
281 __func__, path);
286 if ((dn = of_find_node_by_path(path))) {
291 __func__, path);
296 kfree(path);
306 char *path;
308 path = ibmebus_chomp(buf, count);
309 if (!path)
312 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path,
317 kfree(path);
321 __func__, path);
323 kfree(path);