Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcttimer.c54 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/drivers/mtd/maps/
H A DKconfig161 as an MTD device - with this you can reprogram your BIOS.
170 as an MTD device - with this you can reprogram your BIOS.
179 as an MTD device - with this you can reprogram your BIOS.
188 as an MTD device - with this you can reprogram your BIOS.
197 as an MTD device - with this you can reprogram your BIOS.
218 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.c1018 reprogram: in rtc_timer_do_work()
1024 goto reprogram; in rtc_timer_do_work()
/linux/kernel/events/
H A Dcore.c3065 bool reprogram = true; in __perf_install_in_context() local
3073 reprogram = (ctx->task == current); in __perf_install_in_context()
3082 if (task_curr(ctx->task) && !reprogram) { in __perf_install_in_context()
3087 WARN_ON_ONCE(reprogram && cpuctx->task_ctx && cpuctx->task_ctx != ctx); in __perf_install_in_context()
3099 reprogram = cgroup_is_descendant(cgrp->css.cgroup, in __perf_install_in_context()
3104 if (reprogram) { in __perf_install_in_context()