Searched refs:stopped (Results 1 - 25 of 118) sorted by relevance

12345

/drivers/misc/ibmasm/
H A Dr_heartbeat.c52 rhb->stopped = 0;
81 rhb->stopped,
84 if (signal_pending(current) || rhb->stopped) {
90 rhb->stopped = 0;
97 rhb->stopped = 1;
H A Dibmasm.h142 unsigned int stopped; member in struct:reverse_heartbeat
/drivers/staging/ozwpan/
H A Dozusbsvc.h20 int stopped; member in struct:oz_usb_ctx
H A Dozusbsvc.c71 usb_ctx->stopped = 0;
114 * This is called when the USB service is stopped or paused for a PD.
134 usb_ctx->stopped = 1;
137 * which claims a reference. Since stopped = 1 no one else
147 oz_dbg(ON, "USB service stopped\n");
198 if (usb_ctx->stopped)
/drivers/staging/unisys/uislib/
H A Duisthread.c64 int stopped = 0; local
77 stopped = 1;
81 if (stopped) {
82 LOGINF("uisthread_stop stopped id:%d\n", thrinfo->id);
/drivers/input/touchscreen/
H A Dda9052_tsi.c30 bool stopped; member in struct:da9052_tsi
44 if (!tsi->stopped) {
112 if (!tsi->stopped) {
194 tsi->stopped = false;
209 tsi->stopped = true;
250 tsi->stopped = true;
H A Dtsc2007.c87 bool stopped; member in struct:tsc2007
180 while (!ts->stopped && tsc2007_is_pen_down(ts)) {
217 wait_event_timeout(ts->wait, ts->stopped,
248 ts->stopped = true;
260 ts->stopped = false;
H A Ducb1400_ts.c202 while (!ucb->stopped && !(penup = ucb1400_ts_pen_up(ucb))) {
212 wait_event_timeout(ucb->ts_wait, ucb->stopped,
218 if (!ucb->stopped) {
230 ucb->stopped = true;
243 ucb->stopped = false;
H A Dauo-pixcir-ts.c123 bool stopped; member in struct:auo_pixcir_ts
191 while (!ts->stopped) {
209 wait_event_timeout(ts->wait, ts->stopped,
252 wait_event_timeout(ts->wait, ts->stopped,
363 ts->stopped = false;
392 ts->stopped = true;
574 ts->stopped = true;
/drivers/usb/host/
H A Dehci-timer.c222 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); local
236 if (!stopped && (qh->unlink_cycle ==
253 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); local
268 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle)
/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/input/keyboard/
H A Dsamsung-keypad.c72 bool stopped; member in struct:samsung_keypad
167 wait_event_timeout(keypad->wait, keypad->stopped,
170 } while (key_down && !keypad->stopped);
184 keypad->stopped = false;
206 keypad->stopped = true;
385 keypad->stopped = true;
474 if (keypad->stopped)
497 if (keypad->stopped)
H A Dmatrix_keypad.c40 bool stopped; member in struct:matrix_keypad
186 if (unlikely(keypad->scan_pending || keypad->stopped))
203 keypad->stopped = false;
219 keypad->stopped = true;
497 keypad->stopped = true;
/drivers/net/wireless/ath/ath9k/
H A Dwmi.c98 wmi->stopped = false;
117 wmi->stopped = true;
211 if (unlikely(wmi->stopped))
313 /* check if wmi stopped flag is set */
314 if (unlikely(wmi->stopped)) {
H A Dwmi.h152 bool stopped; member in struct:wmi
/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c106 * @stopped: Maintains state of endpoint, set if EP is halted.
115 u8 stopped; member in struct:s3c_hsudc_ep
248 unsigned int stopped = hsep->stopped; local
259 hsep->stopped = 1;
263 hsep->stopped = stopped;
284 * @hsudc: Device controller for which EP activity is to be stopped.
286 * All the endpoints are stopped and any pending transfer requests if any on
298 hsep->stopped
[all...]
H A Dgoku_udc.c176 ep->stopped = 0;
235 ep->stopped = 1;
299 unsigned stopped = ep->stopped; local
321 ep->stopped = 1;
325 ep->stopped = stopped;
375 dev->ep[0].stopped = 1;
481 ep->stopped = 1;
530 // return: 0 = q running, 1 = q stopped, negativ
[all...]
H A Dfsl_udc_core.c166 unsigned char stopped = ep->stopped; variable
197 ep->stopped = 1;
204 ep->stopped = stopped;
213 ep->stopped = 1;
366 /* Clear stopped bit */
367 udc->stopped = 0;
400 /* Set stopped bit for isr */
401 udc->stopped
931 int ep_num, stopped, ret = 0; local
[all...]
H A Dnet2280.h112 stopped : 1, member in struct:net2280_ep
126 ep->stopped = 1;
138 ep->stopped = 1;
H A Dat91_udc.h104 unsigned stopped:1; member in struct:at91_ep
H A Dnet2280.c198 ep->stopped = 0;
910 unsigned stopped = ep->stopped; local
929 ep->stopped = 1;
933 ep->stopped = stopped;
987 if (list_empty(&ep->queue) && !ep->stopped) {
1155 if (ep->stopped)
1244 ep->stopped = 1;
1262 int stopped; local
2562 int stopped = ep->stopped; local
[all...]
H A Dmv_udc.h215 stopped:1; /* stop bit is setted */ member in struct:mv_udc
236 unsigned stopped:1, member in struct:mv_ep
H A Dmv_udc_core.c218 unsigned char stopped = ep->stopped; variable
248 ep->stopped = 1;
255 ep->stopped = stopped;
523 ep->stopped = 0;
601 ep->stopped = 1;
790 int stopped, ret = 0; local
797 stopped = ep->stopped;
[all...]
H A Dnet2272.c212 ep->stopped = 0;
367 unsigned stopped = ep->stopped; local
371 ep->stopped = 1;
395 ep->stopped = 1;
399 ep->stopped = stopped;
864 if (list_empty(&ep->queue) && !ep->stopped) {
932 ep->stopped = 1;
949 int stopped; local
[all...]
H A Dat91_udc.c114 ep->stopped ? " stopped" : "");
257 unsigned stopped = ep->stopped; local
268 ep->stopped = 1;
272 ep->stopped = stopped;
454 ep->stopped = 1;
525 ep->stopped = 0;
636 if (list_empty(&ep->queue) && !ep->stopped) {
[all...]

Completed in 384 milliseconds

12345