Home
last modified time | relevance | path

Searched refs:ofw_pcib_release_resource (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ofw/
H A Dofw_pcib.c70 static int ofw_pcib_release_resource(device_t, device_t, struct resource *);
116 DEVMETHOD(bus_release_resource, ofw_pcib_release_resource),
443 ofw_pcib_release_resource(device_t bus, device_t child, struct resource *res) in ofw_pcib_release_resource() function