Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dbase.h152 int bus_add_device(struct device *dev);
H A Dbus.c477 int bus_add_device(struct device *dev) in bus_add_device() function
H A Dcore.c3646 error = bus_add_device(dev); in device_add()