| /linux/drivers/misc/ibmasm/ |
| H A D | r_heartbeat.c | 39 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/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() 505 ts->stopped = true; in auo_pixcir_probe()
|
| /linux/drivers/input/keyboard/ |
| H A D | samsung-keypad.c | 68 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()
|
| /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() 361 udc->stopped = 0; in dr_controller_run() 395 udc->stopped = 1; in dr_controller_stop() 594 ep->stopped = 0; in fsl_ep_enable() 664 ep->stopped = 1; in fsl_ep_disable() 927 int ep_num, stopped, ret = 0; in fsl_ep_dequeue() local 934 stopped = ep->stopped; in fsl_ep_dequeue() [all …]
|
| H A D | goku_udc.c | 180 ep->stopped = 0; in goku_ep_enable() 239 ep->stopped = 1; in ep_reset() 303 unsigned stopped = ep->stopped; in done() local 325 ep->stopped = 1; in done() 329 ep->stopped = stopped; in done() 379 dev->ep[0].stopped = 1; in write_fifo() 485 ep->stopped = 1; in read_fifo() 761 if (list_empty(&ep->queue) && likely(!ep->stopped)) { in goku_queue() 798 ep->stopped = 1; in nuke() 847 if (ep->dma && ep->queue.next == &req->queue && !ep->stopped) { in goku_dequeue() [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 …]
|
| H A D | net2280.h | 107 stopped : 1, member 121 ep->stopped = 1; in allow_status() 133 ep->stopped = 1; in allow_status_338x()
|
| H A D | at91_udc.c | 131 ep->stopped ? " stopped" : ""); in proc_ep_show() 262 unsigned stopped = ep->stopped; in done() local 273 ep->stopped = 1; in done() 277 ep->stopped = stopped; in done() 459 ep->stopped = 1; in nuke() 530 ep->stopped = 0; in at91_ep_enable() 641 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue() 841 ep->stopped = 0; in udc_reinit() 863 ep->stopped = 1; in reset_gadget() 887 ep->stopped = 1; in stop_activity() [all …]
|
| /linux/net/strparser/ |
| H A D | strparser.c | 43 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() 504 WARN_ON(!strp->stopped); in strp_done() 518 strp->stopped = 1; in strp_stop()
|
| /linux/drivers/virtio/ |
| H A D | virtio_rtc_class.c | 29 bool stopped; member 50 if (viortc_class->stopped) in viortc_class_get_locked() 207 viortc_class->stopped = true; in viortc_class_stop()
|
| /linux/tools/tracing/rtla/src/ |
| H A D | common.c | 183 bool stopped; in run_tool() 300 stopped = osnoise_trace_is_off(tool, tool->record) && !stop_tracing; 301 if (stopped) { in hist_main_loop() 307 ops->analyze(tool, stopped); in hist_main_loop() 372 debug_msg("timerlat user space threads stopped!\n"); 423 debug_msg("user-space threads stopped!\n"); 103 bool stopped; run_tool() local
|
| /linux/drivers/usb/host/ |
| H A D | ehci-timer.c | 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/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/drivers/net/mctp/ |
| H A D | mctp-usb.c | 25 bool stopped; member 251 if (READ_ONCE(mctp_usb->stopped)) in mctp_usb_rx_retry_work() 261 WRITE_ONCE(mctp_usb->stopped, false); in mctp_usb_open() 275 WRITE_ONCE(mctp_usb->stopped, true); in mctp_usb_stop()
|
| /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() 339 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
|
| /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/Documentation/tools/rtla/ |
| H A D | common_osnoise_options.txt | 7 up to one second after tracing is stopped. 39 Save the stopped trace to [*file|osnoise_trace.txt*].
|
| /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/drivers/scsi/bfa/ |
| H A D | bfa_cs.h | 62 u32 stopped; member 93 trcm->head = trcm->tail = trcm->stopped = 0; in bfa_trc_init() 100 trcm->stopped = 1; in bfa_trc_stop()
|
| /linux/Documentation/driver-api/dmaengine/ |
| H A D | pxa_dma.rst | 28 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/intel/iwlwifi/mld/ |
| H A D | low_latency.c | 279 if (mld->low_latency.stopped) in iwl_mld_low_latency_update_counters() 304 mld->low_latency.stopped = true; in iwl_mld_low_latency_stop() 318 mld->low_latency.stopped = false; in iwl_mld_low_latency_restart()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | agg-rx.c | 141 if (!tid->stopped) { in mt76_rx_aggr_check_ctl() 185 if (tid->stopped) in mt76_rx_aggr_reorder() 275 tid->stopped = true; in mt76_rx_aggr_shutdown()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-imx.c | 246 int stopped; member 552 i2c_imx->stopped = 0; in i2c_imx_bus_busy() 556 i2c_imx->stopped = 1; in i2c_imx_bus_busy() 733 if (!i2c_imx->stopped) { in i2c_imx_stop() 737 i2c_imx->stopped = 1; in i2c_imx_stop() 751 if (!i2c_imx->stopped) in i2c_imx_stop() 1033 i2c_imx->stopped = 1; in i2c_imx_isr_read_continue() 1324 i2c_imx->stopped = 1; in i2c_imx_dma_read() 1327 if (!i2c_imx->stopped) in i2c_imx_dma_read() 1454 i2c_imx->stopped = 1; in i2c_imx_atomic_read() [all …]
|
| /linux/net/tls/ |
| H A D | tls_strp.c | 18 if (strp->stopped) in tls_strp_abort_strp() 21 strp->stopped = 1; in tls_strp_abort_strp() 549 if (unlikely(strp->stopped) || strp->msg_ready) in tls_strp_check_rcv() 601 strp->stopped = 1; in tls_strp_stop() 624 WARN_ON(!strp->stopped); in tls_strp_done()
|