Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ce/
HDif_ce.c224 static struct callout led_timo [NBRD]; variable
399 callout_reset (&led_timo[b->num], hz/20, ce_led_off, b); in ce_intr()
608 callout_init (&led_timo[unit], 1); in ce_attach()
610 callout_init (&led_timo[unit]); in ce_attach()
781 callout_stop (&led_timo[b->num]); in ce_detach()
830 callout_drain (&led_timo[b->num]); in ce_detach()
/NextBSD/sys/dev/cp/
HDif_cp.c168 static struct callout led_timo [NBRD]; variable
300 callout_reset (&led_timo[b->num], hz/20, cp_led_off, b); in cp_intr()
448 callout_init (&led_timo[unit], 1); in cp_attach()
579 callout_stop (&led_timo[b->num]); in cp_detach()
623 callout_drain (&led_timo[b->num]); in cp_detach()
/NextBSD/sys/dev/ctau/
HDif_ct.c173 static struct callout led_timo [NCTAU]; variable
262 callout_reset (&led_timo[b->num], hz/20, ct_led_off, b); in ct_intr()
649 callout_init (&led_timo[unit], 1); in ct_attach()
780 callout_stop (&led_timo[b->num]); in ct_detach()
829 callout_drain (&led_timo[b->num]); in ct_detach()
/NextBSD/sys/dev/cx/
HDif_cx.c217 static struct callout led_timo [NCX]; variable
350 callout_reset (&led_timo[b->num], hz/20, cx_led_off, b); in cx_intr()
749 callout_init (&led_timo[b->num], 1); in cx_attach()
913 callout_stop (&led_timo[b->num]); in cx_detach()
972 callout_drain (&led_timo[b->num]); in cx_detach()