Searched refs:stopped (Results 26 - 50 of 149) sorted by relevance

123456

/linux-master/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 in struct:wdat_wdt
54 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
485 wdat->stopped = false;
490 wdat->stopped = true;
506 if (!wdat->stopped) {
/linux-master/drivers/usb/gadget/udc/
H A Dmv_udc.h211 stopped:1; /* stop bit is setted */ member in struct:mv_udc
232 unsigned stopped:1, member in struct:mv_ep
H A Dnet2272.c198 ep->stopped = 0;
349 unsigned stopped = ep->stopped; local
353 ep->stopped = 1;
377 ep->stopped = 1;
381 ep->stopped = stopped;
846 if (list_empty(&ep->queue) && !ep->stopped) {
914 ep->stopped = 1;
931 int stopped; local
[all...]
H A Dmv_udc_core.c211 unsigned char stopped = ep->stopped; variable
241 ep->stopped = 1;
248 ep->stopped = stopped;
511 ep->stopped = 0;
588 ep->stopped = 1;
777 int stopped, ret = 0; local
784 stopped = ep->stopped;
[all...]
H A Dgr_udc.c137 seq_printf(seq, " stopped = %d\n", ep->stopped);
362 * Must be called with dev->lock held and with !ep->stopped.
404 * Must be called with dev->lock held, irqs disabled and with !ep->stopped.
623 if (!ep->dma_start && likely(!ep->stopped))
655 ep->stopped = 1;
677 ep->stopped = 1;
732 ep->stopped = 1;
737 ep->stopped = 0;
1223 dev->epo[0].stopped
[all...]
H A Dat91_udc.c130 ep->stopped ? " stopped" : "");
261 unsigned stopped = ep->stopped; local
272 ep->stopped = 1;
276 ep->stopped = stopped;
458 ep->stopped = 1;
529 ep->stopped = 0;
640 if (list_empty(&ep->queue) && !ep->stopped) {
[all...]
H A Domap_udc.h149 unsigned stopped:1; member in struct:omap_ep
H A Dgr_udc.h147 unsigned stopped:1; member in struct:gr_ep
H A Dpxa25x_udc.h46 unsigned stopped : 1; member in struct:pxa25x_ep
/linux-master/net/tls/
H A Dtls_strp.c18 if (strp->stopped)
21 strp->stopped = 1;
540 if (unlikely(strp->stopped) || strp->msg_ready)
592 strp->stopped = 1;
610 /* strp must already be stopped so that tls_strp_recv will no longer be called.
615 WARN_ON(!strp->stopped);
/linux-master/drivers/auxdisplay/
H A Dht16k33.c79 bool stopped; member in struct:ht16k33_keypad
370 wait_event_timeout(keypad->wait, keypad->stopped,
372 if (keypad->stopped)
383 keypad->stopped = false;
394 keypad->stopped = true;
/linux-master/drivers/i2c/busses/
H A Di2c-imx.c208 int stopped; member in struct:imx_i2c_struct
494 i2c_imx->stopped = 0;
498 i2c_imx->stopped = 1;
668 if (!i2c_imx->stopped) {
672 i2c_imx->stopped = 1;
686 if (!i2c_imx->stopped)
1073 i2c_imx->stopped = 1;
1076 if (!i2c_imx->stopped)
1204 i2c_imx->stopped = 1;
1207 if (!i2c_imx->stopped)
[all...]
H A Di2c-gxp.c91 unsigned char stopped; member in struct:gxp_i2c_drvdata
370 if (drvdata->stopped == 0)
374 drvdata->stopped = 1;
377 drvdata->stopped = 0;
/linux-master/drivers/input/touchscreen/
H A Dads7846.c133 bool stopped; /* P: lock */ member in struct:ads7846
243 ts->stopped = true;
259 ts->stopped = false;
918 while (!ts->stopped && get_pendown_state(ts)) {
923 if (!ts->stopped)
926 wait_event_timeout(ts->wait, ts->stopped,
930 if (ts->pendown && !ts->stopped)
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.c321 bool stopped; local
324 stopped = pipe->state == VSP1_PIPELINE_STOPPED;
327 return stopped;
/linux-master/arch/s390/kvm/
H A Dsigp.c23 const bool stopped = kvm_s390_test_cpuflags(dst_vcpu, CPUSTAT_STOPPED); local
28 if (!stopped && !ext_call_pending)
34 if (stopped)
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_entity.c147 entity->stopped)
246 entity->stopped = true;
602 if (entity->stopped) {
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddma.h152 /* Boolean. Is this ring stopped at ieee80211 level? */
153 bool stopped; member in struct:b43legacy_dmaring
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dpio.h83 /* True, if the mac80211 queue was stopped due to overflow at TX. */
84 bool stopped; member in struct:b43_pio_txqueue
/linux-master/drivers/misc/ibmasm/
H A Dibmasm.h131 unsigned int stopped; member in struct:reverse_heartbeat
/linux-master/drivers/net/ethernet/amd/
H A D7990.c629 int stopped; local
631 stopped = netif_queue_stopped(dev);
632 if (!stopped)
651 if (!stopped)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dwmi.h160 bool stopped; member in struct:wmi
/linux-master/drivers/usb/serial/
H A Dgeneric.c374 bool stopped = false; local
394 dev_dbg(&port->dev, "%s - urb stopped: %d\n",
396 stopped = true;
399 dev_err(&port->dev, "%s - urb stopped: %d\n",
401 stopped = true;
424 if (stopped)
456 dev_dbg(&port->dev, "%s - urb stopped: %d\n",
460 dev_err_console(port, "%s - urb stopped: %d\n",
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.h118 bool stopped; member in struct:plfxlc_usb_tx
/linux-master/include/net/
H A Dstrparser.h92 u32 stopped : 1; member in struct:strparser

Completed in 419 milliseconds

123456