Searched defs:device_register (Results 1 - 1 of 1) sorted by relevance

/drivers/base/
H A Dcore.c639 * It is the first half of device_register(), if called by
945 * This is part 2 of device_register(), though may be called
952 * Do not call this routine or device_register() more than once for
1110 * device_register - register a device with the system.
1127 int device_register(struct device *dev) function
1132 EXPORT_SYMBOL_GPL(device_register); variable
1230 * We do this in two parts, like we do device_register(). First,
1497 * using device_register(). In order to free the returned
1530 err = device_register(&root->dev);

Completed in 166 milliseconds