Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dattributes.c51 static const char *attr_enum_to_string(void *attr, const char * const str_list[], bool *to_free) in attr_enum_to_string() function
63 return attr_enum_to_string(attr, speed_str_list, to_free); in attr_speed_to_string()