Searched refs:led_timo (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/ce/ |
| HD | if_ce.c | 224 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/ |
| HD | if_cp.c | 168 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/ |
| HD | if_ct.c | 173 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/ |
| HD | if_cx.c | 217 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()
|