Home
last modified time | relevance | path

Searched refs:fwohci_softc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/firewire/
H A Dfwohcivar.h42 typedef struct fwohci_softc { struct
78 int fwohci_init (struct fwohci_softc *, device_t); argument
80 void fwohci_reset (struct fwohci_softc *, device_t);
81 int fwohci_detach (struct fwohci_softc *, device_t);
82 int fwohci_resume (struct fwohci_softc *, device_t);
83 int fwohci_stop (struct fwohci_softc *, device_t dev);
H A Dfwohci.c265 struct fwohci_softc *sc = (struct fwohci_softc *)fc; in fwohci_set_bus_manager()
338 struct fwohci_softc *fc; in fwohci_ioctl()
759 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
1006 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
1014 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
1266 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
1283 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
1473 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
1588 struct fwohci_softc *sc = (struct fwohci_softc *)fc;
1967 struct fwohci_softc *sc = (struct fwohci_softc *)arg;
[all …]
H A Dfwohci_pci.c430 struct fwohci_softc *sc; in fwohci_pci_add_child()
434 sc = (struct fwohci_softc *)device_get_softc(bus); in fwohci_pci_add_child()