Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Dbus_if.h23 /** @brief Unique descriptor for the BUS_ALLOC_RESOURCE() method */
25 /** @brief A function implementing the BUS_ALLOC_RESOURCE() method */
60 static __inline struct resource * BUS_ALLOC_RESOURCE(device_t _dev, in BUS_ALLOC_RESOURCE() function
H A Dsubr_bus.c2715 * @brief Wrapper function for BUS_ALLOC_RESOURCE().
2717 * This function simply calls the BUS_ALLOC_RESOURCE() method of the
2728 res = BUS_ALLOC_RESOURCE(dev->parent, dev, type, rid, start, end, in bus_alloc_resource()

Completed in 5 milliseconds