Lines Matching refs:name
491 pr_debug("bus: '%s': add device %s\n", sp->bus->name, dev_name(dev));
573 dev->bus->name, dev_name(dev));
655 pr_debug("bus: '%s': add driver %s\n", sp->bus->name, drv->name);
667 "%s", drv->name);
682 __func__, drv->name);
688 __func__, drv->name);
696 __func__, drv->name);
728 pr_debug("bus: '%s': remove driver %s\n", sp->bus->name, drv->name);
831 * function name.
860 retval = kobject_set_name(bus_kobj, "%s", bus->name);
903 pr_debug("bus: '%s': registered\n", bus->name);
937 pr_debug("bus: '%s': unregistering\n", bus->name);
1221 err = dev_set_name(dev, "%s", subsys->name);
1254 * All 'system' subsystems have a /sys/devices/system/<name> root device
1255 * with the name of the subsystem. The root device can carry subsystem-
1265 * /sys/devices/system/<name>.
1279 * All 'virtual' subsystems have a /sys/devices/system/<name> root device
1280 * with the name of the subystem. The root device can carry subsystem-wide
1299 * driver_find - locate driver on a bus by its name.
1300 * @name: name of the driver.
1304 * a bus to find driver by name. Return driver if found.
1310 struct device_driver *driver_find(const char *name, const struct bus_type *bus)
1319 k = kset_find_obj(sp->drivers_kset, name);