Lines Matching refs:path
270 char *path; in probe_store() local
273 path = ibmebus_chomp(buf, count); in probe_store()
274 if (!path) in probe_store()
277 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store()
282 __func__, path); in probe_store()
287 if ((dn = of_find_node_by_path(path))) { in probe_store()
292 __func__, path); in probe_store()
297 kfree(path); in probe_store()
307 char *path; in remove_store() local
309 path = ibmebus_chomp(buf, count); in remove_store()
310 if (!path) in remove_store()
313 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()
318 kfree(path); in remove_store()
322 __func__, path); in remove_store()
324 kfree(path); in remove_store()