Lines Matching refs:T_NONE

84 #define T_NONE	   0		      /* No units */  macro
99 { 0x000000, T_NONE, "None" },
101 { 0x840000, T_NONE, "UPS-Power" },
103 { 0x840002, T_NONE, "PresentStatus" },
104 { 0x840004, T_NONE, "UPS" },
105 { 0x840012, T_NONE, "Battery" },
106 { 0x840016, T_NONE, "PowerConverter" },
107 { 0x840018, T_NONE, "OutletSystem" },
108 { 0x840017, T_NONE, "PowerConverterID" },
109 { 0x840019, T_NONE, "OutletSystemID" },
110 { 0x84001a, T_NONE, "Input" },
111 { 0x84001c, T_NONE, "Output" },
112 { 0x84001e, T_NONE, "Flow" },
113 { 0x84001d, T_NONE, "OutputID" },
114 { 0x84001f, T_NONE, "FlowID" },
115 { 0x840020, T_NONE, "Outlet" },
116 { 0x840021, T_NONE, "OutletID" },
117 { 0x840024, T_NONE, "PowerSummary" },
118 { 0x840025, T_NONE, "PowerSummaryID" },
135 { 0x840057, T_NONE, "DelayBeforeShutdown" },
136 { 0x840058, T_NONE, "Test" },
137 { 0x84005a, T_NONE, "AudibleAlarmControl" },
138 { 0x840061, T_NONE, "Good" },
139 { 0x840062, T_NONE, "InternalFailure" },
140 { 0x840065, T_NONE, "Overload" },
141 { 0x840068, T_NONE, "ShutdownRequested" },
142 { 0x840069, T_NONE, "ShutdownImminent" },
143 { 0x84006b, T_NONE, "Switch On/Off" },
144 { 0x84006c, T_NONE, "Switchable" },
145 { 0x84006e, T_NONE, "Boost" },
146 { 0x84006f, T_NONE, "Trim" },
147 { 0x840073, T_NONE, "CommunicationLost" },
152 { 0x850000, T_NONE, "UPS-Batt" },
156 { 0x850042, T_NONE, "BelowRemainingCapacityLimit" },
157 { 0x850043, T_NONE, "RemainingTimeLimitExpired" },
158 { 0x850044, T_NONE, "Charging" },
159 { 0x850045, T_NONE, "Discharging" },
160 { 0x85004b, T_NONE, "NeedReplacement" },
161 { 0x850058, T_NONE, "BUPHibernate" }, /* APC proprietary */
165 { 0x85006b, T_NONE, "CycleCount" },
166 { 0x850080, T_NONE, "BattPackLevel" },
171 { 0x85008b, T_NONE, "Rechargeable" },
176 { 0x8500d0, T_NONE, "ACPresent" },
177 { 0x8500d1, T_NONE, "BatteryPresent" },
178 { 0x8500db, T_NONE, "VoltageNotRegulated" },
183 { 0x860010, T_NONE, "BUPSelfTest" }, /* APC proprietary */
184 { 0x860012, T_NONE, "BUPBattCapBeforeStartup" }, /* APC proprietary */
185 { 0x860076, T_NONE, "BUPDelayBeforeStartup" }, /* APC proprietary */
187 { 0xFF860005, T_NONE, "APCGeneralCollection" },
188 { 0xFF860013, T_NONE, "APC860013_SetMinReturn?" },
191 { 0xFF860023, T_NONE, "APC860023_??????" },
192 { 0xFF860024, T_NONE, "APC860024_??????" },
193 { 0xFF860025, T_NONE, "APC860025_??????" },
194 { 0xFF860026, T_NONE, "APC860026_??????" },
195 { 0xFF860029, T_NONE, "APC860029_??????" },
196 { 0xFF86002A, T_NONE, "APC86002A_??????" },
198 { 0xFF860052, T_NONE, "APCLineFailCause" },
200 { 0xFF860061, T_NONE, "APCSensitivity" },
201 { 0xFF860062, T_NONE, "APC860062_SetHiTransV?" },
202 { 0xFF860064, T_NONE, "APC860064_SetLoTransV?" },
203 { 0xFF860072, T_NONE, "APCPanelTest" },
204 { 0xFF860074, T_NONE, "APC860074_SetSens?" },
206 { 0xFF860077, T_NONE, "APC860077_SetWakeUpDelay?" },
208 { 0xFF86007C, T_NONE, "APCForceShutdown" },
252 static struct s_ups_info info = {0, T_NONE, unknown}; in info_entry()