Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drman.h126 int rman_activate_resource(struct resource *r);
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c311 error = rman_activate_resource(res); in nexus_setup_intr()
352 if ((err = rman_activate_resource(r)) != 0) in nexus_activate_resource()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c289 return (rman_activate_resource(r)); in xlp_simplebus_activate_resource()
H A Dxlp_pci.c436 error = rman_activate_resource(irq); in mips_platform_pcib_setup_intr()
/f-stack/freebsd/arm/arm/
H A Dnexus.c351 if ((err = rman_activate_resource(r)) != 0) in nexus_activate_resource()
/f-stack/freebsd/x86/x86/
H A Dnexus.c442 error = rman_activate_resource(r); in nexus_activate_resource()
593 error = rman_activate_resource(irq); in nexus_setup_intr()
/f-stack/freebsd/mips/mips/
H A Dcpu.c573 error = rman_activate_resource(res); in cpu_setup_intr()
H A Dnexus.c452 return (rman_activate_resource(r)); in nexus_activate_resource()
/f-stack/freebsd/arm/versatile/
H A Dversatile_pci.c366 res = rman_activate_resource(r); in versatile_pci_activate_resource()
/f-stack/freebsd/mips/malta/
H A Dgt_pci.c690 return (rman_activate_resource(r)); in gt_pci_activate_resource()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c261 if ((err = rman_activate_resource(r)) != 0) in thunder_pem_activate_resource()
/f-stack/freebsd/mips/cavium/
H A Doctopci.c324 error = rman_activate_resource(res); in octopci_activate_resource()
/f-stack/freebsd/kern/
H A Dsubr_rman.c664 rman_activate_resource(struct resource *re) in rman_activate_resource() function