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

/freebsd-9.3-release/sys/dev/auxio/
H A Dauxio.c119 static void auxio_led_func(void *arg, int onoff);
201 auxio_led_func(void *arg, int onoff) function
271 sc->sc_led_dev = led_create(auxio_led_func, sc, "auxioled");
273 auxio_led_func(sc, 1);
290 auxio_led_func(sc, sc->sc_led_stat);

Completed in 49 milliseconds