Searched refs:full_time (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/accessibility/speakup/
H A Dspeakup_apollo.c75 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
145 struct var_t *full_time; local
152 full_time = spk_get_var(FULL);
161 full_time_val = full_time->u.n.value;
176 full_time_val = full_time->u.n.value;
187 full_time_val = full_time->u.n.value;
H A Dspeakup_keypc.c71 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
181 struct var_t *full_time; local
188 full_time = spk_get_var(FULL);
208 full_time_val = full_time->u.n.value;
H A Dspeakup_acntpc.c78 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
181 struct var_t *full_time; local
186 full_time = spk_get_var(FULL);
207 full_time_val = full_time->u.n.value;
H A Dsynth.c60 struct var_t *full_time; local
68 full_time = spk_get_var(FULL);
92 full_time_val = full_time->u.n.value;
108 full_time_val = full_time->u.n.value;
H A Dspeakup_dummy.c73 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_spkout.c66 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_txprt.c65 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_acntsa.c64 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_bns.c60 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_ltlk.c73 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_decext.c88 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_audptr.c66 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_dectlk.c89 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_decpc.c186 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_soft.c98 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
H A Dspeakup_dtlk.c91 __ATTR(full_time, 0644, spk_var_show, spk_var_store);
/linux-master/tools/perf/
H A Dbuiltin-trace.c178 bool full_time; member in struct:trace
3008 if (trace->base_time == 0 && !trace->full_time &&
4744 OPT_BOOLEAN('T', "time", &trace.full_time,

Completed in 239 milliseconds