Home
last modified time | relevance | path

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

/linux/drivers/thermal/testing/
H A Dcommand.c101 static const char *tt_command_strings[] = { variable
155 for (i = 0; i < ARRAY_SIZE(tt_command_strings); i++) { in tt_command_process()
156 if (!strcmp(s, tt_command_strings[i])) in tt_command_process()