Searched refs:fdc_intr (Results 1 – 2 of 2) sorted by relevance
265 static driver_intr_t fdc_intr; variable689 fdc_intr(void *arg) in fdc_intr() function1595 if (fdc->fdc_intr) in fdc_release_resources()1596 bus_teardown_intr(dev, fdc->res_irq, fdc->fdc_intr); in fdc_release_resources()1597 fdc->fdc_intr = NULL; in fdc_release_resources()1734 if (fdc->fdc_intr) in fdc_detach()1735 bus_teardown_intr(dev, fdc->res_irq, fdc->fdc_intr); in fdc_detach()1736 fdc->fdc_intr = NULL; in fdc_detach()1798 ((fdc->flags & FDC_NOFAST) ? fdc_intr : NULL), in fdc_attach()1799 fdc, &fdc->fdc_intr); in fdc_attach()
65 void *fdc_intr; member