Home
last modified time | relevance | path

Searched refs:stopping (Results 1 – 25 of 131) sorted by relevance

123456

/openbmc/qemu/hw/sd/
H A Dssi-sd.c66 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 Diothread.c30 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 Dobmc-host-stop-pre@.target4 Wants=obmc-host-stopping@%i.target
5 Before=obmc-host-stopping@%i.target
H A Dobmc-host-stopped@.target4 Wants=obmc-host-stopping@%i.target
5 After=obmc-host-stopping@%i.target
H A Dobmc-host-graceful-quiesce@.target5 Wants=obmc-host-stopping@%i.target
H A Dobmc-host-stop@.target7 Wants=obmc-host-stopping@%i.target
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dclear_hostdumps_poweroff.service5 Wants=obmc-host-stopping@0.target
6 Before=obmc-host-stopping@0.target
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dparm_def5 … 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 Dpcm.c261 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 Dedu.c54 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 Dexynos_spi.c105 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 Dop-enter-mpreboot@.service.in5 Wants=obmc-host-stopping@%i.target
6 Before=obmc-host-stopping@%i.target
H A Dop-stop-instructions@.service.in4 Before=obmc-host-stopping@%i.target
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss.h126 atomic_t *stopping);
129 atomic_t *stopping);
H A Diss.c622 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 Diss_ipipe.h51 atomic_t stopping; member
H A Diss_resizer.h54 atomic_t stopping; member
H A Diss_ipipeif.h71 atomic_t stopping; member
/openbmc/qemu/
H A Diothread.c93 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 Dhost-force-poweroff@.service4 Before=obmc-host-stopping@%i.target
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-force-poweroff@.service4 Before=obmc-host-stopping@%i.target
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disp.h247 atomic_t *stopping);
250 atomic_t *stopping);
H A Dispccdc.c1322 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 Dispccp2.h74 atomic_t stopping; member
/openbmc/qemu/include/sysemu/
H A Diothread.h33 bool stopping; /* has iothread_stop() been called? */ member

123456