Searched refs:AH_PREDEF (Results 1 – 1 of 1) sorted by relevance
/acpica-3.7.0/source/common/ |
D | ahpredef.c | 163 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc} macro 165 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc, LongDesc} 174 …AH_PREDEF ("_ACx", "Active Cooling, x=0-9", "Returns the active cooling policy threshold values… 175 … AH_PREDEF ("_ADR", "Address", "Returns address of a device on parent bus, and resource field"), 176 …AH_PREDEF ("_AEI", "ACPI Event Interrupts", "Returns a list of GPIO events to be used as ACPI e… 177 …AH_PREDEF ("_ALC", "Ambient Light Chromaticity", "Returns the ambient light color chromaticity"… 178 AH_PREDEF ("_ALI", "Ambient Light Illuminance", "Returns the ambient light brightness"), 179 AH_PREDEF ("_ALN", "Alignment", "Base alignment, Resource Descriptor field"), 180 …AH_PREDEF ("_ALP", "Ambient Light Polling", "Returns the ambient light sensor polling frequency… 181 …AH_PREDEF ("_ALR", "Ambient Light Response", "Returns the ambient light brightness to display b… [all …]
|