Searched refs:attribute_s_property_show (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | enum-attributes.c | 63 attribute_s_property_show(display_name_language_code, enumeration); 67 attribute_s_property_show(display_name, enumeration); 71 attribute_s_property_show(default_value, enumeration); 79 attribute_s_property_show(dell_modifier, enumeration); 83 attribute_s_property_show(dell_value_modifier, enumeration); 87 attribute_s_property_show(possible_values, enumeration);
|
H A D | string-attributes.c | 53 attribute_s_property_show(display_name_language_code, str); 57 attribute_s_property_show(display_name, str); 61 attribute_s_property_show(default_value, str); 69 attribute_s_property_show(dell_modifier, str);
|
H A D | int-attributes.c | 63 attribute_s_property_show(display_name_language_code, integer); 67 attribute_s_property_show(display_name, integer); 79 attribute_s_property_show(dell_modifier, integer);
|
H A D | dell-wmi-sysman.h | 112 #define attribute_s_property_show(name, type) \ macro
|