Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dint-attributes.c72 attribute_n_property_show(default_value, integer);
84 attribute_n_property_show(min_value, integer);
88 attribute_n_property_show(max_value, integer);
92 attribute_n_property_show(scalar_increment, integer);
H A Dpassobj-attributes.c100 attribute_n_property_show(min_password_length, po);
103 attribute_n_property_show(max_password_length, po);
H A Dstring-attributes.c74 attribute_n_property_show(min_length, str);
78 attribute_n_property_show(max_length, str);
H A Ddell-wmi-sysman.h127 #define attribute_n_property_show(name, type) \ macro