/linux/drivers/staging/media/omap4iss/ |
H A D | iss_ipipe.h | 38 * @stopping: Stopping state 51 atomic_t stopping; member
|
H A D | iss_resizer.h | 40 * @stopping: Stopping state 54 atomic_t stopping; member
|
H A D | iss_ipipeif.h | 56 * @stopping: Stopping state 71 atomic_t stopping; member
|
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() 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 D | iss.h | 126 atomic_t *stopping); 129 atomic_t *stopping);
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispccdc.h | 123 * @stopping: Stopping state 155 unsigned int stopping; member
|
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 = CCDC_STOP_EXECUTED; in ccdc_handle_stopping() [all …]
|
H A D | isp.c | 864 * 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 D | ispccp2.h | 74 atomic_t stopping; member
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_issues.h | 43 /* 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 D | rcubarrier.rst | 92 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 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()
|
/linux/kernel/ |
H A D | torture.c | 411 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 D | rcar-vin.h | 69 * @STOPPING: Stopping operation 76 STOPPING, enumerator
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-firmware.c | 87 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 D | netdev_queues.h | 127 * 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 D | freezer-subsystem.rst | 23 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 D | process.c | 3 * drivers/power/process.c - Functions for starting/stopping processes on 24 * Timeout for stopping processes
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_irq.c | 132 * 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 D | ibs.c | 41 * 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 D | fsl,dspi-peripheral-props.yaml | 26 Delay in nanoseconds between stopping the clock signal and
|
/linux/include/linux/usb/ |
H A D | isp116x.h | 22 prevents stopping internal clock, increasing
|
/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 82 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 D | Kconfig | 23 internal resource leak thus stopping further packet processing.
|
/linux/drivers/scsi/isci/ |
H A D | port.h | 150 * entered from the STOPPING state. 151 * @SCI_PORT_STOPPING: port is in the process of stopping. In this
|