Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbwi.c521 .led_act = { BWI_VENDOR_LED_ACT_##vendor } \
526 uint8_t led_act[BWI_LED_MAX]; member
6367 const uint8_t *led_act = NULL; in bwi_led_attach() local
6373 led_act = bwi_vendor_led_act[i].led_act; in bwi_led_attach()
6377 if (led_act == NULL) in bwi_led_attach()
6378 led_act = bwi_default_led_act; in bwi_led_attach()
6392 led->l_act = led_act[i]; in bwi_led_attach()