Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppc/
H A Dppcvar.h43 struct resource *ppc_alloc_resource(device_t bus, device_t child, int type,
H A Dppc_puc.c58 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_acpi.c67 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_pci.c56 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_isa.c65 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc.c1967 ppc_alloc_resource(device_t bus, device_t child, int type, int *rid, in ppc_alloc_resource() function