Home
last modified time | relevance | path

Searched refs:set_intr (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/firewire/
HDif_fwe.c389 fc->set_intr(fc, 0); in fwe_ioctl()
397 fc->set_intr(fc, 1); in fwe_ioctl()
HDfirewirereg.h154 void (*set_intr) (struct firewire_comm *, int); member
HDif_fwip.c405 fc->set_intr(fc, 0); in fwip_ioctl()
413 fc->set_intr(fc, 1); in fwip_ioctl()
HDfwohci.c753 sc->fc.set_intr = fwohci_set_intr;