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

/freebsd-10.2-release/sys/dev/ce/
H A Dif_ce.c227 static struct callout led_timo [NBRD]; variable in typeref:struct:callout
419 callout_reset (&led_timo[b->num], hz/20, ce_led_off, b);
628 callout_init (&led_timo[unit], CALLOUT_MPSAFE);
630 callout_init (&led_timo[unit]);
801 callout_stop (&led_timo[b->num]);
850 callout_drain (&led_timo[b->num]);
/freebsd-10.2-release/sys/dev/cp/
H A Dif_cp.c167 static struct callout led_timo [NBRD]; variable in typeref:struct:callout
316 callout_reset (&led_timo[b->num], hz/20, cp_led_off, b);
464 callout_init (&led_timo[unit], CALLOUT_MPSAFE);
595 callout_stop (&led_timo[b->num]);
639 callout_drain (&led_timo[b->num]);
/freebsd-10.2-release/sys/dev/ctau/
H A Dif_ct.c172 static struct callout led_timo [NCTAU]; variable in typeref:struct:callout
278 callout_reset (&led_timo[b->num], hz/20, ct_led_off, b);
666 callout_init (&led_timo[unit], CALLOUT_MPSAFE);
797 callout_stop (&led_timo[b->num]);
846 callout_drain (&led_timo[b->num]);
/freebsd-10.2-release/sys/dev/cx/
H A Dif_cx.c216 static struct callout led_timo [NCX]; variable in typeref:struct:callout
365 callout_reset (&led_timo[b->num], hz/20, cx_led_off, b);
765 callout_init (&led_timo[b->num], CALLOUT_MPSAFE);
929 callout_stop (&led_timo[b->num]);
988 callout_drain (&led_timo[b->num]);

Completed in 113 milliseconds