Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dspeakup_apollo.c75 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
143 struct var_t *full_time; in do_catch_up() local
150 full_time = spk_get_var(FULL); in do_catch_up()
159 full_time_val = full_time->u.n.value; in do_catch_up()
173 full_time_val = full_time->u.n.value; in do_catch_up()
185 full_time_val = full_time->u.n.value; in do_catch_up()
Dspeakup_acntpc.c82 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
184 struct var_t *full_time; in do_catch_up() local
189 full_time = spk_get_var(FULL); in do_catch_up()
209 full_time_val = full_time->u.n.value; in do_catch_up()
Dspeakup_keypc.c75 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
184 struct var_t *full_time; in do_catch_up() local
191 full_time = spk_get_var(FULL); in do_catch_up()
210 full_time_val = full_time->u.n.value; in do_catch_up()
Dsynth.c88 struct var_t *full_time; in spk_do_catch_up() local
95 full_time = spk_get_var(FULL); in spk_do_catch_up()
117 full_time_val = full_time->u.n.value; in spk_do_catch_up()
129 full_time_val = full_time->u.n.value; in spk_do_catch_up()
Dspeakup_bns.c64 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_dummy.c66 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_txprt.c64 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_spkout.c70 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_acntsa.c67 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_ltlk.c76 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_audptr.c71 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_decext.c93 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_dectlk.c92 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_soft.c95 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_dtlk.c93 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspeakup_decpc.c187 __ATTR(full_time, S_IWUSR|S_IRUGO, spk_var_show, spk_var_store);
Dspkguide.txt406 full_time
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c1440 bool full_time; member
2306 if (!trace->full_time && trace->base_time == 0) in trace__process_sample()
2445 if (!trace->full_time && trace->base_time == 0) in trace__handle_event()
3082 OPT_BOOLEAN('T', "time", &trace.full_time, in cmd_trace()