Searched defs:hwmon_parse_test (Results 1 – 1 of 1) sorted by relevance
248 const struct hwmon_parse_test { in test__parse_hwmon_filename() struct249 const char *filename; in test__parse_hwmon_filename()250 enum hwmon_type type; in test__parse_hwmon_filename()251 int number; in test__parse_hwmon_filename()252 enum hwmon_item item; in test__parse_hwmon_filename()253 bool alarm; in test__parse_hwmon_filename()254 bool parse_ok; in test__parse_hwmon_filename()