Searched refs:reprogram (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/pci/ctxfi/ |
| H A D | cttimer.c | 54 unsigned int reprogram:1; /* need to reprogram the internval */ member 181 atimer->reprogram = 0; /* clear flag */ in ct_xfitimer_reprogram() 217 atimer->reprogram = 0; /* clear flag */ in ct_xfitimer_reprogram() 248 } while (atimer->reprogram); in ct_xfitimer_callback() 266 atimer->reprogram = 1; in ct_xfitimer_update()
|
| /linux/kernel/time/ |
| H A D | hrtimer.c | 206 * to queue, then a remote reprogram is necessary. However there is no 231 * elected new base. An IPI will be issued to reprogram in hrtimer_suitable_target() 726 * T1 is removed, so this code is called and would reprogram in __hrtimer_reprogram() 728 * will not reprogram the hardware due to hang_detected being in __hrtimer_reprogram() 844 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram() argument 879 if (!ktime_before(expires, timer_cpu_base->expires_next) || !reprogram) in hrtimer_reprogram() 884 * If the timer is not on the current cpu, we cannot reprogram in hrtimer_reprogram() 967 * also requires to eventually reprogram the per CPU clock event devices 1015 * Called from timekeeping code to reprogram the hrtimer interrupt device 1136 * reprogram t 1140 __remove_hrtimer(struct hrtimer * timer,struct hrtimer_clock_base * base,bool newstate,bool reprogram) __remove_hrtimer() argument 1188 bool reprogram; remove_hrtimer() local 1293 hrtimer_update_softirq_timer(struct hrtimer_cpu_base * cpu_base,bool reprogram) hrtimer_update_softirq_timer() argument [all...] |
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-mem2mem.rst | 28 the hardware and reprogram it whenever another file handler gets access.
|
| /linux/Documentation/misc-devices/ |
| H A D | c2port.rst | 28 By using this driver you can reprogram the in-system flash without EC2
|
| /linux/Documentation/security/ |
| H A D | sak.rst | 36 And that's it! Only the superuser may reprogram the SAK key.
|
| /linux/drivers/rtc/ |
| H A D | interface.c | 978 reprogram: in rtc_timer_do_work() 984 goto reprogram; in rtc_timer_do_work()
|
| /linux/kernel/events/ |
| H A D | core.c | 3058 bool reprogram = true; in __perf_install_in_context() 3066 reprogram = (ctx->task == current); in __perf_install_in_context() 3070 * otherwise we cannot reprogram things. in __perf_install_in_context() 3075 if (task_curr(ctx->task) && !reprogram) { in __perf_install_in_context() 3080 WARN_ON_ONCE(reprogram && cpuctx->task_ctx && cpuctx->task_ctx != ctx); in __perf_install_in_context() 3092 reprogram = cgroup_is_descendant(cgrp->css.cgroup, in __perf_install_in_context() 3097 if (reprogram) { in __perf_install_in_context() 3146 * event will issue the IPI and reprogram the hardware. in perf_install_in_context() 3057 bool reprogram = true; __perf_install_in_context() local
|