Searched refs:reprogram (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/fmc/ |
D | fmc-trivial.c | 62 if (fmc->op->reprogram) in t_probe() 63 ret = fmc->op->reprogram(fmc, &t_drv, ""); in t_probe()
|
D | Kconfig | 40 its binary and the function carrier->reprogram to actually do it.
|
D | fmc-fakedev.c | 237 .reprogram = ff_reprogram,
|
D | fmc-sdb.c | 135 ret = fmc->op->reprogram(fmc, d, gw); in fmc_reprogram()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | cttimer.c | 57 unsigned int reprogram:1; /* need to reprogram the internval */ member 192 atimer->reprogram = 0; /* clear flag */ in ct_xfitimer_reprogram() 228 atimer->reprogram = 0; /* clear flag */ in ct_xfitimer_reprogram() 262 } while (atimer->reprogram); in ct_xfitimer_callback() 283 atimer->reprogram = 1; in ct_xfitimer_update()
|
/linux-4.1.27/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-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 138 mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL. 176 as an MTD device - with this you can reprogram your BIOS. 185 as an MTD device - with this you can reprogram your BIOS. 194 as an MTD device - with this you can reprogram your BIOS. 203 as an MTD device - with this you can reprogram your BIOS. 212 as an MTD device - with this you can reprogram your BIOS. 239 as an MTD device - with this you can reprogram your BIOS.
|
/linux-4.1.27/kernel/time/ |
D | hrtimer.c | 876 unsigned long newstate, int reprogram) in __remove_hrtimer() argument 887 if (reprogram && hrtimer_hres_active()) { in __remove_hrtimer() 911 int reprogram; in remove_hrtimer() local 923 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer() 930 __remove_hrtimer(timer, base, state, reprogram); in remove_hrtimer()
|
/linux-4.1.27/include/linux/ |
D | fmc.h | 135 int (*reprogram)(struct fmc_device *f, struct fmc_driver *d, char *gw); member
|
/linux-4.1.27/Documentation/misc-devices/ |
D | c2port.txt | 24 By using this driver you can reprogram the in-system flash without EC2
|
/linux-4.1.27/Documentation/ |
D | SAK.txt | 32 And that's it! Only the superuser may reprogram the SAK key.
|
/linux-4.1.27/drivers/rtc/ |
D | interface.c | 911 reprogram: in rtc_timer_do_work() 917 goto reprogram; in rtc_timer_do_work()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 177 bl configure_sdrc @ reprogram SDRC regs now
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1190 The ThinkPad's ACPI DSDT code will reprogram the fan on its own when
|