Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/pci/
H A Dqpi.c208 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
263 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in qpi_pcib_alloc_resource()
293 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
H A Dpci_bus.c606 return (bus_generic_alloc_resource(dev, child, type, rid, start, end, in legacy_pcib_alloc_resource()
/f-stack/freebsd/x86/x86/
H A Dmptable_pci.c121 return (bus_generic_alloc_resource(dev, child, in mptable_hostb_alloc_resource()
132 return (bus_generic_alloc_resource(dev, child, in mptable_hostb_alloc_resource()
H A Dlegacy.c87 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/x86/xen/
H A Dxenpv.c160 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/arm64/broadcom/brcmmdio/
H A Dmdio_nexus_iproc.c75 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
H A Dmdio_mux_iproc.c118 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_fdt.c274 return (bus_generic_alloc_resource(bus, child, type, rid, start, end, in gic_v3_ofw_bus_alloc_res()
H A Dgic_v3_acpi.c442 return (bus_generic_alloc_resource(bus, child, type, rid, start, end, in gic_v3_acpi_bus_alloc_res()
/f-stack/freebsd/arm/mv/
H A Dmv_pci_ctrl.c289 return (bus_generic_alloc_resource(bus, child, type, rid, start, end, in mv_pcib_ctrl_alloc_resource()
H A Dmv_localbus.c361 return (bus_generic_alloc_resource(bus, child, type, rid, start, end, in localbus_alloc_resource()
/f-stack/freebsd/arm/allwinner/
H A Daw_rsb.c468 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/mips/nlm/
H A Dxlp_pci.c551 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/mips/ingenic/
H A Djz4780_smb.c450 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/arm/ti/
H A Dti_i2c.c946 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/arm/nvidia/
H A Dtegra_i2c.c779 DEVMETHOD(bus_alloc_resource, bus_generic_alloc_resource),
/f-stack/freebsd/mips/cavium/
H A Doctopci.c247 res = bus_generic_alloc_resource(bus, child, type, rid, start, in octopci_alloc_resource()
/f-stack/freebsd/arm/arm/
H A Dgic.c485 return (bus_generic_alloc_resource(bus, child, type, rid, start, end, in arm_gic_alloc_resource()
/f-stack/freebsd/sys/
H A Dbus.h420 bus_generic_alloc_resource(device_t bus, device_t child, int type,
/f-stack/freebsd/kern/
H A Dsubr_bus.c4214 bus_generic_alloc_resource(device_t dev, device_t child, int type, int *rid, in bus_generic_alloc_resource() function