Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dnexus.c94 DEVMETHOD(bus_alloc_resource, bus_generic_rman_alloc_resource),
/freebsd/sys/arm/arm/
H A Dnexus.c123 DEVMETHOD(bus_alloc_resource, bus_generic_rman_alloc_resource),
/freebsd/sys/riscv/riscv/
H A Dnexus.c252 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in nexus_alloc_resource()
/freebsd/sys/powerpc/psim/
H A Diobus.c329 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in iobus_alloc_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c260 return (bus_generic_rman_alloc_resource(bus, child, type, rid, start, in nexus_alloc_resource()
/freebsd/sys/dev/bhnd/cores/usb/
H A Dbhnd_usb.c285 rv = bus_generic_rman_alloc_resource(bus, child, type, rid, in bhnd_usb_alloc_resource()
/freebsd/sys/x86/x86/
H A Dnexus.c374 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in nexus_alloc_resource()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c437 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in ofw_pcib_alloc_resource()
/freebsd/sys/powerpc/powermac/
H A Duninorth.c519 return (bus_generic_rman_alloc_resource(bus, child, in unin_chip_alloc_resource()
H A Dmacio.c560 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in macio_alloc_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c527 res = bus_generic_rman_alloc_resource(dev, child, type, rid, in pci_host_generic_core_alloc_resource()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c333 res = bus_generic_rman_alloc_resource(mcdev, child, type, rid, start, in dpaa2_mc_alloc_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c598 return (bus_generic_rman_alloc_resource(bus, child, type, rid, adjstart, in ps3bus_alloc_resource()
/freebsd/sys/dev/vmd/
H A Dvmd.c450 res = bus_generic_rman_alloc_resource(dev, child, type, rid, start, in vmd_alloc_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c706 res = bus_generic_rman_alloc_resource(dev, child, type, rid, start, in thunder_pem_alloc_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c739 return (bus_generic_rman_alloc_resource(bus, child, type, rid, start, in lbc_alloc_resource()
/freebsd/sys/dev/gpio/
H A Dgpiobus.c846 return (bus_generic_rman_alloc_resource(bus, child, type, rid, start, in gpiobus_alloc_resource()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c857 rv = bus_generic_rman_alloc_resource(dev, child, type, rid, start, end, in chipc_alloc_resource()
/freebsd/sys/arm/mv/
H A Dmv_pci.c936 return (bus_generic_rman_alloc_resource(dev, child, type, rid, in mv_pcib_alloc_resource()
/freebsd/sys/sys/
H A Dbus.h502 bus_generic_rman_alloc_resource(device_t dev, device_t child, int type,
/freebsd/sys/kern/
H A Dbus_if.m616 * Used by drivers which use bus_generic_rman_alloc_resource() etc. to
H A Dsubr_bus.c4224 bus_generic_rman_alloc_resource(device_t dev, device_t child, int type, in bus_generic_rman_alloc_resource() function
/freebsd/sys/dev/acpica/
H A Dacpi.c1537 res = bus_generic_rman_alloc_resource(bus, child, type, rid, start, end, in acpi_alloc_resource()