| /linux/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 42 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 64 Watchdog cannot be stopped once started 76 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 121 Watchdog cannot be stopped once started 146 Watchdog cannot be stopped once started 161 Watchdog cannot be stopped once started 167 Watchdog cannot be stopped once started [all …]
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-perf-hwbreak.c | 188 * 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/input/touchscreen/ |
| H A D | da9052_tsi.c | 24 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()
|
| H A D | auo-pixcir-ts.c | 127 bool stopped; member 193 while (!ts->stopped) { in auo_pixcir_interrupt() 211 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 254 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 363 ts->stopped = false; in auo_pixcir_start() 392 ts->stopped = true; in auo_pixcir_stop() 506 ts->stopped = true; in auo_pixcir_probe()
|
| /linux/drivers/gpu/drm/sprd/ |
| H A D | sprd_dpu.h | 39 * @stopped: indicates whether DPU are stopped 50 bool stopped; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.h | 158 * 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/Documentation/networking/ |
| H A D | can_ucan_protocol.rst | 174 stopped SET_BITTIMING stopped 175 stopped START started 176 started STOP or RESET stopped 177 stopped STOP or RESET stopped
|
| /linux/tools/tracing/rtla/src/ |
| H A D | common.c | 155 bool stopped; in run_tool() local 274 stopped = osnoise_trace_is_off(tool, tool->record) && !stop_tracing; in run_tool() 275 if (stopped) { in run_tool() 281 ops->analyze(tool, stopped); in run_tool() 345 debug_msg("timerlat user space threads stopped!\n"); in top_main_loop() 392 debug_msg("user-space threads stopped!\n"); in hist_main_loop()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | fsl_udc_core.c | 160 unsigned char stopped = ep->stopped; in done() local 191 ep->stopped = 1; in done() 198 ep->stopped = stopped; in done() 207 ep->stopped = 1; in nuke() 360 /* Clear stopped bit */ in dr_controller_run() 361 udc->stopped = 0; in dr_controller_run() 394 /* Set stopped bit for isr */ in dr_controller_stop() 395 udc->stopped = 1; in dr_controller_stop() 594 ep->stopped = 0; in fsl_ep_enable() 659 ep->stopped = 1; in fsl_ep_disable() [all …]
|
| H A D | net2280.c | 235 ep->stopped = 0; in net2280_enable() 948 unsigned stopped = ep->stopped; in done() local 967 ep->stopped = 1; in done() 971 ep->stopped = stopped; in done() 1032 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue() 1195 if (ep->stopped) in restart_dma() 1220 ep->stopped = 1; in nuke() 1239 int stopped; in net2280_dequeue() local 1249 stopped = ep->stopped; in net2280_dequeue() 1253 ep->stopped = 1; in net2280_dequeue() [all …]
|
| /linux/drivers/watchdog/ |
| H A D | s32g_wdt.c | 44 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 122 * it must be stopped and started again to update the timeout in s32g_wdt_set_timeout() 125 * if the watchdog is stopped. in s32g_wdt_set_timeout() 181 * We want to allow the watchdog timer to be stopped when in s32g_wdt_init() 189 * stopped mode. in s32g_wdt_init()
|
| /linux/sound/virtio/ |
| H A D | virtio_pcm.h | 34 * @stopped: True if the substream is stopped and must be released on the device 58 bool stopped; member
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_types.h | 86 /** @submission_state.stopped: submissions are stopped */ 87 atomic_t stopped; member
|
| /linux/drivers/virtio/ |
| H A D | virtio_rtc_class.c | 23 * @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/net/strparser/ |
| H A D | strparser.c | 43 if (strp->stopped) in strp_abort_strp() 46 strp->stopped = 1; in strp_abort_strp() 382 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 414 if (unlikely(strp->stopped)) in do_strp_work() 507 /* strp must already be stopped so that strp_recv will no longer be called. in strp_done() 512 WARN_ON(!strp->stopped); in strp_done() 526 strp->stopped = 1;
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | wmi.c | 100 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/sound/soc/sti/ |
| H A D | uniperif_reader.c | 40 * In case of error audio stream is stopped; stop action is protected via PCM 192 /* The reader should be stopped */ in uni_reader_prepare() 297 /* The reader should be stopped */ in uni_reader_start() 317 /* The reader should not be in stopped state */ in uni_reader_stop() 329 /* Update state to stopped and return */ in uni_reader_stop()
|
| /linux/drivers/scsi/isci/ |
| H A D | remote_device.h | 150 * @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/Documentation/accounting/ |
| H A D | cgroupstats.rst | 29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 20 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 !!!)
|
| /linux/sound/pci/ |
| H A D | ad1889.h | 127 #define AD_DMA_CHSS_RESS 0x000001 /* resampler channel stopped */ 128 #define AD_DMA_CHSS_ADCS 0x000002 /* ADC channel stopped */ 129 #define AD_DMA_CHSS_SYNS 0x000004 /* synthesis channel stopped */ 130 #define AD_DMA_CHSS_WAVS 0x000008 /* wave channel stopped */
|
| /linux/drivers/usb/host/ |
| H A D | ehci-timer.c | 119 if (want == 0) { /* Stopped */ in ehci_poll_ASS() 165 if (want == 0) { /* Stopped */ in ehci_poll_PSS() 213 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks() local 227 if (!stopped && (qh->unlink_cycle == in ehci_handle_start_intr_unlinks() 245 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks() local 260 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle) in ehci_handle_intr_unlinks()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | low_latency.h | 43 * @stopped: if true, ignore the requests to update the counters 51 bool stopped; member
|
| /linux/drivers/net/usb/ |
| H A D | smsc95xx.h | 53 #define INT_STS_TX_STOP_ (0x00020000) /* TX Stopped */ 54 #define INT_STS_RX_STOP_ (0x00010000) /* RX Stopped */ 197 #define INT_EP_CTL_TX_STOP_ (0x00020000) /* TX Stopped */ 198 #define INT_EP_CTL_RX_STOP_ (0x00010000) /* RX Stopped */ 344 #define INT_ENP_TX_STOP_ ((u32)BIT(17)) /* TX Stopped */ 345 #define INT_ENP_RX_STOP_ ((u32)BIT(16)) /* RX Stopped */
|
| /linux/drivers/usb/serial/ |
| H A D | whiteheat.h | 211 #define WHITEHEAT_FLOW_HARD_OUT 0x01 /* TX is stopped by CTS 213 #define WHITEHEAT_FLOW_HARD_IN 0x02 /* remote TX is stopped 215 #define WHITEHEAT_FLOW_SOFT_OUT 0x04 /* TX is stopped by XOFF 217 #define WHITEHEAT_FLOW_SOFT_IN 0x08 /* remote TX is stopped by XOFF
|