Lines Matching refs:bus_id
104 * @bus_id: Name to assign to the device. May be null to use default name.
108 const char *bus_id,
147 if (bus_id)
148 dev_set_name(&dev->dev, "%s", bus_id);
159 * @bus_id: name to assign device
168 const char *bus_id,
178 dev = of_device_alloc(np, bus_id, parent);
204 * @bus_id: name to assign device
211 const char *bus_id,
214 return of_platform_device_create_pdata(np, bus_id, NULL, parent);
220 const char *bus_id,
247 if (bus_id)
248 dev_set_name(&dev->dev, "%s", bus_id);
285 const char *bus_id,
354 const char *bus_id = NULL;
379 bus_id = auxdata->name;
388 of_amba_device_create(bus, bus_id, platform_data, parent);
392 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent);