Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_PROPERTY_STORE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dstring-attributes.c66 ATTRIBUTE_PROPERTY_STORE(current_value, string);
H A Denum-attributes.c64 ATTRIBUTE_PROPERTY_STORE(current_value, enumeration);
H A Dint-attributes.c69 ATTRIBUTE_PROPERTY_STORE(current_value, integer);
H A Dorder-list-attributes.c69 ATTRIBUTE_PROPERTY_STORE(current_value, ordered_list);
H A Dbioscfg.h315 #define ATTRIBUTE_PROPERTY_STORE(curr_val, type) \ macro