Searched refs:delay_str (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/thermal/intel/workload_hint/ |
| H A D | workload_hint_test.c | 53 static void update_delay(char *delay_str) in main() 57 printf("Setting notification delay in ms to %s\n", delay_str); in main() 65 if (write(fd, delay_str, strlen(delay_str)) < 0) { in main() 78 char delay_str[64]; in main() 98 sprintf(delay_str, "%s\n", argv[1]); in main() 99 update_delay(delay_str); in main() 54 char delay_str[64]; main() local
|
| /linux/drivers/accessibility/speakup/ |
| H A D | main.c | 703 static char const *delay_str[] = { "", ",", ".", ". .", ". . ." }; in spell_word() local 715 synth_printf(" %s ", delay_str[spk_spell_delay]); in spell_word()
|