Searched refs:trigger_time (Results 1 – 18 of 18) sorted by relevance
/linux-2.6.39/drivers/staging/speakup/ |
D | synth.c | 189 struct var_t *trigger_time; in synth_start() local 195 trigger_time = get_var(TRIGGER); in synth_start() 198 msecs_to_jiffies(trigger_time->u.n.value)); in synth_start()
|
D | speakup_dummy.c | 70 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_bns.c | 68 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_txprt.c | 68 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_acntsa.c | 71 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_spkout.c | 74 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_ltlk.c | 80 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_audptr.c | 75 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_apollo.c | 79 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_decext.c | 96 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_dectlk.c | 96 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_keypc.c | 79 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_acntpc.c | 86 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_soft.c | 98 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_dtlk.c | 97 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | speakup_decpc.c | 190 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
|
D | spkguide.txt | 412 trigger_time
|
/linux-2.6.39/drivers/net/ |
D | iseries_veth.c | 1298 unsigned long trigger_time, flags; in veth_timed_reset() local 1307 trigger_time = cnx->last_contact + cnx->reset_timeout; in veth_timed_reset() 1309 if (trigger_time < jiffies) { in veth_timed_reset() 1318 trigger_time = jiffies + cnx->reset_timeout; in veth_timed_reset() 1319 mod_timer(&cnx->reset_timer, trigger_time); in veth_timed_reset()
|