Home
last modified time | relevance | path

Searched refs:supplied_index (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_soft.c321 unsigned long supplied_index = 0; in softsynth_write() local
324 converted = kstrtoul_from_user(buf, count, 0, &supplied_index); in softsynth_write()
329 last_index = supplied_index; in softsynth_write()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_soft.c340 unsigned long supplied_index = 0; in softsynth_write() local
343 converted = kstrtoul_from_user(buf, count, 0, &supplied_index); in softsynth_write()
348 last_index = supplied_index; in softsynth_write()

Completed in 2 milliseconds