/openbmc/linux/include/linux/platform_data/ |
H A D | pinctrl-single.h | 8 * rearm: optional soc specific rearm function 10 * Note that the irq and rearm setup should come from device 16 void (*rearm)(void); member
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
H A D | Intrusion.interface.yaml | 12 - name: Rearm 22 Methods to rearm the chassis intrusion status. 26 Automatic Rearm method. 29 Manual Rearm method.
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | ChassisIntrusionSensor.cpp | 91 // Automatic Rearm mode allows direct update in updateValue() 92 // Manual Rearm mode requires a rearm action to clear the intrusion in updateValue() 101 // (because the rearm action already did). in updateValue() 112 // Flush the rearm flag everytime it allows an update to Dbus in updateValue() 315 and raise rearm flag in Manual rearm mode. in setSensorValue() 357 mIface->register_property("Rearm", rearmStr); in start()
|
H A D | ChassisIntrusionSensor.hpp | 30 // If this sensor uses automatic rearm method. Otherwise, manually rearm it
|
H A D | IntrusionSensorMain.cpp | 97 // Rearm defaults to "Automatic" mode in createSensorsFromConfig() 99 auto findRearm = baseConfiguration->second.find("Rearm"); in createSensorsFromConfig() 105 std::cerr << "Wrong input for Rearm parameter\n"; in createSensorsFromConfig()
|
/openbmc/qemu/util/ |
H A D | qemu-timer.c | 436 bool rearm; in timer_mod_ns() local 440 rearm = timer_mod_ns_locked(timer_list, ts, expire_time); in timer_mod_ns() 443 if (rearm) { in timer_mod_ns() 454 bool rearm = false; in timer_mod_anticipate_ns() local 461 rearm = timer_mod_ns_locked(timer_list, ts, expire_time); in timer_mod_anticipate_ns() 463 rearm = false; in timer_mod_anticipate_ns() 466 if (rearm) { in timer_mod_anticipate_ns()
|
/openbmc/linux/lib/ |
H A D | irq_poll.c | 81 int rearm = 0, budget = irq_poll_budget; in irq_poll_softirq() local 94 rearm = 1; in irq_poll_softirq() 132 if (rearm) in irq_poll_softirq()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_hw.h | 137 /* Rearm bit */ 139 /* Rearm to interrupt delay encoding */ 142 /* Rearm to interrupt (R2I) delay multiplier encoding represents 3 different 161 /* Rearm bit */
|
/openbmc/linux/kernel/irq/ |
H A D | pm.c | 205 * rearm_wake_irq - rearm a wakeup interrupt line after signaling wakeup 206 * @irq: Interrupt to rearm
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 353 int rearm = 0; in i8257_dma_run() local 356 rearm = 1; in i8257_dma_run() 369 rearm = 1; in i8257_dma_run() 375 if (rearm) { in i8257_dma_run()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | intr.h | 23 void (*rearm)(struct nvkm_intr *); member
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | pdata-quirks.c | 412 void omap_pcs_legacy_init(int irq, void (*rearm)(void)) in omap_pcs_legacy_init() 415 pcs_pdata.rearm = rearm; in omap_pcs_legacy_init()
|
/openbmc/linux/net/ipv4/ |
H A D | inet_timewait_sock.c | 241 void __inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo, bool rearm) in __inet_twsk_schedule() argument 268 if (!rearm) { in __inet_twsk_schedule()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-single.c | 135 * @rearm: optional SoC specific wake-up rearm function 142 void (*rearm)(void); member 1423 if (pcs_soc->rearm) in pcs_irq_set() 1424 pcs_soc->rearm(); in pcs_irq_set() 1905 if (pdata->rearm) in pcs_probe() 1906 pcs->socdata.rearm = pdata->rearm; in pcs_probe()
|
/openbmc/linux/include/net/ |
H A D | inet_timewait_sock.h | 103 bool rearm);
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | gt215.c | 76 .rearm = nv04_mc_intr_rearm,
|
H A D | gp100.c | 83 .rearm = gp100_mc_intr_rearm,
|
H A D | nv04.c | 113 .rearm = nv04_mc_intr_rearm,
|
/openbmc/pldm/host-bmc/ |
H A D | dbus_to_event_handler.hpp | 65 * @param[in] sensorRearm - sensor rearm value with in the sensor
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_exception_with_invalid_guest_state.c | 96 * otherwise rearm the timer and keep doing so until the timer fires in sigalrm_handler()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
H A D | tu102.c | 91 .rearm = tu102_vfn_intr_rearm,
|
/openbmc/linux/include/soc/fsl/ |
H A D | dpaa2-io.h | 75 * @id: FQID or channel ID, needed for rearm
|
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 125 /* Rearm bit */ 138 /* Rearm bit */ 687 u8 rearm[1]; member 799 unsigned char rearm);
|
/openbmc/linux/kernel/time/ |
H A D | ntp.c | 636 * work being able to rearm the timer. Wait for the timer to expire. in sync_hw_clock() 644 goto rearm; in sync_hw_clock() 653 goto rearm; in sync_hw_clock() 659 rearm: in sync_hw_clock()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | tcp_internal.h | 138 * sc and rearm itself.
|