Searched refs:bus_alloc_resource (Results 1 – 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/arm/arm/ |
D | nexus.c | 77 DEVMETHOD(bus_alloc_resource, nexus_alloc_resource),
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 269 struct resource *bus_alloc_resource(device_t dev, int type, int *rid, 280 return (bus_alloc_resource(dev, type, rid, 0, ~0, 1, flags)); in bus_alloc_resource_any()
|
/third_party/FreeBSD/sys/kern/ |
D | bus_if.h | 69 KOBJOPLOOKUP(((kobj_t)_dev)->ops,bus_alloc_resource); in BUS_ALLOC_RESOURCE()
|
D | subr_bus.c | 2722 bus_alloc_resource(device_t dev, int type, int *rid, rman_res_t start, in bus_alloc_resource() function
|