Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h111 /** @brief Unique descriptor for the DEVICE_IDENTIFY() method */
113 /** @brief A function implementing the DEVICE_IDENTIFY() method */
118 * The DEVICE_IDENTIFY() method is used by some drivers (e.g. the ISA
141 static __inline void DEVICE_IDENTIFY(driver_t *driver, device_t parent) in DEVICE_IDENTIFY() function
H A Dsubr_bus.c1812 * calls the DEVICE_IDENTIFY() method of each driver in the device's
1834 DEVICE_IDENTIFY(dl->driver, dev); in bus_generic_probe()
2082 * DEVICE_IDENTIFY() method to allow it to add new children to the bus
2091 DEVICE_IDENTIFY(driver, dev); in bus_generic_driver_added()
2121 DEVICE_IDENTIFY(dl->driver, dev); in bus_generic_new_pass()

Completed in 5 milliseconds