Home
last modified time | relevance | path

Searched refs:ls_slow_ch (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Drtwvar.h453 struct callout ls_slow_ch; member
H A Drtw.c2897 callout_stop(&ls->ls_slow_ch); in rtw_led_newstate()
2905 callout_schedule(&ls->ls_slow_ch, RTW_LED_SLOW_TICKS); in rtw_led_newstate()
3010 callout_schedule(&ls->ls_slow_ch, RTW_LED_SLOW_TICKS); in rtw_led_slowblink()
3017 callout_destroy(&ls->ls_slow_ch); in rtw_led_detach()
3024 callout_init(&ls->ls_slow_ch, 0); in rtw_led_attach()
3026 callout_setfunc(&ls->ls_slow_ch, rtw_led_slowblink, arg); in rtw_led_attach()