/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/ |
H A D | fac_prov_ahci.c | 98 uint_t op, leds; in do_led_control() local 102 leds = AHCI_EM_LED_IDENT_ENABLE; in do_led_control() 105 leds = AHCI_EM_LED_FAULT_ENABLE; in do_led_control() 122 ahci_set.aiems_leds = leds; in do_led_control()
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_keyboard.c | 213 unsigned char leds; in kb_ischar() local 267 leds = kb_calculate_leds(); in kb_ischar() 268 kb_send(leds); in kb_ischar() 269 kb.led_commanded = leds; in kb_ischar()
|
/illumos-gate/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 432 int leds; in kb8042_attach() local 443 leds = kb8042->leds.commanded; in kb8042_attach() 446 kb8042_setled(kb8042, leds, B_FALSE); in kb8042_attach() 670 kb8042->leds.commanded = -1; /* Unknown initial state */ in kb8042_init() 671 kb8042->leds.desired = -1; /* Unknown initial state */ in kb8042_init() 1289 kb8042->leds.desired = led_state; 1294 if (kb8042->leds.desired != kb8042->leds.commanded) { 1428 kb8042_xlate_leds(kb8042->leds.desired), polled); 1435 kb8042->leds.commanded = kb8042->leds.desired;
|
H A D | kb8042.h | 94 } leds; member
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.conf | 27 fcal-leds: /devices/pci@8,700000/ebus@5/i2c@1,30/ioexp@0,74:pcf8574
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.h | 83 hpc_led_state_t leds[4]; member
|
H A D | cardbus_hp.c | 409 hpc_led_info->led, cbp->leds[hpc_led_info->led]); in cardbus_pci_control() 411 hpc_led_info->state = cbp->leds[hpc_led_info->led]; in cardbus_pci_control() 422 cbp->leds[hpc_led_info->led] = hpc_led_info->state; in cardbus_pci_control()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 639 solaris_setleds(const char *led_path, int leds) in solaris_setleds() argument 647 gpio.reg_val = (leds ^ 0xff); in solaris_setleds() 650 gpio.reg_val = (leds ^ 0xff); in solaris_setleds() 681 boston_set_frontleds(const char *led_path, int leds) in boston_set_frontleds() argument 707 gpio.reg_val = leds; in boston_set_frontleds() 718 boston_set_rearleds(const char *led_path, int leds) in boston_set_rearleds() argument 744 gpio.reg_val = leds; in boston_set_rearleds()
|
H A D | fru_SC_data.info | 74 * add disk leds
|
/illumos-gate/usr/src/uts/common/io/rwn/ |
H A D | rt2860_var.h | 204 uint8_t leds; member
|
H A D | rt2860.c | 431 if ((sc->leds = val >> 8) != 0xff) { in rt2860_read_eeprom() 438 sc->leds = 0x01; in rt2860_read_eeprom() 445 sc->leds, sc->led[0], sc->led[1], sc->led[2]); in rt2860_read_eeprom() 2270 which | (sc->leds & 0x7f)); in rt2860_set_leds()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/ |
H A D | fru_SC_data.info | 74 * add disk leds 207 * fan leds info
|
H A D | SB-tables.info | 473 * System leds and keyswitch should be under "SYS"
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/ |
H A D | nv_sata.c | 7010 uint8_t leds; in nv_sgp_locate() local 7025 leds = SGPIO0_TR_DRV(cb->sgpio0_tr, drive); in nv_sgp_locate() 7027 leds &= ~TR_LOCATE_MASK; in nv_sgp_locate() 7028 leds |= TR_LOCATE_SET(value); in nv_sgp_locate() 7031 cb->sgpio0_tr |= SGPIO0_TR_DRV_SET(leds, drive); in nv_sgp_locate() 7051 uint8_t leds; in nv_sgp_error() local 7066 leds = SGPIO0_TR_DRV(cb->sgpio0_tr, drive); in nv_sgp_error() 7068 leds &= ~TR_ERROR_MASK; in nv_sgp_error() 7069 leds |= TR_ERROR_SET(value); in nv_sgp_error() 7072 cb->sgpio0_tr |= SGPIO0_TR_DRV_SET(leds, drive); in nv_sgp_error()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/ |
H A D | fru_SC_data.info | 85 * add disk leds
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/ |
H A D | SB-tables.info | 436 * System leds device table 467 * Add a device table for the PDB (fan fault leds are located here)
|
H A D | fru_SC_data.info | 121 * parents for system leds
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/ |
H A D | fru_SC_data.info | 74 * add disk leds
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 1282 static const HAL_LED_STATE leds[] = { in ath_newstate() local 1297 ATH_HAL_SETLEDSTATE(ah, leds[nstate]); /* set LED */ in ath_newstate()
|