Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/thermal/testing/
Dcommand.c101 static const char *tt_command_strings[] = { variable
165 for (i = 0; i < ARRAY_SIZE(tt_command_strings); i++) { in tt_command_process()
166 if (!strcmp(buf, tt_command_strings[i])) in tt_command_process()