Searched full:reprogramming (Results 1 – 25 of 76) sorted by relevance
1234
/linux-6.12.1/Documentation/driver-api/fpga/ |
D | intro.rst | 4 The FPGA subsystem supports reprogramming FPGAs dynamically under 54 reprogramming FPGAs when device tree overlays are applied.
|
/linux-6.12.1/kernel/time/ |
D | hrtimer.c | 243 * so we keep it on the same CPU. No hassle vs. reprogramming in switch_hrtimer_base() 555 * cpu_base::*expires_next right away, reprogramming logic would no longer 784 * function call will take care of the reprogramming in case the in retrigger_next_event() 897 * before reprogramming. Nothing to do here. in update_needs_ipi() 1103 * reprogram to zero. This is useful, when the context does a reprogramming 1146 * Remove the timer and force reprogramming when high in remove_hrtimer() 1148 * CPU. If we remove a timer on another CPU, reprogramming is in remove_hrtimer() 1150 * reprogramming happens in the interrupt handler. This is a in remove_hrtimer() 1157 * If the timer is not restarted then reprogramming is in remove_hrtimer() 1200 * reprogramming needs to be triggered, even if the next soft in hrtimer_update_softirq_timer() [all …]
|
D | Kconfig | 47 # Automatically adjust the min. reprogramming time for
|
D | tick-broadcast.c | 717 * it can avoid reprogramming the cpu local in tick_handle_oneshot_broadcast() 899 * reprogramming makes sure that the event in ___tick_broadcast_oneshot_control() 908 * avoid reprogramming and enforce that the in ___tick_broadcast_oneshot_control()
|
/linux-6.12.1/drivers/fpga/ |
D | altera-fpga2sdram.c | 21 * allows for safe reprogramming of the FPGA, assuming that the new FPGA image 23 * reprogramming the FPGA and re-enabled after the FPGA has been programmed.
|
D | altera-hps2fpga.c | 17 * allows for safe reprogramming of the FPGA, assuming that the new FPGA image 19 * reprogramming the FPGA and re-enabled after the FPGA has been programmed.
|
D | fpga-region.c | 91 * reprogramming the region until the caller considers it safe to do so.
|
/linux-6.12.1/arch/arm/kernel/ |
D | vmlinux-xip.lds.S | 186 * situation when we are reprogramming MPU region we run on with 187 * something which doesn't cover reprogramming code itself, so as soon
|
/linux-6.12.1/drivers/firmware/microchip/ |
D | Kconfig | 9 Support for reprogramming PolarFire SoC from within Linux, using the
|
D | mpfs-auto-update.c | 3 * Microchip Polarfire SoC "Auto Update" FPGA reprogramming. 467 MODULE_DESCRIPTION("PolarFire SoC Auto Update FPGA reprogramming");
|
/linux-6.12.1/drivers/clk/analogbits/ |
D | wrpll-cln28hpc.c | 7 * This library supports configuration parsing and reprogramming of 212 * in PLL context @c. PLL reprogramming is not glitchless, so the 361 * must wait after reprogramming the PLL to ensure that it is locked
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/microchip/ |
D | microchip,mpfs-sys-controller.yaml | 15 services include hardware rng, reprogramming of the FPGA and verification of the
|
/linux-6.12.1/drivers/mtd/maps/ |
D | sc520cdp.c | 36 ** choose more useful addresses for the FLASH banks by reprogramming the 178 if(!mmcr) { /* ioremap failed: skip the PAR reprogramming */ in sc520cdp_setup_par()
|
/linux-6.12.1/drivers/input/tablet/ |
D | aiptek.c | 1053 * both displays current setting and allows reprogramming. 1089 * both displays current setting and allows reprogramming. 1125 * both displays current setting and allows reprogramming. 1166 * both displays current setting and allows reprogramming. 1207 * both displays current setting and allows reprogramming. 1248 * both displays current setting and allows reprogramming. 1277 * both displays current setting and allows reprogramming. 1567 * of writing to this file triggers a tablet reprogramming. in store_tabletExecute()
|
/linux-6.12.1/arch/x86/kvm/ |
D | pmu.c | 505 * The reprogramming bitmap can be written asynchronously by something in kvm_pmu_handle_event() 514 * If reprogramming fails, e.g. due to contention, re-set the in kvm_pmu_handle_event() 517 * stall the guest if reprogramming repeatedly fails. in kvm_pmu_handle_event()
|
/linux-6.12.1/drivers/media/i2c/ |
D | max9271.h | 229 * communicate with local devices that do not support address reprogramming.
|
/linux-6.12.1/drivers/misc/cxl/ |
D | file.c | 553 * PSL and AFUs once we have dynamic reprogramming support in cxl_devnode() 647 * Future: When we support dynamically reprogramming the PSL & AFU we in cxl_register_adapter()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_plane_helper.c | 230 * drm_mode_set_config_internal. We're reprogramming the same in drm_plane_helper_update_primary()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_global_state.c | 325 * after the hardware reprogramming is done. in intel_atomic_global_state_setup_commit()
|
/linux-6.12.1/drivers/pwm/ |
D | pwm-xilinx.c | 12 * reprogramming, but I think it would add complexity for little gain.
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | maxim,max9286.yaml | 193 address reprogramming. The number of entries depends on the
|
/linux-6.12.1/arch/x86/events/amd/ |
D | brs.c | 140 * reprogramming of the period. in amd_brs_hw_config()
|
/linux-6.12.1/drivers/gpu/drm/pl111/ |
D | pl111_drv.c | 32 * - Read back hardware state at boot to skip reprogramming the
|
/linux-6.12.1/Documentation/timers/ |
D | no_hz.rst | 92 number of expensive clock-reprogramming operations.
|
/linux-6.12.1/arch/arm/mm/ |
D | ioremap.c | 391 * code in external memory. This is needed for reprogramming source
|
1234