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

12

/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipe.h38 * @stopping: Stopping state
51 atomic_t stopping; member in struct:iss_ipipe_device
H A Diss_ipipeif.h56 * @stopping: Stopping state
71 atomic_t stopping; member in struct:iss_ipipeif_device
H A Diss_resizer.h40 * @stopping: Stopping state
54 atomic_t stopping; member in struct:iss_resizer_device
H A Diss.h126 atomic_t *stopping);
129 atomic_t *stopping);
H A Diss_csi2.h144 atomic_t stopping; member in struct:iss_csi2_device
H A Diss.c502 * fails, except when stopping the pipeline.
616 * @stopping: flag which tells module wants to stop
622 atomic_t *stopping)
637 atomic_set(stopping, 1);
645 * If it isn't the last one, the function won't sleep but *stopping
655 atomic_set(stopping, 0);
660 if (!wait_event_timeout(*wait, !atomic_read(stopping),
662 atomic_set(stopping, 0);
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) argument
679 omap4iss_module_sync_is_stopping(wait_queue_head_t *wait, atomic_t *stopping) argument
[all...]
H A Diss_ipipeif.c248 &ipipeif->stopping))
332 atomic_set(&ipipeif->stopping, 0);
343 &ipipeif->stopping))
H A Diss_ipipe.c156 atomic_set(&ipipe->stopping, 0);
164 &ipipe->stopping))
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccp2.h74 atomic_t stopping; member in struct:isp_ccp2_device
H A Dispresizer.h107 atomic_t stopping; member in struct:isp_res_device
H A Dispccdc.h123 * @stopping: Stopping state
155 unsigned int stopping; member in struct:isp_ccdc_device
H A Disppreview.h142 atomic_t stopping; member in struct:isp_prev_device
H A Dispcsi2.h142 atomic_t stopping; member in struct:isp_csi2_device
H A Disp.h247 atomic_t *stopping);
250 atomic_t *stopping);
H A Dispccdc.c1321 /* Avoid restarting the CCDC when streaming is stopping. */
1322 if (enable && ccdc->stopping & CCDC_STOP_REQUEST)
1338 ccdc->stopping = CCDC_STOP_REQUEST;
1340 ccdc->stopping = CCDC_STOP_FINISHED;
1344 ccdc->stopping == CCDC_STOP_FINISHED,
1361 ccdc->stopping = CCDC_STOP_NOT_REQUESTED;
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) {
1439 ccdc->stopping
[all...]
H A Disp.c864 * fails, except when stopping the pipeline.
1183 * @stopping: flag which tells module wants to stop
1189 atomic_t *stopping)
1202 atomic_set(stopping, 1);
1210 * If it isn't the last one, the function won't sleep but *stopping
1220 atomic_set(stopping, 0);
1225 if (!wait_event_timeout(*wait, !atomic_read(stopping),
1227 atomic_set(stopping, 0);
1237 * omap3isp_module_sync_is_stopping - Helper to verify if module was stopping
1239 * @stopping
1188 omap3isp_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, atomic_t *stopping) argument
1245 omap3isp_module_sync_is_stopping(wait_queue_head_t *wait, atomic_t *stopping) argument
[all...]
/linux-master/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h36 u32 stopping:1; member in struct:dbdma_command_mem
H A Dpcm.c261 if (pi->dbdma_ring.stopping) {
272 pi->dbdma_ring.stopping = 0;
302 if (pi->dbdma_ring.stopping)
344 if (pi->dbdma_ring.stopping)
553 if (pi->dbdma_ring.stopping) {
560 pi->dbdma_ring.stopping = 0;
595 pi->dbdma_ring.stopping = 1;
637 if (!pi->dbdma_ring.running && !pi->dbdma_ring.stopping)
685 pi->dbdma_ring.stopping = 0;
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.h227 * @stopping: Indicates that decoder is being taken down and timers
246 bool stopping; member in struct:img_ir_priv_hw
H A Dimg-ir-hw.c552 hw->stopping = true;
563 hw->stopping = false;
853 if (dec->repeat && !hw->stopping) {
968 hw->stopping)
/linux-master/drivers/char/ipmi/
H A Dipmi_ipmb.c62 bool stopping; member in struct:ipmi_ipmb_dev
287 if (iidev->stopping)
393 iidev->stopping = true;
H A Dipmi_ssif.c263 bool stopping; member in struct:ssif_info
484 if (ssif_info->stopping)
548 if (ssif_info->stopping)
571 if (ssif_info->stopping)
630 if (!ssif_info->stopping)
894 if (IS_SSIF_IDLE(ssif_info) && !ssif_info->stopping) {
986 if (!ssif_info->stopping)
1270 ssif_info->stopping = true;
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.h284 int stopping; member in struct:vpfe_device
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h71 bool stopping; member in struct:atomisp_video_pipe
H A Datomisp_fops.c248 if (pipe->stopping)
381 if (ret || pipe->stopping) {

Completed in 234 milliseconds

12