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

/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c223 static struct callout led_timo [NBRD]; variable in typeref:struct:callout
398 callout_reset (&led_timo[b->num], hz/20, ce_led_off, b);
607 callout_init (&led_timo[unit], 1);
609 callout_init (&led_timo[unit]);
780 callout_stop (&led_timo[b->num]);
829 callout_drain (&led_timo[b->num]);
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c167 static struct callout led_timo [NBRD]; variable in typeref:struct:callout
299 callout_reset (&led_timo[b->num], hz/20, cp_led_off, b);
447 callout_init (&led_timo[unit], 1);
578 callout_stop (&led_timo[b->num]);
622 callout_drain (&led_timo[b->num]);
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c217 static struct callout led_timo [NCX]; variable in typeref:struct:callout
350 callout_reset (&led_timo[b->num], hz/20, cx_led_off, b);
749 callout_init (&led_timo[b->num], 1);
914 callout_stop (&led_timo[b->num]);
973 callout_drain (&led_timo[b->num]);
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c173 static struct callout led_timo [NCTAU]; variable in typeref:struct:callout
262 callout_reset (&led_timo[b->num], hz/20, ct_led_off, b);
649 callout_init (&led_timo[unit], 1);
781 callout_stop (&led_timo[b->num]);
830 callout_drain (&led_timo[b->num]);

Completed in 144 milliseconds