Home
last modified time | relevance | path

Searched full:rearm (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/linux/include/linux/platform_data/
H A Dpinctrl-single.h8 * 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 DIntrusion.interface.yaml12 - 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 DChassisIntrusionSensor.cpp91 // 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 DChassisIntrusionSensor.hpp30 // If this sensor uses automatic rearm method. Otherwise, manually rearm it
H A DIntrusionSensorMain.cpp97 // 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 Dqemu-timer.c436 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 Dirq_poll.c81 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 Dbe_hw.h137 /* 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 Dpm.c205 * rearm_wake_irq - rearm a wakeup interrupt line after signaling wakeup
206 * @irq: Interrupt to rearm
/openbmc/qemu/hw/dma/
H A Di8257.c353 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 Dintr.h23 void (*rearm)(struct nvkm_intr *); member
/openbmc/linux/arch/arm/mach-omap2/
H A Dpdata-quirks.c412 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 Dinet_timewait_sock.c241 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 Dpinctrl-single.c135 * @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 Dinet_timewait_sock.h103 bool rearm);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgt215.c76 .rearm = nv04_mc_intr_rearm,
H A Dgp100.c83 .rearm = gp100_mc_intr_rearm,
H A Dnv04.c113 .rearm = nv04_mc_intr_rearm,
/openbmc/pldm/host-bmc/
H A Ddbus_to_event_handler.hpp65 * @param[in] sensorRearm - sensor rearm value with in the sensor
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_exception_with_invalid_guest_state.c96 * 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 Dtu102.c91 .rearm = tu102_vfn_intr_rearm,
/openbmc/linux/include/soc/fsl/
H A Ddpaa2-io.h75 * @id: FQID or channel ID, needed for rearm
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h125 /* Rearm bit */
138 /* Rearm bit */
687 u8 rearm[1]; member
799 unsigned char rearm);
/openbmc/linux/kernel/time/
H A Dntp.c636 * 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 Dtcp_internal.h138 * sc and rearm itself.

12345