/Linux-v4.19/sound/pci/ctxfi/ |
D | cttimer.c | 57 unsigned int reprogram:1; /* need to reprogram the internval */ member 191 atimer->reprogram = 0; /* clear flag */ in ct_xfitimer_reprogram() 227 atimer->reprogram = 0; /* clear flag */ in ct_xfitimer_reprogram() 261 } while (atimer->reprogram); in ct_xfitimer_callback() 282 atimer->reprogram = 1; in ct_xfitimer_update()
|
/Linux-v4.19/kernel/time/ |
D | hrtimer.c | 764 static void hrtimer_reprogram(struct hrtimer *timer, bool reprogram) in hrtimer_reprogram() argument 799 !reprogram) in hrtimer_reprogram() 975 u8 newstate, int reprogram) in __remove_hrtimer() argument 995 if (reprogram && timer == cpu_base->next_timer) in __remove_hrtimer() 1007 int reprogram; in remove_hrtimer() local 1018 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer() 1023 __remove_hrtimer(timer, base, state, reprogram); in remove_hrtimer() 1046 hrtimer_update_softirq_timer(struct hrtimer_cpu_base *cpu_base, bool reprogram) in hrtimer_update_softirq_timer() argument 1067 hrtimer_reprogram(cpu_base->softirq_next_timer, reprogram); in hrtimer_update_softirq_timer()
|
/Linux-v4.19/Documentation/fmc/ |
D | API.txt | 34 first device will reprogram the FPGA, so other devices must know they 41 Finally, the fmc_reprogram function calls the reprogram method (see
|
D | carrier.txt | 137 int (*reprogram)(struct fmc_device *f, struct fmc_driver *d, char *gw); 177 `reprogram' 180 will need to reprogram the FPGA by calling this function. If the 181 name argument is NULL, the carrier should reprogram the golden
|
/Linux-v4.19/drivers/mtd/maps/ |
D | Kconfig | 158 mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL. 196 as an MTD device - with this you can reprogram your BIOS. 205 as an MTD device - with this you can reprogram your BIOS. 214 as an MTD device - with this you can reprogram your BIOS. 223 as an MTD device - with this you can reprogram your BIOS. 232 as an MTD device - with this you can reprogram your BIOS. 259 as an MTD device - with this you can reprogram your BIOS.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-codec.rst | 33 the codec and reprogram it whenever another file handler gets access.
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | mscc-phy-vsc8531.txt | 21 by being able to reprogram drive strength
|
/Linux-v4.19/drivers/fmc/ |
D | Kconfig | 40 its binary and the function carrier->reprogram to actually do it.
|
D | fmc-sdb.c | 159 ret = fmc->op->reprogram(fmc, d, gw); in fmc_reprogram()
|
D | fmc-fakedev.c | 237 .reprogram = ff_reprogram,
|
/Linux-v4.19/Documentation/networking/ |
D | i40e.txt | 129 This is because the first filter will be accepted and reprogram the input 130 set for TCPv4 filters, but the second filter will be unable to reprogram the
|
/Linux-v4.19/include/linux/ |
D | fmc.h | 137 int (*reprogram)(struct fmc_device *f, struct fmc_driver *d, char *gw); member
|
/Linux-v4.19/Documentation/misc-devices/ |
D | c2port.txt | 24 By using this driver you can reprogram the in-system flash without EC2
|
/Linux-v4.19/Documentation/ |
D | SAK.txt | 36 And that's it! Only the superuser may reprogram the SAK key.
|
/Linux-v4.19/drivers/rtc/ |
D | interface.c | 939 reprogram: in rtc_timer_do_work() 945 goto reprogram; in rtc_timer_do_work()
|
/Linux-v4.19/Documentation/devicetree/bindings/fpga/ |
D | fpga-region.txt | 133 The intended use is that a Device Tree overlay (DTO) can be used to reprogram an 139 and adds the "firmware-name" property is taken as a request to reprogram the
|
/Linux-v4.19/kernel/events/ |
D | core.c | 2490 bool reprogram = true; in __perf_install_in_context() local 2498 reprogram = (ctx->task == current); in __perf_install_in_context() 2507 if (task_curr(ctx->task) && !reprogram) { in __perf_install_in_context() 2512 WARN_ON_ONCE(reprogram && cpuctx->task_ctx && cpuctx->task_ctx != ctx); in __perf_install_in_context() 2524 reprogram = cgroup_is_descendant(cgrp->css.cgroup, in __perf_install_in_context() 2529 if (reprogram) { in __perf_install_in_context()
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1194 The ThinkPad's ACPI DSDT code will reprogram the fan on its own when
|