Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ppc/
H A Dppcvar.h45 struct resource *ppc_alloc_resource(device_t bus, device_t child, int type,
H A Dppc_puc.c61 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_acpi.c69 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_pci.c59 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc_isa.c68 DEVMETHOD(bus_alloc_resource, ppc_alloc_resource),
H A Dppc.c1973 ppc_alloc_resource(device_t bus, device_t child, int type, int *rid, in ppc_alloc_resource() function