Searched defs:stopped (Results 1 - 25 of 58) sorted by relevance

123

/drivers/staging/ozwpan/
H A Dozusbsvc.h20 int stopped; member in struct:oz_usb_ctx
/drivers/input/keyboard/
H A Dmatrix_keypad.c39 bool stopped; member in struct:matrix_keypad
184 if (unlikely(keypad->scan_pending || keypad->stopped))
201 keypad->stopped = false;
217 keypad->stopped = true;
416 keypad->stopped = true;
H A Dsamsung-keypad.c74 bool stopped; member in struct:samsung_keypad
173 wait_event_timeout(keypad->wait, keypad->stopped,
176 } while (key_down && !keypad->stopped);
190 keypad->stopped = false;
212 keypad->stopped = true;
441 keypad->stopped = true;
553 if (keypad->stopped)
576 if (keypad->stopped)
/drivers/net/ethernet/amd/
H A D7990.c621 int stopped; local
623 stopped = netif_queue_stopped(dev);
624 if (!stopped)
643 if (!stopped)
H A Dam79c961a.c385 int i, stopped; local
389 stopped = read_rreg(dev->base_addr, CSR0) & CSR0_STOP;
391 if (!stopped) {
418 if (!stopped) {
/drivers/net/wireless/b43/
H A Dpio.h82 /* True, if the mac80211 queue was stopped due to overflow at TX. */
83 bool stopped; member in struct:b43_pio_txqueue
/drivers/i2c/busses/
H A Di2c-imx.c127 int stopped; member in struct:imx_i2c_struct
210 i2c_imx->stopped = 0;
221 if (!i2c_imx->stopped) {
236 if (!i2c_imx->stopped) {
238 i2c_imx->stopped = 1;
379 i2c_imx->stopped = 1;
/drivers/input/touchscreen/
H A Dtsc2007.c81 bool stopped; member in struct:tsc2007
174 while (!ts->stopped && tsc2007_is_pen_down(ts)) {
211 wait_event_timeout(ts->wait, ts->stopped,
242 ts->stopped = true;
254 ts->stopped = false;
H A Dauo-pixcir-ts.c120 bool stopped; member in struct:auo_pixcir_ts
189 while (!ts->stopped) {
207 wait_event_timeout(ts->wait, ts->stopped,
250 wait_event_timeout(ts->wait, ts->stopped,
361 ts->stopped = false;
390 ts->stopped = true;
563 ts->stopped = true;
H A Dads7846.c135 bool stopped; /* P: lock */ member in struct:ads7846
206 ts->stopped = true;
218 ts->stopped = false;
884 while (!ts->stopped && get_pendown_state(ts)) {
889 if (!ts->stopped)
892 wait_event_timeout(ts->wait, ts->stopped,
/drivers/misc/ibmasm/
H A Dibmasm.h142 unsigned int stopped; member in struct:reverse_heartbeat
/drivers/usb/host/
H A Dehci-q.c313 int stopped; local
333 stopped = (state == QH_STATE_IDLE);
343 * if queue is stopped, handles unlinks.
418 stopped = 1;
432 stopped = 1;
436 } else if (likely (!stopped
442 stopped = 1;
506 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
549 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) {
556 * stopped th
1266 bool stopped; local
[all...]
/drivers/net/
H A Dnetconsole.c310 nt->enabled ? "started" : "stopped");
622 bool stopped = false; local
654 stopped = true;
661 if (stopped) {
662 printk(KERN_INFO "netconsole: network logging stopped on "
/drivers/net/wireless/ath/ath9k/
H A Dwmi.h152 bool stopped; member in struct:wmi
H A Drecv.c513 bool stopped, reset = false; local
518 stopped = ath9k_hw_stopdmarecv(ah, &reset);
527 unlikely(!stopped)) {
531 ATH_DBG_WARN_ON_ONCE(!stopped);
533 return stopped && !reset;
/drivers/net/wireless/b43legacy/
H A Ddma.h151 /* Boolean. Is this ring stopped at ieee80211 level? */
152 bool stopped; member in struct:b43legacy_dmaring
/drivers/scsi/bfa/
H A Dbfa_cs.h69 u32 stopped; member in struct:bfa_trc_mod_s
100 trcm->head = trcm->tail = trcm->stopped = 0;
107 trcm->stopped = 1;
116 if (trcm->stopped)
136 if (trcm->stopped)
/drivers/usb/gadget/
H A Dat91_udc.h104 unsigned stopped:1; member in struct:at91_ep
H A Dgoku_udc.c178 ep->stopped = 0;
238 ep->stopped = 1;
303 unsigned stopped = ep->stopped; local
325 ep->stopped = 1;
329 ep->stopped = stopped;
379 dev->ep[0].stopped = 1;
485 ep->stopped = 1;
534 // return: 0 = q running, 1 = q stopped, negativ
[all...]
H A Dnet2280.h102 stopped : 1, member in struct:net2280_ep
116 ep->stopped = 1;
H A Dpxa25x_udc.h52 unsigned stopped : 1; member in struct:pxa25x_ep
H A Dat91_udc.c115 ep->stopped ? " stopped" : "");
258 unsigned stopped = ep->stopped; local
269 ep->stopped = 1;
273 ep->stopped = stopped;
455 ep->stopped = 1;
526 ep->stopped = 0;
639 if (list_empty(&ep->queue) && !ep->stopped) {
[all...]
H A Dimx_udc.h42 unsigned char stopped; member in struct:imx_ep_struct
/drivers/net/irda/
H A Ddonauboe.h331 int stopped; /*Stopped by some or other APM stuff */ member in struct:toshoboe_cb
/drivers/net/wireless/zd1211rw/
H A Dzd_usb.h204 * @stopped: indicates whether higher level tx queues are stopped
213 u8 stopped:1, watchdog_enabled:1; member in struct:zd_usb_tx

Completed in 1037 milliseconds

123