Home
last modified time | relevance | path

Searched refs:bus_alloc_resource_any (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c111 res = bus_alloc_resource_any(self, SYS_RES_MEMORY, &unit, 0); in ehci_pci_attach()
144 res = bus_alloc_resource_any(self, SYS_RES_IRQ, &unit, 0); in ehci_pci_attach()
Dxhci_pci.c97 res = bus_alloc_resource_any(self, SYS_RES_MEMORY, &unit, 0); in xhci_pci_attach()
111 res = bus_alloc_resource_any(self, SYS_RES_IRQ, &unit, 0); in xhci_pci_attach()
/third_party/FreeBSD/sys/sys/
Dbus.h281 bus_alloc_resource_any(device_t dev, int type, int *rid, u_int flags) in bus_alloc_resource_any() function