Home
last modified time | relevance | path

Searched refs:resource_list_find (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/x86/isa/
H A Disa.c102 rle = resource_list_find(rl, type, *rid); in isa_alloc_resource()
/f-stack/freebsd/mips/atheros/
H A Dapb.c198 rle = resource_list_find(&ivar->resources, type, *rid); in apb_alloc_resource()
276 rle = resource_list_find(rl, type, rid); in apb_release_resource()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_pinctrl.c101 re = resource_list_find(rs, SYS_RES_MEMORY, 0); in jz4780_pinctrl_attach()
/f-stack/freebsd/mips/mips/
H A Dnexus.c304 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource()
382 rle = resource_list_find(rl, type, rid); in nexus_get_resource()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_fdt.c252 rle = resource_list_find(&di->di_rl, type, *rid); in gic_v3_ofw_bus_alloc_res()
H A Dgic_v3_acpi.c433 rle = resource_list_find(&di->di_rl, type, *rid); in gic_v3_acpi_bus_alloc_res()
H A Dnexus.c236 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c302 rle = resource_list_find(&ivar->resources, type, *rid); in apb_alloc_resource()
380 rle = resource_list_find(rl, type, rid); in apb_release_resource()
/f-stack/freebsd/kern/
H A Dsubr_bus.c3172 while (resource_list_find(rl, type, rid) != NULL) in resource_list_add_next()
3199 rle = resource_list_find(rl, type, rid); in resource_list_add()
3238 rle = resource_list_find(rl, type, rid); in resource_list_busy()
3267 rle = resource_list_find(rl, type, rid); in resource_list_reserved()
3284 resource_list_find(struct resource_list *rl, int type, int rid) in resource_list_find() function
3305 struct resource_list_entry *rle = resource_list_find(rl, type, rid); in resource_list_delete()
3369 rle = resource_list_find(rl, type, *rid); in resource_list_reserve()
3421 rle = resource_list_find(rl, type, *rid); in resource_list_alloc()
3494 rle = resource_list_find(rl, type, rid); in resource_list_release()
3591 rle = resource_list_find(rl, type, rid); in resource_list_unreserve()
[all …]
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c188 rle = resource_list_find(&di->rl, type, *rid); in xlp_simplebus_alloc_resource()
/f-stack/freebsd/arm/mv/
H A Dmv_pci_ctrl.c258 rle = resource_list_find(&di->di_rl, type, *rid); in mv_pcib_ctrl_alloc_resource()
H A Dmv_localbus.c350 rle = resource_list_find(&di->di_res, type, *rid); in localbus_alloc_resource()
/f-stack/freebsd/x86/x86/
H A Dnexus.c393 rle = resource_list_find(&ndev->nx_resources, type, *rid); in nexus_alloc_resource()
681 rle = resource_list_find(rl, type, rid); in nexus_get_resource()
/f-stack/freebsd/arm/arm/
H A Dgic.c454 rle = resource_list_find(rl, type, *rid); in arm_gic_alloc_resource()
/f-stack/freebsd/sys/
H A Dbus.h368 resource_list_find(struct resource_list *rl,