Home | History | Annotate | Download | only in mainbus

Lines Matching defs:fdc_softc

153 struct fdc_softc {
180 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc),
304 void fd_set_motor(struct fdc_softc *fdc, int reset);
307 int fdcresult(struct fdc_softc *fdc);
309 void fdcstart(struct fdc_softc *fdc);
314 void fdcretry(struct fdc_softc *fdc);
384 struct fdc_softc *fdc = device_private(self);
441 struct fdc_softc *fdc = device_private(parent);
496 struct fdc_softc *fdc = device_private(parent);
619 struct fdc_softc *fdc =
639 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
654 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
695 fd_set_motor(struct fdc_softc *fdc, int reset)
729 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
740 fdcresult(struct fdc_softc *fdc)
818 fdcstart(struct fdc_softc *fdc)
833 fdcpstatus(int n, struct fdc_softc *fdc)
866 struct fdc_softc *fdc = device_private(device_parent(dv));
881 struct fdc_softc *fdc = arg;
914 struct fdc_softc *fdc = arg;
1231 fdcretry(struct fdc_softc *fdc)