Lines Matching refs:bus_id
106 const char *bus_id, in of_device_alloc() argument
144 if (bus_id) in of_device_alloc()
145 dev_set_name(&dev->dev, "%s", bus_id); in of_device_alloc()
170 const char *bus_id, in of_platform_device_create_pdata() argument
180 dev = of_device_alloc(np, bus_id, parent); in of_platform_device_create_pdata()
211 const char *bus_id, in of_platform_device_create() argument
214 return of_platform_device_create_pdata(np, bus_id, NULL, parent); in of_platform_device_create()
220 const char *bus_id, in of_amba_device_create() argument
245 if (bus_id) in of_amba_device_create()
246 dev_set_name(&dev->dev, "%s", bus_id); in of_amba_device_create()
284 const char *bus_id, in of_amba_device_create() argument
335 const char *bus_id = NULL; in of_platform_bus_create() local
348 bus_id = auxdata->name; in of_platform_bus_create()
357 of_amba_device_create(bus, bus_id, platform_data, parent); in of_platform_bus_create()
361 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent); in of_platform_bus_create()