Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dsynth.c189 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()
Dspeakup_dummy.c70 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_bns.c68 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_txprt.c68 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_acntsa.c71 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_spkout.c74 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_ltlk.c80 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_audptr.c75 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_apollo.c79 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_decext.c96 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_dectlk.c96 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_keypc.c79 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_acntpc.c86 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_soft.c98 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_dtlk.c97 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspeakup_decpc.c190 __ATTR(trigger_time, ROOT_W, spk_var_show, spk_var_store);
Dspkguide.txt412 trigger_time
/linux-2.6.39/drivers/net/
Diseries_veth.c1298 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()