Home
last modified time | relevance | path

Searched refs:stopping (Results 1 - 25 of 84) sorted by relevance

1234

/kernel/linux/linux-5.10/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()
H A Di2sbus.h37 u32 stopping:1; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss.h129 atomic_t *stopping);
132 atomic_t *stopping);
H A Diss.c497 * fails, except when stopping the pipeline.
613 * @stopping: flag which tells module wants to stop
619 atomic_t *stopping) in omap4iss_module_sync_idle()
634 atomic_set(stopping, 1); in omap4iss_module_sync_idle()
642 * If it isn't the last one, the function won't sleep but *stopping in omap4iss_module_sync_idle()
652 atomic_set(stopping, 0); in omap4iss_module_sync_idle()
657 if (!wait_event_timeout(*wait, !atomic_read(stopping), in omap4iss_module_sync_idle()
659 atomic_set(stopping, 0); in omap4iss_module_sync_idle()
668 * omap4iss_module_sync_is_stopped - Helper to verify if module was stopping
670 * @stopping
618 omap4iss_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, atomic_t *stopping) omap4iss_module_sync_idle() argument
676 omap4iss_module_sync_is_stopping(wait_queue_head_t *wait, atomic_t *stopping) omap4iss_module_sync_is_stopping() argument
[all...]
H A Diss_ipipe.h38 * @stopping: Stopping state
51 atomic_t stopping; member
H A Diss_ipipeif.h56 * @stopping: Stopping state
71 atomic_t stopping; member
H A Diss_resizer.h40 * @stopping: Stopping state
54 atomic_t stopping; member
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss.h126 atomic_t *stopping);
129 atomic_t *stopping);
H A Diss.c502 * fails, except when stopping the pipeline.
616 * @stopping: flag which tells module wants to stop
622 atomic_t *stopping) in omap4iss_module_sync_idle()
637 atomic_set(stopping, 1); in omap4iss_module_sync_idle()
645 * If it isn't the last one, the function won't sleep but *stopping 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()
671 * omap4iss_module_sync_is_stopped - Helper to verify if module was stopping
673 * @stopping
621 omap4iss_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, atomic_t *stopping) omap4iss_module_sync_idle() argument
679 omap4iss_module_sync_is_stopping(wait_queue_head_t *wait, atomic_t *stopping) omap4iss_module_sync_is_stopping() argument
[all...]
H A Diss_ipipe.h38 * @stopping: Stopping state
51 atomic_t stopping; member
H A Diss_ipipeif.h56 * @stopping: Stopping state
71 atomic_t stopping; member
H A Diss_resizer.h40 * @stopping: Stopping state
54 atomic_t stopping; member
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispccdc.c1315 /* Avoid restarting the CCDC when streaming is stopping. */ in __ccdc_enable()
1316 if (enable && ccdc->stopping & CCDC_STOP_REQUEST) in __ccdc_enable()
1332 ccdc->stopping = CCDC_STOP_REQUEST; in ccdc_disable()
1334 ccdc->stopping = CCDC_STOP_FINISHED; in ccdc_disable()
1338 ccdc->stopping == CCDC_STOP_FINISHED, in ccdc_disable()
1355 ccdc->stopping = CCDC_STOP_NOT_REQUESTED; in ccdc_disable()
1417 /* ccdc_handle_stopping - Handle CCDC and/or LSC stopping sequence
1421 * Return 1 when the event and stopping request combination is satisfied,
1428 switch ((ccdc->stopping & 3) | event) { in ccdc_handle_stopping()
1433 ccdc->stopping in ccdc_handle_stopping()
[all...]
H A Dispccp2.h74 atomic_t stopping; member
H A Disp.h238 atomic_t *stopping);
241 atomic_t *stopping);
H A Dispccdc.h123 * @stopping: Stopping state
155 unsigned int stopping; member
H A Disppreview.h142 atomic_t stopping; member
H A Dispresizer.h107 atomic_t stopping; member
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c1321 /* Avoid restarting the CCDC when streaming is stopping. */ in __ccdc_enable()
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()
1423 /* ccdc_handle_stopping - Handle CCDC and/or LSC stopping sequence
1427 * Return 1 when the event and stopping request combination is satisfied,
1434 switch ((ccdc->stopping & 3) | event) { in ccdc_handle_stopping()
1439 ccdc->stopping in ccdc_handle_stopping()
[all...]
H A Dispccp2.h74 atomic_t stopping; member
H A Disp.h247 atomic_t *stopping);
250 atomic_t *stopping);
H A Dispccdc.h123 * @stopping: Stopping state
155 unsigned int stopping; member
H A Disppreview.h142 atomic_t stopping; member
H A Dispresizer.h107 atomic_t stopping; member

Completed in 17 milliseconds

1234