/openbmc/qemu/hw/sd/ |
H A D | ssi-sd.c | 66 int32_t stopping; member 127 s->stopping = 1; in OBJECT_DECLARE_SIMPLE_TYPE() 200 s->stopping = 1; in OBJECT_DECLARE_SIMPLE_TYPE() 256 if (s->stopping) { in OBJECT_DECLARE_SIMPLE_TYPE() 257 s->stopping = 0; in OBJECT_DECLARE_SIMPLE_TYPE() 341 (!s->stopping && s->arglen > ARRAY_SIZE(s->response)))) { in ssi_sd_post_load() 363 VMSTATE_INT32(stopping, ssi_sd_state), 389 s->stopping = 0; in ssi_sd_reset()
|
/openbmc/qemu/tests/unit/ |
H A D | iothread.c | 30 bool stopping; member 70 while (!qatomic_read(&iothread->stopping)) { in iothread_run() 83 iothread->stopping = true; in iothread_stop_bh()
|
/openbmc/phosphor-state-manager/target_files/ |
H A D | obmc-host-stop-pre@.target | 4 Wants=obmc-host-stopping@%i.target 5 Before=obmc-host-stopping@%i.target
|
H A D | obmc-host-stopped@.target | 4 Wants=obmc-host-stopping@%i.target 5 After=obmc-host-stopping@%i.target
|
H A D | obmc-host-graceful-quiesce@.target | 5 Wants=obmc-host-stopping@%i.target
|
H A D | obmc-host-stop@.target | 7 Wants=obmc-host-stopping@%i.target
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | clear_hostdumps_poweroff.service | 5 Wants=obmc-host-stopping@0.target 6 Before=obmc-host-stopping@0.target
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | parm_def | 5 … contain the path to a file with specifications for which eSELs warrant stopping the test run. Se… 7 …h" may contain the path to a file with specifications for which PELs warrant stopping the test run.
|
/openbmc/linux/sound/aoa/soundbus/i2sbus/ |
H A D | pcm.c | 261 if (pi->dbdma_ring.stopping) { in i2sbus_wait_for_stop() 272 pi->dbdma_ring.stopping = 0; in i2sbus_wait_for_stop() 302 if (pi->dbdma_ring.stopping) in i2sbus_hw_free() 344 if (pi->dbdma_ring.stopping) in i2sbus_pcm_prepare() 553 if (pi->dbdma_ring.stopping) { in i2sbus_pcm_trigger() 560 pi->dbdma_ring.stopping = 0; in i2sbus_pcm_trigger() 595 pi->dbdma_ring.stopping = 1; in i2sbus_pcm_trigger() 637 if (!pi->dbdma_ring.running && !pi->dbdma_ring.stopping) in handle_interrupt() 685 pi->dbdma_ring.stopping = 0; in handle_interrupt()
|
/openbmc/qemu/hw/misc/ |
H A D | edu.c | 54 bool stopping; member 330 !edu->stopping) { in edu_fact_thread() 334 if (edu->stopping) { in edu_fact_thread() 397 edu->stopping = true; in pci_edu_uninit()
|
/openbmc/u-boot/drivers/spi/ |
H A D | exynos_spi.c | 105 int stopping; in spi_rx_tx() local 110 stopping = priv->skip_preamble && (flags & SPI_XFER_END) && in spi_rx_tx() 163 stopping = 0; in spi_rx_tx() 166 if (rxp || stopping) { in spi_rx_tx()
|
/openbmc/openpower-proc-control/service_files/ |
H A D | op-enter-mpreboot@.service.in | 5 Wants=obmc-host-stopping@%i.target 6 Before=obmc-host-stopping@%i.target
|
H A D | op-stop-instructions@.service.in | 4 Before=obmc-host-stopping@%i.target
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss.h | 126 atomic_t *stopping); 129 atomic_t *stopping);
|
H A D | iss.c | 622 atomic_t *stopping) in omap4iss_module_sync_idle() argument 637 atomic_set(stopping, 1); in omap4iss_module_sync_idle() 655 atomic_set(stopping, 0); in omap4iss_module_sync_idle() 660 if (!wait_event_timeout(*wait, !atomic_read(stopping), in omap4iss_module_sync_idle() 662 atomic_set(stopping, 0); in omap4iss_module_sync_idle() 680 atomic_t *stopping) in omap4iss_module_sync_is_stopping() argument 682 if (atomic_cmpxchg(stopping, 1, 0)) { in omap4iss_module_sync_is_stopping()
|
H A D | iss_ipipe.h | 51 atomic_t stopping; member
|
H A D | iss_resizer.h | 54 atomic_t stopping; member
|
H A D | iss_ipipeif.h | 71 atomic_t stopping; member
|
/openbmc/qemu/ |
H A D | iothread.c | 93 if (!iothread->ctx || iothread->stopping) { in iothread_stop() 96 iothread->stopping = true; in iothread_stop() 186 iothread->stopping = false; in iothread_init()
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-force-poweroff@.service | 4 Before=obmc-host-stopping@%i.target
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-force-poweroff@.service | 4 Before=obmc-host-stopping@%i.target
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isp.h | 247 atomic_t *stopping); 250 atomic_t *stopping);
|
H A D | ispccdc.c | 1322 if (enable && ccdc->stopping & CCDC_STOP_REQUEST) in __ccdc_enable() 1338 ccdc->stopping = CCDC_STOP_REQUEST; in ccdc_disable() 1340 ccdc->stopping = CCDC_STOP_FINISHED; in ccdc_disable() 1344 ccdc->stopping == CCDC_STOP_FINISHED, in ccdc_disable() 1361 ccdc->stopping = CCDC_STOP_NOT_REQUESTED; in ccdc_disable() 1434 switch ((ccdc->stopping & 3) | event) { in ccdc_handle_stopping() 1439 ccdc->stopping = CCDC_STOP_EXECUTED; in ccdc_handle_stopping() 1443 ccdc->stopping |= CCDC_STOP_CCDC_FINISHED; in ccdc_handle_stopping() 1445 ccdc->stopping |= CCDC_STOP_LSC_FINISHED; in ccdc_handle_stopping() 1450 ccdc->stopping |= CCDC_STOP_LSC_FINISHED; in ccdc_handle_stopping() [all …]
|
H A D | ispccp2.h | 74 atomic_t stopping; member
|
/openbmc/qemu/include/sysemu/ |
H A D | iothread.h | 33 bool stopping; /* has iothread_stop() been called? */ member
|