Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
H A Dfirewirereg.h64 struct firewire_softc { struct
295 int fwdev_makedev (struct firewire_softc *);
296 int fwdev_destroydev (struct firewire_softc *);
H A Dfwdev.c188 struct firewire_softc *sc; in fw_close()
264 struct firewire_softc *sc; in fw_read()
353 struct firewire_softc *sc; in fw_write()
414 struct firewire_softc *sc; in fw_ioctl()
803 fwdev_makedev(struct firewire_softc *sc) in fwdev_makedev()
810 fwdev_destroydev(struct firewire_softc *sc) in fwdev_destroydev()
824 struct firewire_softc *sc; in fwdev_clone()
H A Dfirewire.c140 sizeof(struct firewire_softc),
385 struct firewire_softc *sc = device_get_softc(dev); in firewire_attach()
425 struct firewire_softc *sc; in firewire_add_child()
427 sc = (struct firewire_softc *)device_get_softc(parent); in firewire_add_child()
440 struct firewire_softc *sc; in firewire_resume()
442 sc = (struct firewire_softc *)device_get_softc(dev); in firewire_resume()
456 struct firewire_softc *sc; in firewire_detach()
461 sc = (struct firewire_softc *)device_get_softc(dev); in firewire_detach()
H A Dfwmem.c330 struct firewire_softc *sc; in fwmem_strategy()
H A Dfwohci.c337 struct firewire_softc *sc; in fwohci_ioctl()