Searched refs:timo_add (Results 1 – 3 of 3) sorted by relevance
68 void timo_add(struct timo *, unsigned int);
273 timo_add(&d->sio.watchdog, WATCHDOG_USEC); in dev_sio_start()368 timo_add(&d->sio.watchdog, WATCHDOG_USEC); in dev_sio_run()
94 timo_add(struct timo *o, unsigned int delta) in timo_add() function