Home
last modified time | relevance | path

Searched refs:attribute_s_property_show (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c64 attribute_s_property_show(display_name_language_code, enumeration);
68 attribute_s_property_show(display_name, enumeration);
72 attribute_s_property_show(default_value, enumeration);
80 attribute_s_property_show(dell_modifier, enumeration);
84 attribute_s_property_show(dell_value_modifier, enumeration);
88 attribute_s_property_show(possible_values, enumeration);
H A Dstring-attributes.c54 attribute_s_property_show(display_name_language_code, str);
58 attribute_s_property_show(display_name, str);
62 attribute_s_property_show(default_value, str);
70 attribute_s_property_show(dell_modifier, str);
H A Dint-attributes.c64 attribute_s_property_show(display_name_language_code, integer);
68 attribute_s_property_show(display_name, integer);
80 attribute_s_property_show(dell_modifier, integer);
H A Ddell-wmi-sysman.h117 #define attribute_s_property_show(name, type) \ macro