Home
last modified time | relevance | path

Searched full:stopping (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/linux/drivers/staging/media/omap4iss/
H A Diss_ipipe.h38 * @stopping: Stopping state
51 atomic_t stopping; member
H A Diss_resizer.h40 * @stopping: Stopping state
54 atomic_t stopping; member
H A Diss_ipipeif.h56 * @stopping: Stopping state
71 atomic_t stopping; member
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() argument
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: flag which tells module wants to stop
[all …]
H A Diss.h126 atomic_t *stopping);
129 atomic_t *stopping);
/linux/drivers/media/platform/ti/omap3isp/
H A Dispccdc.h123 * @stopping: Stopping state
155 unsigned int stopping; member
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 = CCDC_STOP_EXECUTED; in ccdc_handle_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) in omap3isp_module_sync_idle() argument
1202 atomic_set(stopping, 1); in omap3isp_module_sync_idle()
1210 * If it isn't the last one, the function won't sleep but *stopping in omap3isp_module_sync_idle()
1220 atomic_set(stopping, 0); in omap3isp_module_sync_idle()
1225 if (!wait_event_timeout(*wait, !atomic_read(stopping), in omap3isp_module_sync_idle()
1227 atomic_set(stopping, 0); in omap3isp_module_sync_idle()
1237 * omap3isp_module_sync_is_stopping - Helper to verify if module was stopping
1239 * @stopping: flag which tells module wants to stop
[all …]
H A Dispccp2.h74 atomic_t stopping; member
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_issues.h43 /* Repeatedly Soft-stopping a job chain consisting of (Vertex Shader,
77 /* Soft-stopping fragment jobs might fail with TILE_RANGE_FAULT */
83 /* Soft-stopping fragment jobs might fail with TILE_RANGE_ERROR
/linux/Documentation/RCU/
H A Drcubarrier.rst92 8 VERBOSE_PRINTK_STRING("Stopping rcu_torture_shuffle task");
98 14 VERBOSE_PRINTK_STRING("Stopping rcu_torture_writer task");
107 23 "Stopping rcu_torture_reader task");
121 37 "Stopping rcu_torture_fakewriter task");
131 47 VERBOSE_PRINTK_STRING("Stopping rcu_torture_stats task");
/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()
/linux/kernel/
H A Dtorture.c411 VERBOSE_TOROUT_STRING("Stopping torture_onoff task"); in torture_onoff_cleanup()
599 VERBOSE_TOROUT_STRING("Stopping torture_shuffle task"); in torture_shuffle_cleanup()
712 VERBOSE_TOROUT_STRING("Stopping torture_shutdown task"); in torture_shutdown_cleanup()
749 * Cause the torture test to "stutter", starting and stopping all
790 VERBOSE_TOROUT_STRING("Stopping torture_stutter task"); in torture_stutter_cleanup()
903 * prints a "stopping" message and waits for kthread_should_stop(), and
911 snprintf(buf, sizeof(buf), "%s is stopping", title); in torture_kthread_stopping()
/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h69 * @STOPPING: Stopping operation
76 STOPPING, enumerator
/linux/drivers/media/pci/ivtv/
H A Divtv-firmware.c87 IVTV_DEBUG_INFO("Stopping VDM\n"); in ivtv_halt_firmware()
90 IVTV_DEBUG_INFO("Stopping AO\n"); in ivtv_halt_firmware()
96 IVTV_DEBUG_INFO("Stopping VPU\n"); in ivtv_halt_firmware()
105 IVTV_DEBUG_INFO("Stopping SPU\n"); in ivtv_halt_firmware()
/linux/include/net/
H A Dnetdev_queues.h127 * DOC: Lockless queue stopping / waking helpers.
130 * macros are designed to safely implement stopping
243 * Barrier makes sure that anybody stopping the queue \
/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst23 Sequences of SIGSTOP and SIGCONT are not always sufficient for stopping
49 have a problem with this method of stopping and resuming tasks.
/linux/kernel/power/
H A Dprocess.c3 * drivers/power/process.c - Functions for starting/stopping processes on
24 * Timeout for stopping processes
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_irq.c132 * fbnic_pcs_irq_disable - Teardown the MAC IRQ to prepare for stopping
133 * @fbd: Pointer to device that is stopping
/linux/arch/x86/events/amd/
H A Dibs.c41 * STARTED/STOPPING/STOPPED; deal with pmu::start(), pmu::stop() state but are
62 * So what we do is set STOPPING before clearing EN to avoid the pmu::stop()
421 * the event while stopping it and then reset the state when starting
462 int stopping; in perf_ibs_stop() local
467 stopping = test_bit(IBS_STARTED, pcpu->state); in perf_ibs_stop()
469 if (!stopping && (hwc->state & PERF_HES_UPTODATE)) in perf_ibs_stop()
474 if (stopping) { in perf_ibs_stop()
1038 * Catch spurious interrupts after stopping IBS: After in perf_ibs_handle_irq()
/linux/Documentation/devicetree/bindings/spi/
H A Dfsl,dspi-peripheral-props.yaml26 Delay in nanoseconds between stopping the clock signal and
/linux/include/linux/usb/
H A Disp116x.h22 prevents stopping internal clock, increasing
/linux/drivers/net/wan/
H A Dhdlc_ppp.c82 enum {CLOSED = 0, STOPPED, STOPPING, REQ_SENT, ACK_RECV, ACK_SENT, OPENED, enumerator
91 "Closed", "Stopped", "Stopping", "ReqSent", "AckRecv", "AckSent",
278 /* CLOSED STOPPED STOPPING REQ_SENT ACK_RECV ACK_SENT OPENED
324 proto->restart_counter = (proto->state == STOPPING) ? in ppp_cp_event()
577 case STOPPING: in ppp_timer()
/linux/drivers/net/ethernet/freescale/fman/
H A DKconfig23 internal resource leak thus stopping further packet processing.
/linux/drivers/scsi/isci/
H A Dport.h150 * entered from the STOPPING state.
151 * @SCI_PORT_STOPPING: port is in the process of stopping. In this

12345678910>>...26