Lines Matching defs:fdc_softc
154 struct fdc_softc {
191 CFATTACH_DECL_NEW(fdc, sizeof(struct fdc_softc),
316 static void fd_set_motor(struct fdc_softc *);
319 static int fdcresult(struct fdc_softc *);
320 static int out_fdc(struct fdc_softc *, u_char);
321 static void fdcstart(struct fdc_softc *);
323 static void fdc_reset(struct fdc_softc *);
328 static int fdcstate(struct fdc_softc *);
329 static void fdcretry(struct fdc_softc *);
332 static void fd_do_eject(struct fdc_softc *, int);
334 static void fdconf(struct fdc_softc *);
395 fdconf(struct fdc_softc *fdc)
421 struct fdc_softc *fdc = device_private(self);
504 struct fdc_softc *fdc = device_private(parent);
565 struct fdc_softc *fdc = device_private(parent);
715 struct fdc_softc *fdc;
735 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
750 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
777 fdc_reset(struct fdc_softc *fdc)
794 fd_set_motor(struct fdc_softc *fdc)
828 struct fdc_softc *fdc = device_private(device_parent(fd->sc_dv));
840 fdcresult(struct fdc_softc *fdc)
866 out_fdc(struct fdc_softc *fdc, u_char x)
964 fdcstart(struct fdc_softc *fdc)
979 fdcpstatus(int n, struct fdc_softc *fdc)
1012 struct fdc_softc *fdc = device_private(device_parent(dv));
1036 struct fdc_softc *fdc = arg;
1055 struct fdc_softc *fdc = arg;
1072 struct fdc_softc *fdc = arg;
1137 struct fdc_softc *fdc = arg;
1150 fdcstate(struct fdc_softc *fdc)
1543 fdcretry(struct fdc_softc *fdc)
1775 struct fdc_softc *fdc =
1789 struct fdc_softc *fdc =
1801 struct fdc_softc *fdc =
1929 fd_do_eject(struct fdc_softc *fdc, int unit)
1948 struct fdc_softc *fdc;
1978 struct fdc_softc *fdc;