Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h26 /** @brief Unique descriptor for the DEVICE_PROBE() method */
28 /** @brief A function implementing the DEVICE_PROBE() method */
35 * calling the DEVICE_PROBE() of all candidate drivers and attach
50 * if it returns a success status from DEVICE_PROBE(). In particular,
52 * the probe before returning. The return value of DEVICE_PROBE()
56 * DEVICE_PROBE(9) manual page.
104 static __inline int DEVICE_PROBE(device_t dev) in DEVICE_PROBE() function
173 * @see DEVICE_PROBE()
H A Dsubr_bus.c1703 * driver is selected by calling the DEVICE_PROBE() method of a set of
1808 * @brief Helper function for implementing DEVICE_PROBE()
1810 * This function can be used to help implement the DEVICE_PROBE() for
2478 PDEBUG(("start DEVICE_PROBE")); in device_probe_child()
2479 result = DEVICE_PROBE(child); in device_probe_child()
2585 DEVICE_PROBE(child); in device_probe_child()

Completed in 4 milliseconds