Searched refs:an_alloc_irq (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/an/
H A Dif_an_isa.c97 error = an_alloc_irq(dev, 0, 0);
112 an_alloc_irq(dev, sc->irq_rid, 0);
H A Dif_an_pccard.c139 error = an_alloc_irq(dev, 0, 0);
143 an_alloc_irq(dev, sc->irq_rid, 0);
H A Dif_an_pci.c211 error = an_alloc_irq(dev, 0, RF_SHAREABLE);
H A Dif_anreg.h502 int an_alloc_irq (device_t, int, int);
H A Dif_an.c435 an_alloc_irq(device_t dev, int rid, int flags) function

Completed in 267 milliseconds