Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c353 hpc_led_info_t *hpc_led_info; in cardbus_pci_control() local
405 hpc_led_info = (hpc_led_info_t *)arg; in cardbus_pci_control()
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()
415 hpc_led_info = (hpc_led_info_t *)arg; in cardbus_pci_control()
420 hpc_led_info->led, hpc_led_info->state); in cardbus_pci_control()
422 cbp->leds[hpc_led_info->led] = hpc_led_info->state; in cardbus_pci_control()
1129 struct hpc_led_info led_info; in cardbus_ioctl()
/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h175 typedef struct hpc_led_info { struct
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c756 struct hpc_led_info led_info; in pcihp_ioctl()
2321 struct hpc_led_info led_info; in pcihp_event_handler()