Lines Matching refs:bus_id
98 const char *bus_id, in of_device_alloc() argument
132 if (bus_id) in of_device_alloc()
133 dev_set_name(&dev->dev, "%s", bus_id); in of_device_alloc()
153 const char *bus_id, in of_platform_device_create_pdata() argument
165 dev = of_device_alloc(np, bus_id, parent); in of_platform_device_create_pdata()
198 const char *bus_id, in of_platform_device_create() argument
201 return of_platform_device_create_pdata(np, bus_id, NULL, parent); in of_platform_device_create()
207 const char *bus_id, in of_amba_device_create() argument
232 if (bus_id) in of_amba_device_create()
233 dev_set_name(&dev->dev, "%s", bus_id); in of_amba_device_create()
264 const char *bus_id, in of_amba_device_create() argument
332 const char *bus_id = NULL; in of_platform_bus_create() local
357 bus_id = auxdata->name; in of_platform_bus_create()
366 of_amba_device_create(bus, bus_id, platform_data, parent); in of_platform_bus_create()
370 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent); in of_platform_bus_create()