/src/sys/arch/mac68k/obio/ |
iwm_fdvar.h | 135 struct callout motor_ch; /* motor callout */ member in struct:fd_softc
|
iwm_fdvar.h | 135 struct callout motor_ch; /* motor callout */ member in struct:fd_softc
|
/src/sys/arch/amiga/dev/ |
fd.c | 152 struct callout motor_ch; member in struct:fd_softc 421 callout_init(&sc->motor_ch, 0); 1447 callout_reset(&sc->motor_ch, 3 * hz / 2, fdmotoroff, sc); 1459 callout_stop(&sc->motor_ch); 1475 callout_reset(&sc->motor_ch, 3 * hz / 2, fdmotoroff, sc); 1523 callout_stop(&sc->motor_ch);
|
fd.c | 152 struct callout motor_ch; member in struct:fd_softc 421 callout_init(&sc->motor_ch, 0); 1447 callout_reset(&sc->motor_ch, 3 * hz / 2, fdmotoroff, sc); 1459 callout_stop(&sc->motor_ch); 1475 callout_reset(&sc->motor_ch, 3 * hz / 2, fdmotoroff, sc); 1523 callout_stop(&sc->motor_ch);
|