Home | History | Annotate | Download | only in dev

Lines Matching refs:fdmotoroff

211 static void	fdmotoroff(struct fd_softc *);
357 callout_reset(&fdsc->sc_motor_ch, 0, (FPV)fdmotoroff, fdsc);
760 (FPV)fdmotoroff, sc);
823 * fdmotoroff()/ --> fdcint() -> fd_xfer_ok() ---+ *
881 (FPV)fdmotoroff, sc);
900 (FPV)fdmotoroff, sc);
944 callout_reset(&sc->sc_motor_ch, FLP_XFERDELAY, (FPV)fdmotoroff, sc);
1150 fdmotoroff(struct fd_softc *sc)
1160 printf("fdmotoroff, state = 0x%x\n", fd_state);
1228 * Called from fdmotoroff to turn the motor actually off....
1229 * This can't be done in fdmotoroff itself, because exclusive access to the
1251 (FPV)fdmotoroff, fdsoftc);