Lines Matching refs:path
265 char *path; in ibmebus_store_probe() local
268 path = ibmebus_chomp(buf, count); in ibmebus_store_probe()
269 if (!path) in ibmebus_store_probe()
272 if (bus_find_device(&ibmebus_bus_type, NULL, path, in ibmebus_store_probe()
275 __func__, path); in ibmebus_store_probe()
280 if ((dn = of_find_node_by_path(path))) { in ibmebus_store_probe()
285 __func__, path); in ibmebus_store_probe()
290 kfree(path); in ibmebus_store_probe()
301 char *path; in ibmebus_store_remove() local
303 path = ibmebus_chomp(buf, count); in ibmebus_store_remove()
304 if (!path) in ibmebus_store_remove()
307 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in ibmebus_store_remove()
311 kfree(path); in ibmebus_store_remove()
315 __func__, path); in ibmebus_store_remove()
317 kfree(path); in ibmebus_store_remove()