/kernel/linux/linux-5.10/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()
|
H A D | i2sbus.h | 37 u32 stopping:1; member
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss.h | 129 atomic_t *stopping); 132 atomic_t *stopping);
|
H A D | iss.c | 497 * 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 D | iss_ipipe.h | 38 * @stopping: Stopping state 51 atomic_t stopping; member
|
H A D | iss_ipipeif.h | 56 * @stopping: Stopping state 71 atomic_t stopping; member
|
H A D | iss_resizer.h | 40 * @stopping: Stopping state 54 atomic_t stopping; member
|
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss.h | 126 atomic_t *stopping); 129 atomic_t *stopping);
|
H A D | iss.c | 502 * 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 D | iss_ipipe.h | 38 * @stopping: Stopping state 51 atomic_t stopping; member
|
H A D | iss_ipipeif.h | 56 * @stopping: Stopping state 71 atomic_t stopping; member
|
H A D | iss_resizer.h | 40 * @stopping: Stopping state 54 atomic_t stopping; member
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispccdc.c | 1315 /* 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 D | ispccp2.h | 74 atomic_t stopping; member
|
H A D | isp.h | 238 atomic_t *stopping); 241 atomic_t *stopping);
|
H A D | ispccdc.h | 123 * @stopping: Stopping state 155 unsigned int stopping; member
|
H A D | isppreview.h | 142 atomic_t stopping; member
|
H A D | ispresizer.h | 107 atomic_t stopping; member
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispccdc.c | 1321 /* 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 D | ispccp2.h | 74 atomic_t stopping; member
|
H A D | isp.h | 247 atomic_t *stopping); 250 atomic_t *stopping);
|
H A D | ispccdc.h | 123 * @stopping: Stopping state 155 unsigned int stopping; member
|
H A D | isppreview.h | 142 atomic_t stopping; member
|
H A D | ispresizer.h | 107 atomic_t stopping; member
|