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

/netbsd-6-1-5-RELEASE/sys/arch/evbppc/obs405/dev/
H A Dobsled.c50 int sc_led_state; /* LED status (ON=1/OFF=0) */ member in struct:obsled_softc
96 sc->sc_led_state = 0;
147 state = sc->sc_led_state;
157 sc->sc_led_state = state;
171 (~(sc->sc_led_state) & 1));
193 sc->sc_led_state =
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_otusvar.h248 uint32_t sc_led_state; member in struct:otus_softc
H A Dif_otus.c2772 uint32_t state = sc->sc_led_state;
2793 if (state != sc->sc_led_state) {
2796 sc->sc_led_state = state;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtwvar.h529 struct rtw_led_state sc_led_state; member in struct:rtw_softc
H A Drtw.c1612 sc->sc_led_state.ls_event |= RTW_LED_S_RX;
2824 ls = &sc->sc_led_state;
2909 struct rtw_led_state *ls = &sc->sc_led_state;
2936 struct rtw_led_state *ls = &sc->sc_led_state;
3455 sc->sc_led_state.ls_event |= RTW_LED_S_TX;
4151 rtw_led_attach(&sc->sc_led_state, (void *)sc);
4200 rtw_led_detach(&sc->sc_led_state);

Completed in 83 milliseconds