/openbmc/linux/drivers/accessibility/speakup/ |
H A D | synth.c | 182 struct var_t *trigger_time; in synth_start() local 188 trigger_time = spk_get_var(TRIGGER); in synth_start() 191 msecs_to_jiffies(trigger_time->u.n.value)); in synth_start()
|
H A D | speakup_bns.c | 64 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_txprt.c | 69 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_spkout.c | 70 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_acntsa.c | 68 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_dummy.c | 77 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_audptr.c | 70 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_ltlk.c | 77 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_apollo.c | 79 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_decext.c | 92 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_keypc.c | 75 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_acntpc.c | 82 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_dectlk.c | 95 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_decpc.c | 190 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_dtlk.c | 95 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
H A D | speakup_soft.c | 102 __ATTR(trigger_time, 0644, spk_var_show, spk_var_store);
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 720 evt->trigger_next += evt->trigger_time; in efi_timer_check() 743 uint64_t trigger_time) in efi_set_timer() argument 753 do_div(trigger_time, 10); in efi_set_timer() 761 event->trigger_next = timer_get_us() + trigger_time; in efi_set_timer() 767 event->trigger_time = trigger_time; in efi_set_timer() 789 uint64_t trigger_time) in efi_set_timer_ext() argument 791 EFI_ENTRY("%p, %d, %llx", event, type, trigger_time); in efi_set_timer_ext() 792 return EFI_EXIT(efi_set_timer(event, type, trigger_time)); in efi_set_timer_ext()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 244 u64 trigger_time; member 350 uint64_t trigger_time);
|
H A D | efi_api.h | 86 uint64_t trigger_time);
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-speakup | 376 What: /sys/accessibility/speakup/<synth-name>/trigger_time
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | spkguide.txt | 414 trigger_time
|