Home
last modified time | relevance | path

Searched refs:bus_add_device (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-hotplug.rst
/linux/drivers/base/
H A Dbase.h152 int bus_add_device(struct device *dev);
H A Dbus.c470 * bus_add_device - add device to bus
477 int bus_add_device(struct device *dev) in bus_add_device() function
555 * - Drop reference taken in bus_add_device().
584 * reference increment in bus_add_device() in bus_remove_device()
H A Dcore.c3646 error = bus_add_device(dev); in device_add()
/linux/Documentation/core-api/
H A Dmemory-hotplug.rst178 the device_lock() (while creating the devices, during bus_add_device()).