Searched refs:reprogram (Results 1 – 8 of 8) sorted by relevance
54 unsigned int reprogram:1; /* need to reprogram the internval */ member 165 * reprogram the timer interval;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()
811 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram() argument846 !reprogram) in hrtimer_reprogram()1112 u8 newstate, int reprogram) in __remove_hrtimer() argument1133 if (reprogram && timer == cpu_base->next_timer) in __remove_hrtimer()1147 bool reprogram; in remove_hrtimer() local1158 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer()1169 reprogram &= !keep_local; in remove_hrtimer()1171 __remove_hrtimer(timer, base, state, reprogram); in remove_hrtimer()1194 hrtimer_update_softirq_timer(struct hrtimer_cpu_base *cpu_base, bool reprogram) in hrtimer_update_softirq_timer() argument1215 hrtimer_reprogram(cpu_base->softirq_next_timer, reprogram); in hrtimer_update_softirq_timer()
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.
28 the hardware and reprogram it whenever another file handler gets access.
28 By using this driver you can reprogram the in-system flash without EC2
36 And that's it! Only the superuser may reprogram the SAK key.
978 reprogram: in rtc_timer_do_work() 984 goto reprogram; in rtc_timer_do_work()
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()