Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dint-attributes.c73 ATTRIBUTE_N_PROPERTY_SHOW(lower_bound, integer);
77 ATTRIBUTE_N_PROPERTY_SHOW(upper_bound, integer);
81 ATTRIBUTE_N_PROPERTY_SHOW(scalar_increment, integer);
H A Dpasswdobj-attributes.c82 ATTRIBUTE_N_PROPERTY_SHOW(is_enabled, password);
136 ATTRIBUTE_N_PROPERTY_SHOW(min_password_length, password);
139 ATTRIBUTE_N_PROPERTY_SHOW(max_password_length, password);
H A Dstring-attributes.c70 ATTRIBUTE_N_PROPERTY_SHOW(min_length, string);
74 ATTRIBUTE_N_PROPERTY_SHOW(max_length, string);
H A Dbioscfg.h305 #define ATTRIBUTE_N_PROPERTY_SHOW(name, type) \ macro