Searched refs:check_property_type (Results 1 – 5 of 5) sorted by relevance
| /drivers/platform/x86/dell/dell-wmi-sysman/ |
| A D | enum-attributes.c | 144 if (check_property_type(enumeration, ATTR_NAME, ACPI_TYPE_STRING)) in populate_enum_data() 148 if (check_property_type(enumeration, DISPL_NAME_LANG_CODE, ACPI_TYPE_STRING)) in populate_enum_data() 152 if (check_property_type(enumeration, DISPLAY_NAME, ACPI_TYPE_STRING)) in populate_enum_data() 156 if (check_property_type(enumeration, DEFAULT_VAL, ACPI_TYPE_STRING)) in populate_enum_data() 160 if (check_property_type(enumeration, MODIFIER, ACPI_TYPE_STRING)) in populate_enum_data() 170 if (check_property_type(enumeration, next_obj, ACPI_TYPE_INTEGER)) in populate_enum_data() 177 if (check_property_type(enumeration, next_obj, ACPI_TYPE_STRING)) in populate_enum_data() 187 if (check_property_type(enumeration, next_obj, ACPI_TYPE_INTEGER)) in populate_enum_data() 194 if (check_property_type(enumeration, next_obj, ACPI_TYPE_STRING)) in populate_enum_data()
|
| A D | int-attributes.c | 145 if (check_property_type(integer, ATTR_NAME, ACPI_TYPE_STRING)) in populate_int_data() 149 if (check_property_type(integer, DISPL_NAME_LANG_CODE, ACPI_TYPE_STRING)) in populate_int_data() 153 if (check_property_type(integer, DISPLAY_NAME, ACPI_TYPE_STRING)) in populate_int_data() 157 if (check_property_type(integer, DEFAULT_VAL, ACPI_TYPE_INTEGER)) in populate_int_data() 161 if (check_property_type(integer, MODIFIER, ACPI_TYPE_STRING)) in populate_int_data() 165 if (check_property_type(integer, MIN_VALUE, ACPI_TYPE_INTEGER)) in populate_int_data() 169 if (check_property_type(integer, MAX_VALUE, ACPI_TYPE_INTEGER)) in populate_int_data() 173 if (check_property_type(integer, SCALAR_INCR, ACPI_TYPE_INTEGER)) in populate_int_data()
|
| A D | string-attributes.c | 129 if (check_property_type(str, ATTR_NAME, ACPI_TYPE_STRING)) in populate_str_data() 133 if (check_property_type(str, DISPL_NAME_LANG_CODE, ACPI_TYPE_STRING)) in populate_str_data() 137 if (check_property_type(str, DISPLAY_NAME, ACPI_TYPE_STRING)) in populate_str_data() 141 if (check_property_type(str, DEFAULT_VAL, ACPI_TYPE_STRING)) in populate_str_data() 145 if (check_property_type(str, MODIFIER, ACPI_TYPE_STRING)) in populate_str_data() 149 if (check_property_type(str, MIN_LEN, ACPI_TYPE_INTEGER)) in populate_str_data() 152 if (check_property_type(str, MAX_LEN, ACPI_TYPE_INTEGER)) in populate_str_data()
|
| A D | passobj-attributes.c | 163 if (check_property_type(po, ATTR_NAME, ACPI_TYPE_STRING)) in populate_po_data() 167 if (check_property_type(po, MIN_PASS_LEN, ACPI_TYPE_INTEGER)) in populate_po_data() 171 if (check_property_type(po, MAX_PASS_LEN, ACPI_TYPE_INTEGER)) in populate_po_data()
|
| A D | dell-wmi-sysman.h | 160 #define check_property_type(attr, prop, valuetype) \ macro
|
Completed in 9 milliseconds