/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup_decext.c | 149 unsigned long jiff_max; in do_catch_up() local 161 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 197 if (time_after_eq(jiffies, jiff_max)) { in do_catch_up() 209 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_apollo.c | 129 unsigned long jiff_max; in do_catch_up() local 143 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up() 183 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_acntpc.c | 166 unsigned long jiff_max; in do_catch_up() local 183 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up() 230 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_dectlk.c | 203 unsigned long jiff_max; in do_catch_up() local 216 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 265 if (time_after_eq(jiffies, jiff_max)) { in do_catch_up() 277 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_keypc.c | 169 unsigned long jiff_max; in do_catch_up() local 184 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 221 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up() 236 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | synth.c | 58 unsigned long jiff_max; in _spk_do_catch_up() local 75 jiff_max = jiffies + jiffy_delta_val; in _spk_do_catch_up() 104 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in _spk_do_catch_up() 116 jiff_max = jiffies + jiffy_delta_val; in _spk_do_catch_up()
|
H A D | speakup_decpc.c | 368 unsigned long jiff_max; in do_catch_up() local 379 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 415 if (time_after_eq(jiffies, jiff_max)) { in do_catch_up() 426 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_dtlk.c | 185 unsigned long jiff_max; in do_catch_up() local 196 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 224 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up() 231 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup_keypc.c | 178 unsigned long jiff_max; in do_catch_up() local 193 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 230 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up() 245 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_dectlk.c | 215 unsigned long jiff_max; in do_catch_up() local 233 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 282 if (time_after_eq(jiffies, jiff_max)) { in do_catch_up() 294 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_acntpc.c | 175 unsigned long jiff_max; in do_catch_up() local 192 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 226 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up() 239 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_decext.c | 158 unsigned long jiff_max; in do_catch_up() local 170 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 206 if (time_after_eq(jiffies, jiff_max)) { in do_catch_up() 218 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_apollo.c | 142 unsigned long jiff_max; in do_catch_up() local 156 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 184 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up() 196 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | synth.c | 58 unsigned long jiff_max; in _spk_do_catch_up() local 75 jiff_max = jiffies + jiffy_delta_val; in _spk_do_catch_up() 104 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in _spk_do_catch_up() 116 jiff_max = jiffies + jiffy_delta_val; in _spk_do_catch_up()
|
H A D | speakup_decpc.c | 379 unsigned long jiff_max; in do_catch_up() local 390 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 426 if (time_after_eq(jiffies, jiff_max)) { in do_catch_up() 437 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|
H A D | speakup_dtlk.c | 195 unsigned long jiff_max; in do_catch_up() local 206 jiff_max = jiffies + jiffy_delta_val; in do_catch_up() 234 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up() 241 jiff_max = jiffies + jiffy_delta_val; in do_catch_up()
|