Home
last modified time | relevance | path

Searched refs:wi_alloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/wi/
H A Dif_wi_pci.c152 error = wi_alloc(dev, WI_PCI_IORES); in wi_pci_attach()
201 error = wi_alloc(dev, WI_PCI_LMEMRES); in wi_pci_attach()
H A Dif_wi_macio.c135 error = wi_alloc(dev, 0); in wi_macio_attach()
H A Dif_wivar.h184 int wi_alloc(device_t, int);
H A Dif_wi_pccard.c194 error = wi_alloc(dev, 0); in wi_pccard_attach()
H A Dif_wi.c2018 wi_alloc(device_t dev, int rid) in wi_alloc() function