Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dattributes.c47 static const char * const speed_str_list[] = {"unset", "very_slow", "slow", "normal"}; variable
63 return attr_enum_to_string(attr, speed_str_list, to_free); in attr_speed_to_string()
140 return attr_enum_filter(attr, input, err, speed_str_list, KUNIT_SPEED_MAX); in attr_speed_filter()