Searched refs:reprogram (Results 1 – 8 of 8) 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 in hrtimer_suitable_target() 231 * elected new base. An IPI will be issued to reprogram in get_target_base() 726 * T1 is removed, so this code is called and would reprogram 728 * will not reprogram the hardware due to hang_detected being 844 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram() 879 if (!ktime_before(expires, timer_cpu_base->expires_next) || !reprogram) in update_needs_ipi() 884 * If the timer is not on the current cpu, we cannot reprogram in update_needs_ipi() 967 * also requires to eventually reprogram the per CPU clock event devices in clock_was_set() 1015 * Called from timekeeping code to reprogram the hrtimer interrupt device 1136 * reprogram t in __remove_hrtimer() 811 hrtimer_reprogram(struct hrtimer * timer,bool reprogram) hrtimer_reprogram() argument 1112 __remove_hrtimer(struct hrtimer * timer,struct hrtimer_clock_base * base,u8 newstate,int reprogram) __remove_hrtimer() argument 1147 bool reprogram; remove_hrtimer() local 1194 hrtimer_update_softirq_timer(struct hrtimer_cpu_base * cpu_base,bool reprogram) hrtimer_update_softirq_timer() argument [all...] |
| /linux/drivers/mtd/maps/ |
| H A D | Kconfig | 168 mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL. 206 as an MTD device - with this you can reprogram your BIOS. 215 as an MTD device - with this you can reprogram your BIOS. 224 as an MTD device - with this you can reprogram your BIOS. 233 as an MTD device - with this you can reprogram your BIOS. 242 as an MTD device - with this you can reprogram your BIOS. 269 as an MTD device - with this you can reprogram your BIOS.
|
| /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 | 3057 bool reprogram = true; in __perf_install_in_context() local 3065 reprogram = (ctx->task == current); in __perf_install_in_context() 3069 * otherwise we cannot reprogram things. in __perf_install_in_context() 3074 if (task_curr(ctx->task) && !reprogram) { in __perf_install_in_context() 3079 WARN_ON_ONCE(reprogram && cpuctx->task_ctx && cpuctx->task_ctx != ctx); in __perf_install_in_context() 3091 reprogram = cgroup_is_descendant(cgrp->css.cgroup, in __perf_install_in_context() 3096 if (reprogram) { in __perf_install_in_context() 3145 * event will issue the IPI and reprogram the hardware. in perf_install_in_context()
|