Searched refs:enumeration_obj (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c132 * @enumeration_obj: ACPI object with enumeration data
137 int populate_enum_data(union acpi_object *enumeration_obj, int instance_id, argument
146 enumeration_obj[ATTR_NAME].string.pointer);
150 enumeration_obj[DISPL_NAME_LANG_CODE].string.pointer);
154 enumeration_obj[DISPLAY_NAME].string.pointer);
158 enumeration_obj[DEFAULT_VAL].string.pointer);
162 enumeration_obj[MODIFIER].string.pointer);
171 value_modifier_count = (uintptr_t)enumeration_obj[next_obj++].string.pointer;
179 enumeration_obj[next_obj++].string.pointer);
188 possible_values_count = (uintptr_t) enumeration_obj[next_ob
[all...]
H A Ddell-wmi-sysman.h162 int populate_enum_data(union acpi_object *enumeration_obj, int instance_id,

Completed in 321 milliseconds