Lines Matching defs:fdc_softc
190 struct fdc_softc {
209 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc),
320 void fd_set_motor(struct fdc_softc *, int);
323 int fdcresult(struct fdc_softc *);
326 void fdcstart(struct fdc_softc *);
331 void fdcretry(struct fdc_softc *);
418 struct fdc_softc *fdc = device_private(self);
474 struct fdc_softc *fdc = device_private(parent);
527 struct fdc_softc *fdc = device_private(parent);
658 struct fdc_softc *fdc;
679 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
694 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
735 fd_set_motor(struct fdc_softc *fdc, int reset)
757 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
770 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dev));
781 fdcresult(struct fdc_softc *fdc)
854 fdcstart(struct fdc_softc *fdc)
869 fdcpstatus(struct fdc_softc *fdc)
886 struct fdc_softc *fdc = device_private(device_parent(self));
919 struct fdc_softc *fdc = arg;
949 struct fdc_softc *fdc = arg;
1251 fdcretry(struct fdc_softc *fdc)