Lines Matching refs:bus_id
143 * @bus_id: Name to assign to the device. May be null to use default name.
147 const char *bus_id,
181 if (bus_id)
182 dev_set_name(&dev->dev, "%s", bus_id);
193 * @bus_id: name to assign device
202 const char *bus_id,
212 dev = of_device_alloc(np, bus_id, parent);
238 * @bus_id: name to assign device
245 const char *bus_id,
248 return of_platform_device_create_pdata(np, bus_id, NULL, parent);
254 const char *bus_id,
279 if (bus_id)
280 dev_set_name(&dev->dev, "%s", bus_id);
311 const char *bus_id,
380 const char *bus_id = NULL;
405 bus_id = auxdata->name;
414 of_amba_device_create(bus, bus_id, platform_data, parent);
418 dev = of_platform_device_create_pdata(bus, bus_id, platform_data, parent);