Searched refs:FPV (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/atari/dev/ |
| D | fd.c | 193 typedef void (*FPV)(void *); typedef 357 callout_reset(&fdsc->sc_motor_ch, 0, (FPV)fdmotoroff, fdsc); in fdcattach() 760 (FPV)fdmotoroff, sc); in fddone() 881 (FPV)fdmotoroff, sc); in fd_xfer() 900 (FPV)fdmotoroff, sc); in fd_xfer() 944 callout_reset(&sc->sc_motor_ch, FLP_XFERDELAY, (FPV)fdmotoroff, sc); in fd_xfer() 1251 (FPV)fdmotoroff, fdsoftc); in fdmoff()
|
| D | ms.c | 82 typedef void (*FPV)(void *); typedef 291 (FPV)ms_3b_delay, (void *)ms); in mouse_soft()
|