Home
last modified time | relevance | path

Searched refs:reprogram (Results 1 – 8 of 8) sorted by relevance

/linux/sound/pci/ctxfi/
H A Dcttimer.c54 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()
/linux/kernel/time/
H A Dhrtimer.c811 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram() argument
846 !reprogram) in hrtimer_reprogram()
1112 u8 newstate, int reprogram) in __remove_hrtimer() argument
1133 if (reprogram && timer == cpu_base->next_timer) in __remove_hrtimer()
1147 bool reprogram; in remove_hrtimer() local
1158 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() argument
1215 hrtimer_reprogram(cpu_base->softirq_next_timer, reprogram); in hrtimer_update_softirq_timer()
/linux/drivers/mtd/maps/
H A DKconfig168 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 Ddev-mem2mem.rst28 the hardware and reprogram it whenever another file handler gets access.
/linux/Documentation/misc-devices/
H A Dc2port.rst28 By using this driver you can reprogram the in-system flash without EC2
/linux/Documentation/security/
H A Dsak.rst36 And that's it! Only the superuser may reprogram the SAK key.
/linux/drivers/rtc/
H A Dinterface.c978 reprogram: in rtc_timer_do_work()
984 goto reprogram; in rtc_timer_do_work()
/linux/kernel/events/
H A Dcore.c3057 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()