Searched refs:toffhandle (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/fdc/
H A Dfdc.c259 struct callout toffhandle; member in struct:fd_data
668 callout_reset(&fd->toffhandle, hz, fd_turnon, fd);
670 callout_stop(&fd->toffhandle);
741 callout_reset(&fd->toffhandle, 4 * hz, fd_turnoff, fd);
1192 callout_stop(&fd->toffhandle);
2020 callout_init_mtx(&fd->toffhandle, &fd->fdc->fdc_mtx, 0);
2077 callout_drain(&fd->toffhandle);

Completed in 81 milliseconds