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

123456

/linux-master/drivers/misc/ibmasm/
H A Dr_heartbeat.c39 rhb->stopped = 0;
68 rhb->stopped,
71 if (signal_pending(current) || rhb->stopped) {
77 rhb->stopped = 0;
84 rhb->stopped = 1;
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmac.c11 bool stopped = false; local
32 stopped = true;
36 if (force && !stopped) {
H A Dusb_mac.c98 bool stopped = false; local
136 stopped = true;
142 if (!stopped) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_types.h58 /** @submission_state.stopped: submissions are stopped */
59 atomic_t stopped; member in struct:xe_guc::__anon628
/linux-master/drivers/input/touchscreen/
H A Dda9052_tsi.c24 bool stopped; member in struct:da9052_tsi
38 if (!tsi->stopped) {
106 if (!tsi->stopped) {
188 tsi->stopped = false;
203 tsi->stopped = true;
244 tsi->stopped = true;
H A Dtsc2007.h78 bool stopped; member in struct:tsc2007
H A Dtsc2007_core.c118 while (!ts->stopped && tsc2007_is_pen_down(ts)) {
160 wait_event_timeout(ts->wait, ts->stopped, ts->poll_period);
177 ts->stopped = true;
189 ts->stopped = false;
H A Dauo-pixcir-ts.c127 bool stopped; member in struct:auo_pixcir_ts
193 while (!ts->stopped) {
211 wait_event_timeout(ts->wait, ts->stopped,
254 wait_event_timeout(ts->wait, ts->stopped,
363 ts->stopped = false;
392 ts->stopped = true;
505 ts->stopped = true;
/linux-master/sound/virtio/
H A Dvirtio_pcm.h34 * @stopped: True if the substream is stopped and must be released on the device
59 bool stopped; member in struct:virtio_pcm_substream
H A Dvirtio_pcm_ops.c117 vss->stopped = !!virtsnd_pcm_msg_pending_num(vss);
364 vss->stopped = true;
402 if (!vss->stopped)
430 vss->stopped = false;
/linux-master/net/strparser/
H A Dstrparser.c43 if (strp->stopped)
46 strp->stopped = 1;
368 if (unlikely(strp->stopped) || strp->paused)
400 if (unlikely(strp->stopped))
505 /* strp must already be stopped so that strp_recv will no longer be called.
510 WARN_ON(!strp->stopped);
524 strp->stopped = 1;
/linux-master/drivers/input/keyboard/
H A Dsamsung-keypad.c68 bool stopped; member in struct:samsung_keypad
162 wait_event_timeout(keypad->wait, keypad->stopped,
165 } while (key_down && !keypad->stopped);
179 keypad->stopped = false;
201 keypad->stopped = true;
381 keypad->stopped = true;
465 if (keypad->stopped)
488 if (keypad->stopped)
H A Dmatrix_keypad.c39 bool stopped; member in struct:matrix_keypad
180 if (unlikely(keypad->scan_pending || keypad->stopped))
197 keypad->stopped = false;
214 keypad->stopped = true;
463 keypad->stopped = true;
/linux-master/drivers/usb/host/
H A Dehci-timer.c213 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); local
227 if (!stopped && (qh->unlink_cycle ==
245 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); local
260 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle)
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dpu.h39 * @stopped: indicates whether DPU are stopped
50 bool stopped; member in struct:dpu_context
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dwmi.c100 wmi->stopped = false;
119 wmi->stopped = true;
223 if (unlikely(wmi->stopped))
338 /* check if wmi stopped flag is set */
339 if (unlikely(wmi->stopped)) {
/linux-master/fs/bcachefs/
H A Dalloc_types.h82 x(stopped) \
/linux-master/drivers/scsi/bfa/
H A Dbfa_cs.h62 u32 stopped; member in struct:bfa_trc_mod_s
93 trcm->head = trcm->tail = trcm->stopped = 0;
100 trcm->stopped = 1;
/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.c180 ep->stopped = 0;
239 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 Dfsl_udc_core.c159 unsigned char stopped = ep->stopped; variable
190 ep->stopped = 1;
197 ep->stopped = stopped;
206 ep->stopped = 1;
359 /* Clear stopped bit */
360 udc->stopped = 0;
393 /* Set stopped bit for isr */
394 udc->stopped
926 int ep_num, stopped, ret = 0; local
[all...]
H A Dnet2280.c235 ep->stopped = 0;
948 unsigned stopped = ep->stopped; local
967 ep->stopped = 1;
971 ep->stopped = stopped;
1032 if (list_empty(&ep->queue) && !ep->stopped &&
1195 if (ep->stopped)
1220 ep->stopped = 1;
1239 int stopped; local
2603 int stopped = ep->stopped; local
[all...]
H A Dnet2280.h107 stopped : 1, member in struct:net2280_ep
121 ep->stopped = 1;
133 ep->stopped = 1;
H A Dat91_udc.h100 unsigned stopped:1; member in struct:at91_ep
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Drun.c52 u32 stopped; local
54 stopped = SPU_STATUS_INVALID_INSTR | SPU_STATUS_SINGLE_STEP |
59 if (*stat & stopped) {
62 * re-read the register to get the stopped value.
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dagg-rx.c141 if (!tid->stopped) {
183 if (tid->stopped)
273 tid->stopped = true;

Completed in 304 milliseconds

123456