Lines Matching refs:bus_id
113 const char *bus_id, in of_device_alloc() argument
148 if (bus_id) in of_device_alloc()
149 dev_set_name(&dev->dev, "%s", bus_id); in of_device_alloc()
169 const char *bus_id, in of_platform_device_create_pdata() argument
179 dev = of_device_alloc(np, bus_id, parent); in of_platform_device_create_pdata()
212 const char *bus_id, in of_platform_device_create() argument
215 return of_platform_device_create_pdata(np, bus_id, NULL, parent); in of_platform_device_create()
221 const char *bus_id, in of_amba_device_create() argument
248 if (bus_id) in of_amba_device_create()
249 dev_set_name(&dev->dev, "%s", bus_id); in of_amba_device_create()
282 const char *bus_id, in of_amba_device_create() argument
351 const char *bus_id = NULL; in of_platform_bus_create() local
376 bus_id = auxdata->name; in of_platform_bus_create()
385 of_amba_device_create(bus, bus_id, platform_data, parent); in of_platform_bus_create()
389 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent); in of_platform_bus_create()