Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/x86/dell/dell-wmi-sysman/
Dint-attributes.c71 attribute_n_property_show(default_value, integer);
83 attribute_n_property_show(min_value, integer);
87 attribute_n_property_show(max_value, integer);
91 attribute_n_property_show(scalar_increment, integer);
Dstring-attributes.c73 attribute_n_property_show(min_length, str);
77 attribute_n_property_show(max_length, str);
Dpassobj-attributes.c99 attribute_n_property_show(min_password_length, po);
102 attribute_n_property_show(max_password_length, po);
Ddell-wmi-sysman.h122 #define attribute_n_property_show(name, type) \ macro