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

12

/linux-master/arch/parisc/kernel/
H A Dperf_asm.S31 ; starting/stopping the coprocessor with the pmenb/pmdis.
/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/staging/media/omap4iss/
H A Diss_csi2.h144 atomic_t stopping; member in struct:iss_csi2_device
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
/linux-master/arch/x86/events/amd/
H A Dibs.c421 * the event while stopping it and then reset the state when starting
462 int stopping; local
467 stopping = test_bit(IBS_STARTED, pcpu->state);
469 if (!stopping && (hwc->state & PERF_HES_UPTODATE))
474 if (stopping) {
1038 * Catch spurious interrupts after stopping IBS: After
/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.c1178 if (vpfe->stopping)
1219 int intr_status, stopping = vpfe->stopping; local
1230 if (stopping) {
1231 vpfe->stopping = false;
1236 if (intr_status & VPFE_VDINT1 && !stopping) {
1882 vpfe->stopping = false;
1934 vpfe->stopping = true;
H A Dam437x-vpfe.h284 int stopping; member in struct:vpfe_device
/linux-master/drivers/media/platform/ti/omap3isp/
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...]
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 Dispccdc.h123 * @stopping: Stopping state
155 unsigned int stopping; member in struct:isp_ccdc_device
H A Dispccp2.c597 if (omap3isp_module_sync_is_stopping(&ccp2->wait, &ccp2->stopping))
844 atomic_set(&ccp2->stopping, 0);
886 &ccp2->stopping))
H A Dispccp2.h74 atomic_t stopping; member in struct:isp_ccp2_device
H A Dispcsi2.c780 if (omap3isp_module_sync_is_stopping(&csi2->wait, &csi2->stopping))
1078 atomic_set(&csi2->stopping, 0);
1088 &csi2->stopping))
H A Dispcsi2.h142 atomic_t stopping; member in struct:isp_csi2_device
H A Disppreview.c1528 if (omap3isp_module_sync_is_stopping(&prev->wait, &prev->stopping))
1641 atomic_set(&prev->stopping, 0);
1668 &prev->stopping))
H A Disppreview.h142 atomic_t stopping; member in struct:isp_prev_device
H A Dispresizer.c1065 if (omap3isp_module_sync_is_stopping(&res->wait, &res->stopping))
1167 &res->stopping))
1787 atomic_set(&res->stopping, 0);
H A Dispresizer.h107 atomic_t stopping; member in struct:isp_res_device
/linux-master/drivers/scsi/bfa/
H A Dbfa_core.c222 bfa_fsm_state_decl(bfa_iocfc, stopping, struct bfa_iocfc_s, enum iocfc_event);

Completed in 293 milliseconds

12