Searched refs:led_ch (Results 1 – 1 of 1) sorted by relevance
47 static struct callout led_ch; variable85 callout_reset(&led_ch, hz / 10, led_timeout, p); in led_timeout()99 callout_reset(&led_ch, hz / 10, led_timeout, NULL); in led_state()317 callout_stop(&led_ch); in led_destroy()337 callout_init_mtx(&led_ch, &led_mtx, 0); in led_drvinit()