Searched refs:bus_alloc_resource_any (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci_pci.c | 111 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()
|
D | xhci_pci.c | 97 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/ |
D | bus.h | 281 bus_alloc_resource_any(device_t dev, int type, int *rid, u_int flags) in bus_alloc_resource_any() function
|