Home
last modified time | relevance | path

Searched full:stopped (Results 1 – 25 of 1467) sorted by relevance

12345678910>>...59

/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 Watchdog cannot be stopped once started
46 Watchdog cannot be stopped once started
55 Watchdog cannot be stopped once started
67 Watchdog cannot be stopped once started
94 Watchdog cannot be stopped once started
103 Watchdog cannot be stopped once started
112 Watchdog cannot be stopped once started
137 Watchdog cannot be stopped once started
152 Watchdog cannot be stopped once started
158 Watchdog cannot be stopped onc
[all...]
/linux/drivers/misc/ibmasm/
H A Dr_heartbeat.c39 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat()
68 rhb->stopped, in ibmasm_start_reverse_heartbeat()
71 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat()
77 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat()
84 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
/linux/include/asm-generic/
H A Dsyscall.h48 * It's only valid to call this when @task is stopped for tracing on
59 * It's only valid to call this when @task is stopped for system
79 * It's only valid to call this when @task is stopped for tracing on exit
93 * It's only valid to call this when @task is stopped for tracing on exit
111 * It's only valid to call this when @task is stopped for tracing on exit
127 * It's only valid to call this when @task is stopped for tracing on
143 * It's only valid to call this when @task is stopped for tracing on
156 * It's only valid to call this when @task is stopped on entry to a system
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c188 * the child is stopped until ptrace_cont(pid) is run by the parent.
205 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in ptrace_fork_child()
221 * When the child is stopped for ptrace, we test both continue and single step.
263 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
268 * We stopped before executing the load, so perf should not have in same_watch_addr_test()
278 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
296 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
306 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
321 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
339 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
[all...]
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmac.c11 bool stopped = false; in mt76x2_mac_stop() local
32 stopped = true; in mt76x2_mac_stop()
36 if (force && !stopped) { in mt76x2_mac_stop()
/linux/drivers/input/touchscreen/
H A Dda9052_tsi.c24 bool stopped; member
38 if (!tsi->stopped) { in da9052_ts_pendwn_irq()
106 if (!tsi->stopped) { in da9052_ts_pen_work()
188 tsi->stopped = false; in da9052_ts_input_open()
203 tsi->stopped = true; in da9052_ts_input_close()
244 tsi->stopped = true; in da9052_ts_probe()
/linux/drivers/gpu/drm/sprd/
H A Dsprd_dpu.h39 * @stopped: indicates whether DPU are stopped
50 bool stopped; member
/linux/drivers/watchdog/
H A Dwdat_wdt.c35 * @stopped_in_sleep: Is this watchdog stopped by the firmware in S1-S5
36 * @stopped: Was the watchdog stopped by the driver in suspend
46 bool stopped; member
54 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
485 wdat->stopped = false; in wdat_wdt_suspend_noirq()
490 wdat->stopped = true; in wdat_wdt_suspend_noirq()
506 if (!wdat->stopped) { in wdat_wdt_resume_noirq()
H A Ds32g_wdt.c44 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
123 * it must be stopped and started again to update the timeout in s32g_wdt_set_timeout()
126 * if the watchdog is stopped. in s32g_wdt_set_timeout()
182 * We want to allow the watchdog timer to be stopped when in s32g_wdt_init()
190 * stopped mode. in s32g_wdt_init()
/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst28 a check of the DMA channel reports a "stopped channel", the transfer should
30 know if a channel is in running or stopped state.
94 If while new_link was created the DMA channel stopped, it is _not_
104 - then hot-chaining cannot happen, as the channel must be stopped, the
187 It should be noted that after tx3 is completed, the channel is stopped, and
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h158 * netif stopped due to firmware signalling flow control.
160 * netif stopped due to flowring full.
162 * netif stopped due to not being connected (STA mode).
182 * @netif_stop: bitmap indicates reason why netif queues are stopped.
/linux/drivers/input/keyboard/
H A Dsamsung-keypad.c68 bool stopped; member
156 wait_event_timeout(keypad->wait, keypad->stopped, in samsung_keypad_irq()
159 } while (key_down && !keypad->stopped); in samsung_keypad_irq()
173 keypad->stopped = false; in samsung_keypad_start()
195 keypad->stopped = true; in samsung_keypad_stop()
373 keypad->stopped = true; in samsung_keypad_probe()
448 if (keypad->stopped) in samsung_keypad_runtime_suspend()
471 if (keypad->stopped) in samsung_keypad_runtime_resume()
H A Dmatrix_keypad.c47 bool stopped; member
185 if (unlikely(keypad->scan_pending || keypad->stopped)) in matrix_keypad_scan()
205 if (unlikely(keypad->scan_pending || keypad->stopped)) in matrix_keypad_interrupt()
221 keypad->stopped = false; in matrix_keypad_start()
238 keypad->stopped = true; in matrix_keypad_stop()
413 keypad->stopped = true; in matrix_keypad_probe()
/linux/Documentation/networking/
H A Dcan_ucan_protocol.rst174 stopped SET_BITTIMING stopped
175 stopped START started
176 started STOP or RESET stopped
177 stopped STOP or RESET stopped
/linux/sound/virtio/
H A Dvirtio_pcm.h34 * @stopped: True if the substream is stopped and must be released on the device
59 bool stopped; member
/linux/rust/kernel/time/
H A Dhrtimer.rs12 //! - Stopped: initialized but not started, or cancelled, or not restarted.
42 //! --------->| Stopped | | Started +---------->| Running |
53 //! A timer is initialized in the **stopped** state. A stopped timer can be
58 //! **started* or **stopped** state, depending on the return value of the
60 //! by the `cancel` operation. A timer that is cancelled enters the **stopped**
67 //! A `restart` operation on a timer in the **stopped** state is equivalent to a
143 /// so, the timer might not be in the **stopped** state when this function
188 /// until the timer is stopped and the callback has completed.
222 /// until the timer is stopped an
[all...]
/linux/drivers/virtio/
H A Dvirtio_rtc_class.c23 * @stopped: Whether RTC ops are disallowed. Access protected by rtc_lock().
29 bool stopped; member
50 if (viortc_class->stopped) in viortc_class_get_locked()
207 viortc_class->stopped = true; in viortc_class_stop()
/linux/drivers/usb/serial/
H A Dgeneric.c373 bool stopped = false; in usb_serial_generic_read_bulk_callback() local
393 dev_dbg(&port->dev, "%s - urb stopped: %d\n", in usb_serial_generic_read_bulk_callback()
395 stopped = true; in usb_serial_generic_read_bulk_callback()
398 dev_err(&port->dev, "%s - urb stopped: %d\n", in usb_serial_generic_read_bulk_callback()
400 stopped = true; in usb_serial_generic_read_bulk_callback()
423 if (stopped) in usb_serial_generic_read_bulk_callback()
455 dev_dbg(&port->dev, "%s - urb stopped: %d\n", in usb_serial_generic_write_bulk_callback()
459 dev_err_console(port, "%s - urb stopped: %d\n", in usb_serial_generic_write_bulk_callback()
/linux/drivers/net/wireless/ath/ath9k/
H A Dwmi.c100 wmi->stopped = false; in ath9k_init_wmi()
119 wmi->stopped = true; in ath9k_stop_wmi()
223 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx()
338 /* check if wmi stopped flag is set */ in ath9k_wmi_cmd()
339 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
/linux/net/strparser/
H A Dstrparser.c43 if (strp->stopped) in strp_abort_strp()
46 strp->stopped = 1; in strp_abort_strp()
374 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready()
406 if (unlikely(strp->stopped)) in do_strp_work()
499 /* strp must already be stopped so that strp_recv will no longer be called.
504 WARN_ON(!strp->stopped); in strp_done()
518 strp->stopped = 1; in strp_stop()
/linux/drivers/scsi/isci/
H A Dremote_device.h150 * @remote_device: This parameter specifies the device to be stopped.
154 * An indication of whether the device was successfully stopped. SCI_SUCCESS
156 * successfully stopped.
169 * successfully been stopped. In this state no new IO operations are
175 * IO operations are permitted. This state is entered from the STOPPED
/linux/sound/soc/sti/
H A Duniperif_reader.c40 * In case of error audio stream is stopped; stop action is protected via PCM
194 /* The reader should be stopped */ in uni_reader_prepare()
299 /* The reader should be stopped */ in uni_reader_start()
319 /* The reader should not be in stopped state */ in uni_reader_stop()
331 /* Update state to stopped and return */ in uni_reader_stop()
/linux/Documentation/accounting/
H A Dcgroupstats.rst29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/linux/arch/riscv/kernel/
H A Dcpu-hotplug.c57 /* Verify from the firmware if the cpu is really stopped*/ in arch_cpuhp_cleanup_dead_cpu()
61 pr_warn("CPU%u may not have stopped: %d\n", cpu, ret); in arch_cpuhp_cleanup_dead_cpu()
/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst20 a) QCI stopped
21 Initially, the QCI interface is stopped.
84 - "DMA: stop" means all 3 DMA channels are stopped
103 On the DMA irq of the last videobuffer, the QCI is stopped.
170 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!)

12345678910>>...59