Lines Matching +full:led +full:- +full:3
10 * See the COPYING file in the top-level directory.
19 #include "hw/qdev-core.h"
22 #define TYPE_SPAPR_DR_CONNECTOR "spapr-dr-connector"
31 #define TYPE_SPAPR_DRC_PHYSICAL "spapr-drc-physical"
35 #define TYPE_SPAPR_DRC_LOGICAL "spapr-drc-logical"
37 #define TYPE_SPAPR_DRC_CPU "spapr-drc-cpu"
39 #define TYPE_SPAPR_DRC_PCI "spapr-drc-pci"
41 #define TYPE_SPAPR_DRC_LMB "spapr-drc-lmb"
43 #define TYPE_SPAPR_DRC_PHB "spapr-drc-phb"
45 #define TYPE_SPAPR_DRC_PMEM "spapr-drc-pmem"
61 SPAPR_DR_CONNECTOR_TYPE_SHIFT_VIO = 3,
78 * set via set-indicator RTAS calls
90 * set via set-indicator RTAS calls
102 SPAPR_DR_ALLOCATION_STATE_RECOVER = 3
106 * DR-indicator (LED/visual indicator)
108 * set via set-indicator RTAS calls
121 SPAPR_DR_INDICATOR_ACTION = 3,
125 * returned via get-sensor-state RTAS calls
138 SPAPR_DR_ENTITY_SENSE_EXCHANGE = 3,
145 SPAPR_DR_CC_RESPONSE_NEXT_PROPERTY = 3,
148 SPAPR_DR_CC_RESPONSE_ERROR = -1,
149 SPAPR_DR_CC_RESPONSE_CONTINUE = -2,
150 SPAPR_DR_CC_RESPONSE_NOT_CONFIGURABLE = -9003,
163 SPAPR_DRC_STATE_LOGICAL_UNISOLATE = 3,
180 /* RTAS ibm,configure-connector state */
218 /* DR-indicator */
224 return dev->hotplugged && !runstate_check(RUN_STATE_INMIGRATE); in spapr_drc_hotplugged()
243 * beforehand (eg. check drc->dev at pre-plug).
249 * Reset all DRCs, causing pending hot-plug/unplug requests to complete.
256 return drc->unplug_requested; in spapr_drc_unplug_requested()