/linux-6.6.21/Documentation/driver-api/nvdimm/ |
D | firmware-activate.rst | 22 'armed', 'overflow', and 'busy'. 25 No devices are set / armed to activate firmware 27 - armed: 28 At least one device is armed 31 In the busy state armed devices are in the process of transitioning 36 the activation it could be the case that too many DIMMs are armed for 63 attribute indicates 'idle', 'armed', or 'busy'. The state transitions 64 from 'armed' to 'idle' when the system is prepared to activate firmware, 65 firmware staged + state set to armed, and 'ndbusX/firmware/activate' is
|
/linux-6.6.21/arch/arc/kernel/ |
D | kgdb.c | 81 int armed; member 86 if (single_step_data.armed) { in undo_single_step() 98 single_step_data.armed = 0; in undo_single_step() 125 single_step_data.armed++; in do_single_step() 162 single_step_data.armed = 0; in kgdb_arch_init()
|
/linux-6.6.21/drivers/input/misc/ |
D | rotary_encoder.c | 50 bool armed; member 115 if (encoder->armed) { in rotary_encoder_irq() 117 encoder->armed = false; in rotary_encoder_irq() 123 if (encoder->armed) in rotary_encoder_irq() 128 encoder->armed = true; in rotary_encoder_irq()
|
/linux-6.6.21/arch/x86/mm/ |
D | kmmio.c | 39 bool armed; member 200 WARN_ONCE(f->armed, KERN_ERR pr_fmt("kmmio page already armed.\n")); in arm_kmmio_fault_page() 201 if (f->armed) { in arm_kmmio_fault_page() 208 f->armed = true; in arm_kmmio_fault_page() 218 f->armed = false; in disarm_kmmio_fault_page()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-oneshot | 7 LED_FULL brightness after it has been armed. 16 LED_OFF brightness after it has been armed.
|
D | sysfs-class-power-ltc4162l | 77 The ship mode, when armed, activates once the input voltage
|
/linux-6.6.21/drivers/gpu/drm/imx/dcss/ |
D | dcss-ctxld.c | 83 bool armed; member 322 ctxld->armed = true; in dcss_ctxld_enable() 333 if (ctxld->armed && !ctxld->in_use) { in dcss_ctxld_kick() 334 ctxld->armed = false; in dcss_ctxld_kick()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/core/ |
D | intr.c | 175 if (!device->intr.armed) in nvkm_intr() 336 device->intr.armed = true; in nvkm_intr_rearm() 345 device->intr.armed = false; in nvkm_intr_unarm() 391 device->intr.armed = false; in nvkm_intr_ctor()
|
/linux-6.6.21/Documentation/input/devices/ |
D | rotary-encoder.rst | 60 When entering this state, the encoder is put into 'armed' state, 69 'armed' state tells us about that.
|
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fweh.c | 178 bool armed = brcmf_cfg80211_vif_event_armed(drvr->config); in brcmf_fweh_handle_if_event() local 181 if (!armed) in brcmf_fweh_handle_if_event()
|
/linux-6.6.21/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.h | 105 void ocrdma_ring_cq_db(struct ocrdma_dev *, u16 cq_id, bool armed,
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 71 bool armed; member
|
/linux-6.6.21/drivers/hv/ |
D | hyperv_vmbus.h | 41 u32 armed; member
|
/linux-6.6.21/drivers/infiniband/hw/irdma/ |
D | verbs.h | 120 atomic_t armed; member
|
/linux-6.6.21/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 301 u8 armed; /* dword 1 */ member 588 u8 armed; /* dword 1 */ member 606 u8 armed; /* dword 1 */ member
|
/linux-6.6.21/Documentation/admin-guide/pm/ |
D | suspend-flows.rst | 96 IRQs associated with system wakeup devices are "armed" so that the resume 114 interrupt that woke up one of them comes from an IRQ that has been armed for 134 If the interrupt that has woken up the CPU was armed for system wakeup,
|
/linux-6.6.21/tools/testing/nvdimm/test/ |
D | nfit.c | 174 bool armed; member 1189 int i, armed = 0; in nvdimm_bus_intel_fw_activate_businfo() local 1196 if (fw->armed) in nvdimm_bus_intel_fw_activate_businfo() 1197 armed++; in nvdimm_bus_intel_fw_activate_businfo() 1205 if (armed) in nvdimm_bus_intel_fw_activate_businfo() 1212 tmo = armed * USEC_PER_SEC; in nvdimm_bus_intel_fw_activate_businfo() 1252 if (!fw->armed) in nvdimm_bus_intel_fw_activate() 1258 fw->armed = false; in nvdimm_bus_intel_fw_activate() 1279 else if (fw->armed) in nd_intel_test_cmd_fw_activate_dimminfo() 1307 fw->armed = nd_cmd->activate_arm == ND_INTEL_DIMM_FWA_ARM; in nd_intel_test_cmd_fw_activate_arm()
|
/linux-6.6.21/drivers/net/ethernet/amd/pds_core/ |
D | core.h | 123 bool armed; member
|
/linux-6.6.21/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 188 int armed; member
|
D | vchiq_core.c | 505 event->armed = 0; in remote_event_create() 525 event->armed = 1; in remote_event_wait() 528 event->armed = 0; in remote_event_wait() 531 event->armed = 0; in remote_event_wait() 548 event->armed = 0; in remote_event_signal_local() 556 if (event->fired && event->armed) in remote_event_poll()
|
/linux-6.6.21/Documentation/timers/ |
D | highres.rst | 37 The main differences to the timer wheel, which holds the armed timer_list type 225 reschedule. The call is necessary as the interrupt handler might have armed a
|
/linux-6.6.21/drivers/infiniband/sw/siw/ |
D | siw_verbs.c | 1619 srq->armed = true; in siw_create_srq() 1701 srq->armed = true; in siw_modify_srq() 1703 srq->armed = false; in siw_modify_srq()
|
D | siw.h | 255 bool armed:1; /* inform user if limit hit */ member
|
D | siw_qp_rx.c | 385 if (srq->armed) { in siw_rqe_get() 392 srq->armed = false; in siw_rqe_get()
|
/linux-6.6.21/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 376 u8 armed; /* dword 1*/ member 467 u8 armed; /* dword 1*/ member 485 u8 armed; /* dword 1*/ member
|