Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 191 of 191) sorted by relevance

/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt16 nowayout: Watchdog cannot be stopped once started
23 nowayout: Watchdog cannot be stopped once started
28 nowayout: Watchdog cannot be stopped once started
35 nowayout: Watchdog cannot be stopped once started
45 nowayout: Watchdog cannot be stopped once started
50 nowayout: Watchdog cannot be stopped once started
55 nowayout: Watchdog cannot be stopped once started
60 nowayout: Watchdog cannot be stopped once started
65 nowayout: Watchdog cannot be stopped once started
83 nowayout: Watchdog cannot be stopped once started
[all …]
Dwdt.txt29 nowayout Watchdog cannot be stopped once started (kernel
Dwatchdog-kernel-api.txt133 * stop: with this routine the watchdog timer device is being stopped.
136 Some watchdog timer hardware can only be started and not be stopped. The
/linux-4.4.14/drivers/misc/ibmasm/
Dr_heartbeat.c52 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat()
81 rhb->stopped, in ibmasm_start_reverse_heartbeat()
84 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat()
90 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat()
97 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
Dibmasm.h142 unsigned int stopped; member
/linux-4.4.14/drivers/input/touchscreen/
Dda9052_tsi.c30 bool stopped; member
44 if (!tsi->stopped) { in da9052_ts_pendwn_irq()
112 if (!tsi->stopped) { in da9052_ts_pen_work()
194 tsi->stopped = false; in da9052_ts_input_open()
209 tsi->stopped = true; in da9052_ts_input_close()
250 tsi->stopped = true; in da9052_ts_probe()
Dauo-pixcir-ts.c123 bool stopped; member
191 while (!ts->stopped) { in auo_pixcir_interrupt()
209 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt()
252 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()
567 ts->stopped = true; in auo_pixcir_probe()
Ducb1400_ts.c202 while (!ucb->stopped && !(penup = ucb1400_ts_pen_up(ucb))) { in ucb1400_irq()
212 wait_event_timeout(ucb->ts_wait, ucb->stopped, in ucb1400_irq()
218 if (!ucb->stopped) { in ucb1400_irq()
230 ucb->stopped = true; in ucb1400_ts_stop()
243 ucb->stopped = false; in ucb1400_ts_start()
Dtsc2007.c87 bool stopped; member
180 while (!ts->stopped && tsc2007_is_pen_down(ts)) { in tsc2007_soft_irq()
217 wait_event_timeout(ts->wait, ts->stopped, ts->poll_period); in tsc2007_soft_irq()
247 ts->stopped = true; in tsc2007_stop()
259 ts->stopped = false; in tsc2007_open()
Dads7846.c136 bool stopped; /* P: lock */ member
207 ts->stopped = true; in ads7846_stop()
219 ts->stopped = false; in ads7846_restart()
862 while (!ts->stopped && get_pendown_state(ts)) { in ads7846_irq()
867 if (!ts->stopped) in ads7846_irq()
870 wait_event_timeout(ts->wait, ts->stopped, in ads7846_irq()
/linux-4.4.14/drivers/input/keyboard/
Dsamsung-keypad.c72 bool stopped; member
167 wait_event_timeout(keypad->wait, keypad->stopped, in samsung_keypad_irq()
170 } while (key_down && !keypad->stopped); in samsung_keypad_irq()
184 keypad->stopped = false; in samsung_keypad_start()
206 keypad->stopped = true; in samsung_keypad_stop()
387 keypad->stopped = true; in samsung_keypad_probe()
476 if (keypad->stopped) in samsung_keypad_runtime_suspend()
499 if (keypad->stopped) in samsung_keypad_runtime_resume()
Dmatrix_keypad.c40 bool stopped; member
186 if (unlikely(keypad->scan_pending || keypad->stopped)) in matrix_keypad_interrupt()
203 keypad->stopped = false; in matrix_keypad_start()
219 keypad->stopped = true; in matrix_keypad_stop()
499 keypad->stopped = true; in matrix_keypad_probe()
/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c-hsudc.c115 u8 stopped; member
248 unsigned int stopped = hsep->stopped; in s3c_hsudc_complete_request() local
259 hsep->stopped = 1; in s3c_hsudc_complete_request()
263 hsep->stopped = stopped; in s3c_hsudc_complete_request()
298 hsep->stopped = 1; in s3c_hsudc_stop_activity()
521 hsep->stopped = 1; in s3c_hsudc_set_halt()
524 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_set_halt()
609 reply = cpu_to_le16(hsep->stopped ? 1 : 0); in s3c_hsudc_process_req_status()
707 hsep->stopped = 0; in s3c_hsudc_handle_ep0_intr()
781 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_ep_enable()
[all …]
Dfsl_udc_core.c166 unsigned char stopped = ep->stopped; in done() local
197 ep->stopped = 1; in done()
204 ep->stopped = stopped; in done()
213 ep->stopped = 1; in nuke()
367 udc->stopped = 0; in dr_controller_run()
401 udc->stopped = 1; in dr_controller_stop()
601 ep->stopped = 0; in fsl_ep_enable()
668 ep->stopped = 1; in fsl_ep_disable()
931 int ep_num, stopped, ret = 0; in fsl_ep_dequeue() local
938 stopped = ep->stopped; in fsl_ep_dequeue()
[all …]
Dgoku_udc.c176 ep->stopped = 0; in goku_ep_enable()
235 ep->stopped = 1; in ep_reset()
299 unsigned stopped = ep->stopped; in done() local
321 ep->stopped = 1; in done()
325 ep->stopped = stopped; in done()
375 dev->ep[0].stopped = 1; in write_fifo()
481 ep->stopped = 1; in read_fifo()
757 if (list_empty(&ep->queue) && likely(!ep->stopped)) { in goku_queue()
794 ep->stopped = 1; in nuke()
841 if (ep->dma && ep->queue.next == &req->queue && !ep->stopped) { in goku_dequeue()
[all …]
Dnet2280.c238 ep->stopped = 0; in net2280_enable()
964 unsigned stopped = ep->stopped; in done() local
983 ep->stopped = 1; in done()
987 ep->stopped = stopped; in done()
1048 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue()
1204 if (ep->stopped) in restart_dma()
1229 ep->stopped = 1; in nuke()
1247 int stopped; in net2280_dequeue() local
1257 stopped = ep->stopped; in net2280_dequeue()
1261 ep->stopped = 1; in net2280_dequeue()
[all …]
Dmv_udc_core.c218 unsigned char stopped = ep->stopped; in done() local
248 ep->stopped = 1; in done()
255 ep->stopped = stopped; in done()
523 ep->stopped = 0; in mv_ep_enable()
601 ep->stopped = 1; in mv_ep_disable()
790 int stopped, ret = 0; in mv_ep_dequeue() local
797 stopped = ep->stopped; in mv_ep_dequeue()
800 ep->stopped = 1; in mv_ep_dequeue()
860 ep->stopped = stopped; in mv_ep_dequeue()
990 udc->stopped = 1; in udc_stop()
[all …]
Dnet2280.h110 stopped : 1, member
124 ep->stopped = 1; in allow_status()
136 ep->stopped = 1; in allow_status_338x()
Dnet2272.c212 ep->stopped = 0; in net2272_enable()
367 unsigned stopped = ep->stopped; in net2272_done() local
371 ep->stopped = 1; in net2272_done()
395 ep->stopped = 1; in net2272_done()
399 ep->stopped = stopped; in net2272_done()
864 if (list_empty(&ep->queue) && !ep->stopped) { in net2272_queue()
932 ep->stopped = 1; in net2272_dequeue_all()
949 int stopped; in net2272_dequeue() local
956 stopped = ep->stopped; in net2272_dequeue()
957 ep->stopped = 1; in net2272_dequeue()
[all …]
Dat91_udc.c134 ep->stopped ? " stopped" : ""); in proc_ep_show()
277 unsigned stopped = ep->stopped; in done() local
288 ep->stopped = 1; in done()
292 ep->stopped = stopped; in done()
474 ep->stopped = 1; in nuke()
545 ep->stopped = 0; in at91_ep_enable()
656 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue()
855 ep->stopped = 0; in udc_reinit()
877 ep->stopped = 1; in reset_gadget()
901 ep->stopped = 1; in stop_activity()
[all …]
Dmv_udc.h215 stopped:1; /* stop bit is setted */ member
236 unsigned stopped:1, member
Dgr_udc.c142 seq_printf(seq, " stopped = %d\n", ep->stopped); in gr_seq_ep_show()
644 if (!ep->dma_start && likely(!ep->stopped)) in gr_queue()
676 ep->stopped = 1; in gr_ep_nuke()
698 ep->stopped = 1; in gr_ep_reset()
753 ep->stopped = 1; in gr_ep_halt_wedge()
758 ep->stopped = 0; in gr_ep_halt_wedge()
1244 dev->epo[0].stopped = 0; in gr_udc_usbreset()
1245 dev->epi[0].stopped = 0; in gr_udc_usbreset()
1436 if (!ep->stopped && !ep->callback && !list_empty(&ep->queue)) in gr_irq_handler()
1443 if (!ep->stopped && !ep->callback && !list_empty(&ep->queue)) in gr_irq_handler()
[all …]
Dpxa25x_udc.c251 ep->stopped = 0; in pxa25x_ep_enable()
283 ep->stopped = 1; in pxa25x_ep_disable()
334 unsigned stopped = ep->stopped; in done() local
349 ep->stopped = 1; in done()
351 ep->stopped = stopped; in done()
672 if (list_empty(&ep->queue) && !ep->stopped) { in pxa25x_ep_queue()
1189 ep->stopped = 0; in udc_reinit()
1296 ep->stopped = 1; in reset_gadget()
1323 ep->stopped = 1; in stop_activity()
Dat91_udc.h104 unsigned stopped:1; member
Dnet2272.h442 stopped:1, member
567 ep->stopped = 1; in allow_status()
Dfsl_usb2_udc.h470 unsigned stopped:1; member
490 unsigned stopped:1; member
Dgr_udc.h151 unsigned stopped:1; member
Domap_udc.h148 unsigned stopped:1; member
Dpxa25x_udc.h51 unsigned stopped : 1; member
Domap_udc.c204 ep->stopped = 0; in omap_ep_enable()
295 unsigned stopped = ep->stopped; in done() local
316 ep->stopped = 1; in done()
320 ep->stopped = stopped; in done()
779 restart = !ep->stopped && !list_empty(&ep->queue); in dma_channel_claim()
926 } else if (list_empty(&ep->queue) && !ep->stopped && !ep->ackwait) { in omap_ep_queue()
1335 ep->stopped = 1; in nuke()
1539 ep0->stopped = 0; in ep0_irq()
Dfsl_qe_udc.c83 unsigned char stopped = ep->stopped; in done() local
118 ep->stopped = 1; in done()
125 ep->stopped = stopped; in done()
642 ep->stopped = 0; in qe_ep_init()
1635 ep->stopped = 1; in qe_ep_disable()
2432 ep->stopped = 1; in qe_ep_config()
Dgoku_udc.h215 stopped:1; member
Dfsl_qe_udc.h307 unsigned stopped:1; member
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_cs.h69 u32 stopped; member
100 trcm->head = trcm->tail = trcm->stopped = 0; in bfa_trc_init()
107 trcm->stopped = 1; in bfa_trc_stop()
116 if (trcm->stopped) in __bfa_trc()
136 if (trcm->stopped) in __bfa_trc32()
Dbfa_core.c215 bfa_fsm_state_decl(bfa_iocfc, stopped, struct bfa_iocfc_s, enum iocfc_event);
/linux-4.4.14/drivers/usb/host/
Dehci-timer.c222 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks() local
236 if (!stopped && (qh->unlink_cycle == in ehci_handle_start_intr_unlinks()
253 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks() local
268 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle) in ehci_handle_intr_unlinks()
Dehci-q.c292 int stopped; in qh_completions() local
308 stopped = (state == QH_STATE_IDLE); in qh_completions()
392 stopped = 1; in qh_completions()
406 stopped = 1; in qh_completions()
410 } else if (likely (!stopped in qh_completions()
416 stopped = 1; in qh_completions()
488 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions()
535 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) in qh_completions()
Dfotg210-hcd.c1220 bool stopped = (fotg210->rh_state < FOTG210_RH_RUNNING); in fotg210_handle_intr_unlinks() local
1233 if (!stopped && qh->unlink_cycle == fotg210->intr_unlink_cycle) in fotg210_handle_intr_unlinks()
2272 int stopped; in qh_completions() local
2292 stopped = (state == QH_STATE_IDLE); in qh_completions()
2378 stopped = 1; in qh_completions()
2392 stopped = 1; in qh_completions()
2396 } else if (likely(!stopped in qh_completions()
2402 stopped = 1; in qh_completions()
2467 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions()
2510 if (stopped != 0 || hw->hw_qtd_next == FOTG210_LIST_END(fotg210)) { in qh_completions()
[all …]
Doxu210hp-hcd.c986 int stopped; in qh_completions() local
1003 stopped = (state == QH_STATE_IDLE); in qh_completions()
1050 stopped = 1; in qh_completions()
1057 stopped = 1; in qh_completions()
1062 } else if (likely(!stopped && in qh_completions()
1067 stopped = 1; in qh_completions()
1113 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) { in qh_completions()
1146 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dwmi.c100 wmi->stopped = false; in ath9k_init_wmi()
120 wmi->stopped = true; in ath9k_deinit_wmi()
214 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx()
322 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
Dwmi.h160 bool stopped; member
Drecv.c479 bool stopped, reset = false; in ath_stoprecv() local
483 stopped = ath9k_hw_stopdmarecv(ah, &reset); in ath_stoprecv()
493 unlikely(!stopped)) { in ath_stoprecv()
498 return stopped && !reset; in ath_stoprecv()
Dxmit.c159 if (txq->stopped && in ath_txq_skb_done()
165 txq->stopped = false; in ath_txq_skb_done()
1881 txq->stopped = false; in ath_drain_all_txq()
1924 if (sc->cur_chan->stopped) in ath_txq_schedule()
2308 !txq->stopped) { in ath_tx_start()
2313 txq->stopped = true; in ath_tx_start()
2324 sc->cur_chan->stopped) && !txctl->force_channel) { in ath_tx_start()
Dath9k.h166 bool stopped; member
343 bool stopped; member
Dchannel.c1236 sc->cur_chan->stopped = true; in ath_chanctx_set_next()
1263 sc->cur_chan->stopped = false; in ath_chanctx_set_next()
Ddebug.c633 seq_printf(file, "%s: %d\n", "stopped", txq->stopped); in print_queue()
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt14 a) QCI stopped
15 Initialy, the QCI interface is stopped.
76 - "DMA: stop" means all 3 DMA channels are stopped
94 On the DMA irq of the last videobuffer, the QCI is stopped.
151 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!)
/linux-4.4.14/Documentation/accounting/
Dcgroupstats.txt25 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
27 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt26 a check of the DMA channel reports a "stopped channel", the transfer should
28 know if a channel is in running or stopped state.
79 If while new_link was created the DMA channel stopped, it is _not_
86 - then hot-chaining cannot happen, as the channel must be stopped, the
150 It should be noted that after tx3 is completed, the channel is stopped, and
Dclient.txt77 operation is explicitly stopped.
171 This causes all activity for the DMA channel to be stopped, and may
/linux-4.4.14/arch/ia64/hp/sim/
Dsimserial.c145 if (info->xmit.head == info->xmit.tail || tty->stopped) { in transmit_chars()
148 info->xmit.head, info->xmit.tail, tty->stopped); in transmit_chars()
182 if (info->xmit.head == info->xmit.tail || tty->stopped || in rs_flush_chars()
219 !tty->stopped) in rs_write()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Drun.c51 u32 stopped; in spu_stopped() local
53 stopped = SPU_STATUS_INVALID_INSTR | SPU_STATUS_SINGLE_STEP | in spu_stopped()
58 if (*stat & stopped) { in spu_stopped()
Dswitch.c244 u32 stopped; in save_spu_status() local
250 stopped = in save_spu_status()
253 if ((in_be32(&prob->spu_status_R) & stopped) == 0) in save_spu_status()
/linux-4.4.14/drivers/s390/block/
Ddasd.c1694 (!device->stopped)) { in dasd_int_handler()
1877 if (device->stopped) { in __dasd_device_is_unusable()
1878 if (device->stopped & mask) { in __dasd_device_is_unusable()
1929 if (device->stopped & ~(DASD_STOPPED_DC_WAIT | in __dasd_device_check_path_events()
2044 device->stopped |= bits; in dasd_device_set_stop_bits()
2050 device->stopped &= ~bits; in dasd_device_remove_stop_bits()
2051 if (!device->stopped) in dasd_device_remove_stop_bits()
2186 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on()
2200 generic_waitq, !(device->stopped)); in _dasd_sleep_on()
2207 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on()
[all …]
Ddasd_int.h447 int stopped; /* device (ccw_device_start) was stopped */ member
Ddasd_alias.c710 if ((alias_priv->count < private->count) && !alias_device->stopped && in dasd_alias_get_start_dev()
/linux-4.4.14/drivers/i2c/busses/
Di2c-imx.c207 int stopped; member
548 i2c_imx->stopped = 0; in i2c_imx_start()
560 if (!i2c_imx->stopped) { in i2c_imx_stop()
577 if (!i2c_imx->stopped) { in i2c_imx_stop()
579 i2c_imx->stopped = 1; in i2c_imx_stop()
740 i2c_imx->stopped = 1; in i2c_imx_dma_read()
863 i2c_imx->stopped = 1; in i2c_imx_read()
/linux-4.4.14/drivers/net/ethernet/amd/
D7990.c626 int stopped; in lance_set_multicast() local
628 stopped = netif_queue_stopped(dev); in lance_set_multicast()
629 if (!stopped) in lance_set_multicast()
648 if (!stopped) in lance_set_multicast()
Dam79c961a.c385 int i, stopped; in am79c961_setmulticastlist() local
389 stopped = read_rreg(dev->base_addr, CSR0) & CSR0_STOP; in am79c961_setmulticastlist()
391 if (!stopped) { in am79c961_setmulticastlist()
418 if (!stopped) { in am79c961_setmulticastlist()
/linux-4.4.14/drivers/net/irda/
Ddonauboe.c986 if (self->stopped) in toshoboe_hard_xmit()
1334 if (self->stopped) in toshoboe_net_open()
1380 if (!self->stopped) in toshoboe_net_close()
1477 if (!self->stopped) in toshoboe_close()
1681 if (!self || self->stopped) in toshoboe_gotosleep()
1694 self->stopped = 1; in toshoboe_gotosleep()
1707 if (!self || !self->stopped) in toshoboe_wakeup()
1716 self->stopped = 0; in toshoboe_wakeup()
Ddonauboe.h331 int stopped; /*Stopped by some or other APM stuff */ member
/linux-4.4.14/drivers/net/wireless/b43/
Dpio.c542 q->stopped = true; in b43_pio_tx()
569 q->stopped = true; in b43_pio_tx()
602 if (q->stopped) { in b43_pio_handle_txstatus()
604 q->stopped = false; in b43_pio_handle_txstatus()
Dpio.h83 bool stopped; member
Ddma.h258 bool stopped; member
Ddma.c318 B43_WARN_ON(ring->stopped); in request_slot()
1424 if (unlikely(ring->stopped)) { in b43_dma_tx()
1466 ring->stopped = true; in b43_dma_tx()
1623 if (ring->stopped) { in b43_dma_handle_txstatus()
1625 ring->stopped = false; in b43_dma_handle_txstatus()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Ddma.h152 bool stopped; member
Ddma.c179 B43legacy_WARN_ON(ring->stopped); in request_slot()
1142 if (unlikely(ring->stopped)) { in b43legacy_dma_tx()
1178 ring->stopped = true; in b43legacy_dma_tx()
1286 if (ring->stopped) { in b43legacy_dma_handle_txstatus()
1288 ring->stopped = false; in b43legacy_dma_handle_txstatus()
/linux-4.4.14/include/linux/
Ducb1400.h100 bool stopped; member
Dserial_core.h400 if (tty->stopped || port->hw_stopped) in uart_tx_stopped()
Dtty.h287 unsigned long stopped:1, /* flow_lock */ member
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c619 dev->thread.stopped = 1; in tvaudio_thread()
863 dev->thread.stopped = 1; in tvaudio_thread_ddep()
1052 if (dev->thread.thread && !dev->thread.stopped) in saa7134_tvaudio_fini()
1069 if (!dev->insuspend && !dev->thread.stopped) in saa7134_tvaudio_do_scan()
Dsaa7134.h457 unsigned int stopped; member
/linux-4.4.14/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot83 CommTrouble -> Unconnected [label="receiver thread is stopped" ]
/linux-4.4.14/Documentation/input/
Dnotifier.txt23 order to "eat" the event: the notify loop is stopped and the keyboard event is
Dff.txt187 Normally, the effect is not stopped and restarted. However, depending on the
214 FF_STATUS_STOPPED The effect stopped playing
Damijoy.txt132 addresses is shown below. The counters are stopped by signals
Datarikbd.txt377 The output is stopped only at the end of the current 'even'. If the PAUSE
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dtx.c1214 bool stopped = !!wl->queue_stop_reasons[hwq]; in wlcore_stop_queue_locked() local
1219 if (stopped) in wlcore_stop_queue_locked()
1302 bool stopped; in wlcore_is_queue_stopped_by_reason() local
1305 stopped = wlcore_is_queue_stopped_by_reason_locked(wl, wlvif, queue, in wlcore_is_queue_stopped_by_reason()
1309 return stopped; in wlcore_is_queue_stopped_by_reason()
/linux-4.4.14/drivers/net/
Dnetconsole.c709 bool stopped = false; in netconsole_netdev_event() local
738 stopped = true; in netconsole_netdev_event()
746 if (stopped) { in netconsole_netdev_event()
/linux-4.4.14/Documentation/usb/
Dwusb-cbaf91 echo I: stopped host $(basename $dev) >&2
Dpower-management.txt768 some external factor indicates the user has stopped interacting with the
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_usb.h212 u8 stopped:1, watchdog_enabled:1; member
Dzd_usb.c929 tx->stopped = 0; in zd_usb_enable_tx()
940 if (tx->stopped && tx->submitted_urbs <= ZD_USB_TX_LOW) { in tx_dec_submitted_urbs()
942 tx->stopped = 0; in tx_dec_submitted_urbs()
954 if (!tx->stopped && tx->submitted_urbs > ZD_USB_TX_HIGH) { in tx_inc_submitted_urbs()
956 tx->stopped = 1; in tx_inc_submitted_urbs()
1202 tx->stopped = 0; in init_usb_tx()
/linux-4.4.14/Documentation/networking/
Dcxacru.txt8 so it had no effect on the device configuration. Fixing it could have stopped
Dmultiqueue.txt41 associated with the band is not stopped prior to dequeuing a packet.
Dopenvswitch.txt49 headers but userspace stopped at the Ethernet type (because it
56 the kernel stopped at the Ethernet type, then userspace can
165 the 802.1Q TPID (0x8100) as the Ethertype then stopped parsing the
Dnfc.txt98 All polling operations requested through one netlink socket are stopped when
Dpktgen.txt102 started: 623913381008us stopped: 623913396439us idle: 25us
127 for continuous sends until explicitly stopped.
Dspider_net.txt128 stopped. However, once the hardware has decided that a certain
189 is full, the netdev is stopped. When there is room in the ring,
Dppp_generic.txt154 function with the queue stopped, i.e. when the generic layer has
Dcan.txt1143 A CAN network device is started or stopped as usual with the command
/linux-4.4.14/drivers/tty/serial/
D68328serial.c322 if ((info->xmit_cnt <= 0) || !tty || tty->stopped) { in transmit_chars()
633 if (info->xmit_cnt <= 0 || tty->stopped || !info->xmit_buf) {
699 if (info->xmit_cnt && !tty->stopped) {
Dcrisv10.c1753 if (info->port.tty->stopped) { in handle_all_descr_data()
2403 if (info->port.tty->stopped) in handle_ser_tx_interrupt()
2417 || info->port.tty->stopped) { in handle_ser_tx_interrupt()
2419 info->port.tty->stopped)); in handle_ser_tx_interrupt()
2936 tty->stopped || in rs_flush_chars()
3008 !tty->stopped && in rs_raw_write()
3141 if (tty->stopped) in rs_send_xchar()
4017 if (info->port.tty->stopped) in seq_line_info()
4019 (int)info->port.tty->stopped); in seq_line_info()
Dsh-sci.c710 unsigned int stopped = uart_tx_stopped(port); in sci_transmit_chars() local
734 } else if (!uart_circ_empty(xmit) && !stopped) { in sci_transmit_chars()
/linux-4.4.14/drivers/dma/
Dcoh901318.c1294 int stopped; member
1710 cohc->stopped = 1; in coh901318_pause()
1728 cohc->stopped = 1; in coh901318_pause()
1750 if (cohc->stopped) { in coh901318_resume()
1760 cohc->stopped = 0; in coh901318_resume()
2430 if (ret == DMA_IN_PROGRESS && cohc->stopped) in coh901318_tx_status()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_msgq.c51 bfa_fsm_state_decl(cmdq, stopped, struct bfa_msgq_cmdq, enum cmdq_event);
330 bfa_fsm_state_decl(rspq, stopped, struct bfa_msgq_rspq, enum rspq_event);
Dbna_enet.c502 bfa_fsm_state_decl(bna_ethport, stopped, struct bna_ethport,
900 bfa_fsm_state_decl(bna_enet, stopped, struct bna_enet,
1372 bfa_fsm_state_decl(bna_ioceth, stopped, struct bna_ioceth,
Dbna_tx_rx.c60 bfa_fsm_state_decl(bna_rxf, stopped, struct bna_rxf,
1313 bfa_fsm_state_decl(bna_rx, stopped,
2793 bfa_fsm_state_decl(bna_tx, stopped, struct bna_tx, enum bna_tx_event);
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-led-flash27 is stopped after this period of time has passed from the start
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_int.h236 bool stopped; member
Dvmxnet3_defs.h523 bool stopped; member
Dvmxnet3_drv.c105 return tq->stopped; in vmxnet3_tq_stopped()
112 tq->stopped = false; in vmxnet3_tq_start()
120 tq->stopped = false; in vmxnet3_tq_wake()
128 tq->stopped = true; in vmxnet3_tq_stop()
194 if (adapter->tqd_start[i].status.stopped) in vmxnet3_process_events()
200 if (adapter->rqd_start[i].status.stopped) in vmxnet3_process_events()
2679 tq->stopped = true; in vmxnet3_create_queues()
Dvmxnet3_ethtool.c408 buf[j++] = tq->stopped; in vmxnet3_get_regs()
/linux-4.4.14/Documentation/pti/
Dpti_intel_mid.txt87 // First make sure data through the ldiscs has stopped.
/linux-4.4.14/Documentation/networking/caif/
DREADME58 - 0x20 - tty->stopped is on.
/linux-4.4.14/Documentation/DocBook/
Drapidio.xml.db106 API-rio-clr-err-stopped
D80211.xml.db133 API-ieee80211-queue-stopped
Dnetworking.xml.db407 API-netif-queue-stopped
417 API---netif-subqueue-stopped
Ddevice-drivers.xml.db151 API-wait-task-stopped
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc.h367 int32_t stopped; /* HBA has not been restarted since last ERATT */ member
1064 phba->pport->stopped = 1; in lpfc_sli_read_hs()
Dlpfc_sli.c3826 phba->pport->stopped = 1; in lpfc_reset_barrier()
3850 phba->pport->stopped) in lpfc_reset_barrier()
3880 phba->pport->stopped = 1; in lpfc_reset_barrier()
3972 phba->pport->stopped = 1; in lpfc_sli_brdkill()
4165 phba->pport->stopped = 0; in lpfc_sli_brdrestart_s3()
4212 phba->pport->stopped = 0; in lpfc_sli_brdrestart_s4()
Dlpfc_bsg.c4681 if (phba->pport->stopped && in lpfc_bsg_issue_mbox()
Dlpfc_hbadisc.c580 = (phba->pport->stopped) in lpfc_work_list_done()
/linux-4.4.14/drivers/tty/
Dpty.c110 if (tty->stopped) in pty_write()
133 if (tty->stopped) in pty_write_room()
Drocket.c448 if (tty->stopped) in rp_do_transmit()
1553 if (!tty->stopped && info->xmit_fifo_room == 0) in rp_put_char()
1556 if (tty->stopped || info->xmit_fifo_room == 0 || info->xmit_cnt != 0) { in rp_put_char()
1597 if (!tty->stopped && info->xmit_fifo_room < count) in rp_write()
1604 if (!tty->stopped && info->xmit_cnt == 0 && info->xmit_fifo_room > 0) { in rp_write()
1652 if ((retval > 0) && !tty->stopped) in rp_write()
Dn_tty.c1297 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_special()
1408 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_inline()
1436 if (tty->stopped && !tty->flow_stopped && I_IXON(tty) && I_IXANY(tty)) { in n_tty_receive_char_fast()
1462 (tty->stopped && !tty->flow_stopped && I_IXANY(tty) && in n_tty_receive_char_closing()
Disicom.c446 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx()
973 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped) in isicom_write()
1010 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in isicom_flush_chars()
Dtty_io.c976 if (tty->stopped) in __stop_tty()
978 tty->stopped = 1; in __stop_tty()
1007 if (!tty->stopped || tty->flow_stopped) in __start_tty()
1009 tty->stopped = 0; in __start_tty()
1282 int was_stopped = tty->stopped; in tty_send_xchar()
Damiserial.c350 || info->tport.tty->stopped in transmit_chars()
832 || tty->stopped in rs_flush_chars()
879 && !tty->stopped in rs_write()
Dmxser.c1127 if (info->xmit_cnt && !tty->stopped) { in mxser_write()
1158 if (!tty->stopped) { in mxser_put_char()
1178 if (info->xmit_cnt <= 0 || tty->stopped || !info->port.xmit_buf || in mxser_flush_chars()
1961 tty->stopped = 0; in mxser_set_termios()
2180 if (port->xmit_cnt <= 0 || tty->stopped || in mxser_transmit_chars()
Dmoxa.c1239 if (tty->stopped) in moxa_write_room()
1392 if (test_bit(LOWWAIT, &p->statusflags) && !tty->stopped && in moxa_poll_port()
Dsynclinkmp.c977 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in write()
1157 if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped || in flush_chars()
2269 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
2324 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txrdy()
Dcyclades.c638 if (tty->stopped || tty->hw_stopped) { in cyy_chip_tx()
1805 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) in cy_write()
1863 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in cy_flush_chars()
Dsynclink.c1262 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_status()
1409 if (info->port.tty->stopped || info->port.tty->hw_stopped) { in mgsl_isr_transmit_data()
2063 if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || in mgsl_flush_chars()
2203 if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) { in mgsl_write()
Dsynclink_gt.c833 if (!count || tty->stopped || tty->hw_stopped) in write()
954 if (info->tx_count <= 0 || tty->stopped || in flush_chars()
2331 if (info->port.tty && (info->port.tty->stopped || info->port.tty->hw_stopped)) { in isr_txeom()
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.c520 bool stopped; in vsp1_pipeline_stopped() local
523 stopped = pipe->state == VSP1_PIPELINE_STOPPED, in vsp1_pipeline_stopped()
526 return stopped; in vsp1_pipeline_stopped()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dab8500.txt48 : VBUS_OVV : : Overvoltage on Vbus ball detected (USB charge is stopped)
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c519 int stopped = !!(rq_state & RQ_STOP); in mgc_requeue_thread() local
568 if (likely(!stopped)) in mgc_requeue_thread()
579 if (unlikely(stopped)) { in mgc_requeue_thread()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den.h254 u64 stopped; member
Den_tx.c276 sq->stats.stopped++; in mlx5e_sq_xmit()
Den_main.c168 s->tx_queue_stopped += sq_stats->stopped; in mlx5e_update_stats()
/linux-4.4.14/drivers/media/usb/gspca/
Dov519.c105 u8 stopped; /* Streaming is temporarily paused */ member
2497 sd->stopped = 1; in ov51x_stop()
2528 if (!sd->stopped) in ov51x_restart()
2530 sd->stopped = 0; in ov51x_restart()
3140 sd->stopped = 1; in ovfx2_configure()
Dw996Xcf.c351 sd->stopped = 1; in w9968cf_configure()
/linux-4.4.14/Documentation/sound/alsa/soc/
DDPCM.txt376 DAI links. The DAI links will be started when the FE PCM is started and stopped
377 when the FE PCM is stopped. Note that the FE PCM cannot read or write data in
Ddapm.txt39 stopped respectively. e.g. aplay, arecord.
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt214 Per-CPU kernel threads are started/stopped upon receiving
288 Tasks: 197 total, 1 running, 196 sleeping, 0 stopped, 0 zombie
/linux-4.4.14/drivers/net/caif/
Dcaif_serial.c90 ser->tty->stopped << 5 | in update_tty_status()
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt6 be started/stopped by the batch job management system. It also provides
Dmemory.txt768 Then, stopped tasks will work again.
773 be stopped.)
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c1209 bool stopped; in exynos_dsi_transfer() local
1218 stopped = list_empty(&dsi->transfer_list); in exynos_dsi_transfer()
1223 if (stopped) in exynos_dsi_transfer()
/linux-4.4.14/drivers/md/bcache/
Dsuper.c2013 bool stopped = false; in bcache_reboot() local
2036 stopped = list_empty(&bch_cache_sets) && in bcache_reboot()
2039 if (timeout < 0 || stopped) in bcache_reboot()
2052 if (stopped) in bcache_reboot()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c166 bool stopped; in ath6kl_cfg80211_sscan_disable() local
168 stopped = __ath6kl_cfg80211_sscan_stop(vif); in ath6kl_cfg80211_sscan_disable()
170 if (!stopped) in ath6kl_cfg80211_sscan_disable()
3353 bool stopped; in ath6kl_cfg80211_sscan_stop() local
3355 stopped = __ath6kl_cfg80211_sscan_stop(vif); in ath6kl_cfg80211_sscan_stop()
3357 if (!stopped) in ath6kl_cfg80211_sscan_stop()
/linux-4.4.14/Documentation/powerpc/
Deeh-pci-error-recovery.txt175 This last call causes the device driver for the card to be stopped,
310 is impossible, because I/O has already been stopped. Thus,
Dfirmware-assisted-dump.txt23 started/stopped through /sys/kernel/fadump_registered interface (see
/linux-4.4.14/scripts/
Dspelling.txt934 stoped||stopped
935 stoppped||stopped
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h396 int stopped; member
Dmr.c362 if (cache->stopped) in __cache_work_func()
621 dev->cache.stopped = 1; in mlx5_mr_cache_cleanup()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1511 int stopped; in ipoib_neigh_hash_uninit() local
1518 stopped = test_and_set_bit(IPOIB_STOP_NEIGH_GC, &priv->flags); in ipoib_neigh_hash_uninit()
1519 if (!stopped) in ipoib_neigh_hash_uninit()
/linux-4.4.14/arch/ia64/kernel/
Dptrace.c629 int stopped = 0; in ptrace_attach_sync_user_rbs() local
647 stopped = 1; in ptrace_attach_sync_user_rbs()
653 if (!stopped) in ptrace_attach_sync_user_rbs()
/linux-4.4.14/Documentation/acpi/
Dmethod-tracing.txt30 detailed logging when the control method evaluation is stopped.
/linux-4.4.14/Documentation/hwmon/
Dpc8736098 that the fan is stopped, and 255 meaning that the fan goes at full speed.
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dns83820.c1068 int stopped = 0; local
1109 stopped = 1;
1182 if (stopped && (dev->tx_done_idx != tx_done_idx) && start_tx_okay(dev))
/linux-4.4.14/drivers/net/wireless/mwifiex/
DREADME115 tx queue "stopped" | "started"
/linux-4.4.14/Documentation/power/
Dcharger-manager.txt195 charger-pulled-out, charger-inserted, DCIN-over/under-voltage, charger-stopped,
Dswsusp.txt240 user processes are stopped
261 …user processes are stopped (in common case there are none, but with resume-from-initrd, no one kno…
Ddevices.txt374 At the end of these phases, drivers should have stopped all I/O transactions
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt97 feature cannot be stopped. If the debug feature is already stopped, it
DDebugging390.txt1118 We have stopped at a breakpoint
/linux-4.4.14/Documentation/filesystems/
Dspufs.txt334 0x02 SPU was stopped by stop-and-signal.
336 0x04 SPU was stopped by halt.
Dfuse.txt281 filesystem could be stopped, and thus causing the system
Dproc.txt216 T is traced or stopped)
284 uninterruptible wait, Z is zombie, T is traced or stopped)
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c990 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_done()
1010 if (tty && (tty->stopped || tty->hw_stopped)) { in tx_ready()
1537 if (info->tx_count <= 0 || tty->stopped || in mgslpc_flush_chars()
1606 if (info->tx_count && !tty->stopped && !tty->hw_stopped) { in mgslpc_write()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.c1886 int stopped; in gfar_halt_nodisable() local
1900 while (!(stopped = gfar_is_dma_stopped(priv)) && timeout) { in gfar_halt_nodisable()
1906 stopped = gfar_is_dma_stopped(priv); in gfar_halt_nodisable()
1908 if (!stopped && !gfar_is_rx_dma_stopped(priv) && in gfar_halt_nodisable()
/linux-4.4.14/Documentation/trace/
Dcoresight.txt230 Trace collection is stopped the same way:
/linux-4.4.14/Documentation/hid/
Duhid.txt141 This is sent when the HID device is stopped. Consider this as an answer to
/linux-4.4.14/drivers/scsi/
Dscsi_debug.c595 char stopped; /* TODO: should be atomic */ member
892 if ((UAS_TUR == uas_only) && devip->stopped) { in check_readiness()
1500 if (start == devip->stopped) in resp_start_stop()
1501 devip->stopped = !start; in resp_start_stop()
5247 if ((F_M_ACCESS & flags) && devip->stopped) { in scsi_debug_queuecommand()
/linux-4.4.14/drivers/mmc/card/
Dsdio_uart.c448 tty->stopped || tty->hw_stopped) { in sdio_uart_transmit_chars()
/linux-4.4.14/Documentation/RCU/
Drcubarrier.txt156 55 rcu_torture_stats_print(); /* -After- the stats thread is stopped! */
Dtrace.txt208 "S" The kernel thread is stopped, in other words, all
465 "S" The kernel thread is stopped, in other words, all
/linux-4.4.14/net/core/
Dpktgen.c536 ktime_t stopped; in pktgen_if_show() local
698 stopped = pkt_dev->running ? ktime_get() : pkt_dev->stopped_at; in pktgen_if_show()
710 (unsigned long long) ktime_to_us(stopped), in pktgen_if_show()
/linux-4.4.14/Documentation/serial/
Ddriver139 Transmit a high priority character, even if the port is stopped.
/linux-4.4.14/arch/cris/arch-v10/drivers/
Dsync_serial.c378 IO_STATE(R_SYNC_SERIAL1_CTRL, clk_halt, stopped) | in initialize_port()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c503 if (tty->stopped) in fn_hold()
Dvt.c2222 while (!tty->stopped && count) { in do_con_write()
2790 if (tty->stopped) in con_write_room()
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt395 - There is no guarantee that interrupt delivery is stopped, that is,
Dpci.txt473 Once DMA is stopped, clean up streaming DMA first.
/linux-4.4.14/drivers/s390/char/
Dtty3270.c1599 for (i_msg = 0; !tty->stopped && i_msg < count; i_msg++) { in tty3270_do_write()
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt634 of the cache withdrawal process when it is stopped pending destruction of
/linux-4.4.14/Documentation/
Dmd.txt513 corresponding operation if it was stopped with 'idle'.
Dkernel-parameters.txt2486 the specified list of CPUs whose tick will be stopped
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq960 * If, by chance, we stopped before being able
1135 * hardware has actually stopped. Touching the DMA
Daic79xx.seq1781 * If, by chance, we stopped before being able
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1237 fan cannot be stopped or started with this command. This functionality
1271 scale of 0-255. 0 means fan stopped, 255 means highest normal
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx210 - Ensure the SCRIPTS processor is stopped while calibrating the
DChangeLog.lpfc1551 started by lpfc_online(). lpfc_offline() only stopped
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c1348 goto stopped; in sky2_rx_stop()
1351 stopped: in sky2_rx_stop()
/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.c737 while (!tty->stopped && !tty->hw_stopped && in fwtty_tx()
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt295 Also note that it's your responsibility to have stopped using a GPIO
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2439 of UML filesystems, as the UML can be stopped, then synced via 'sysrq
2493 to gdb which will leave it stopped at the beginning of start_kernel.
3099 The program being debugged stopped while in a function called from GDB.
/linux-4.4.14/drivers/watchdog/
DKconfig46 get killed. If you say Y here, the watchdog cannot be stopped once
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt1055 - KVM_MP_STATE_STOPPED: the vcpu is stopped [s390,arm/arm64]
2917 EBUSY: type is KVM_S390_SIGP_SET_PREFIX and vcpu is not stopped