Home
last modified time | relevance | path

Searched refs:BUS_DRIVER_ADDED (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/kern/
H A Dbus_if.h301 /** @brief Unique descriptor for the BUS_DRIVER_ADDED() method */
303 /** @brief A function implementing the BUS_DRIVER_ADDED() method */
317 static __inline void BUS_DRIVER_ADDED(device_t _dev, driver_t *_driver) in BUS_DRIVER_ADDED() function
H A Dsubr_bus.c374 * Each layer will have BUS_DRIVER_ADDED() called for all instances of
392 * Call BUS_DRIVER_ADDED for any existing busses in this class. in devclass_driver_added()
396 BUS_DRIVER_ADDED(dc->devices[i], driver); in devclass_driver_added()
419 * automatically by DRIVER_MODULE(). The BUS_DRIVER_ADDED() method of
2079 * @brief Helper function for implementing BUS_DRIVER_ADDED().
2081 * This implementation of BUS_DRIVER_ADDED() simply calls the driver's

Completed in 4 milliseconds