/drivers/misc/ibmasm/ |
D | r_heartbeat.c | 52 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()
|
/drivers/staging/unisys/uislib/ |
D | uisthread.c | 64 int stopped = 0; in uisthread_stop() local 77 stopped = 1; in uisthread_stop() 81 if (stopped) { in uisthread_stop()
|
/drivers/input/touchscreen/ |
D | da9052_tsi.c | 30 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()
|
D | auo-pixcir-ts.c | 123 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() 574 ts->stopped = true; in auo_pixcir_probe()
|
D | tsc2007.c | 87 bool stopped; member 180 while (!ts->stopped && tsc2007_is_pen_down(ts)) { in tsc2007_soft_irq() 217 wait_event_timeout(ts->wait, ts->stopped, in tsc2007_soft_irq() 248 ts->stopped = true; in tsc2007_stop() 260 ts->stopped = false; in tsc2007_open()
|
D | ucb1400_ts.c | 202 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()
|
/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 115 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 …]
|
D | fsl_udc_core.c | 166 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 …]
|
D | goku_udc.c | 176 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 …]
|
D | net2280.c | 198 ep->stopped = 0; in net2280_enable() 910 unsigned stopped = ep->stopped; in done() local 929 ep->stopped = 1; in done() 933 ep->stopped = stopped; in done() 987 if (list_empty(&ep->queue) && !ep->stopped) { in net2280_queue() 1155 if (ep->stopped) in restart_dma() 1244 ep->stopped = 1; in nuke() 1262 int stopped; in net2280_dequeue() local 1269 stopped = ep->stopped; in net2280_dequeue() 1273 ep->stopped = 1; in net2280_dequeue() [all …]
|
D | mv_udc_core.c | 218 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 …]
|
D | net2272.c | 212 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 …]
|
D | net2280.h | 112 stopped : 1, member 126 ep->stopped = 1; in allow_status() 138 ep->stopped = 1; in allow_status_338x()
|
D | gr_udc.c | 142 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 …]
|
D | at91_udc.c | 114 ep->stopped ? " stopped" : ""); in proc_ep_show() 257 unsigned stopped = ep->stopped; in done() local 268 ep->stopped = 1; in done() 272 ep->stopped = stopped; in done() 454 ep->stopped = 1; in nuke() 525 ep->stopped = 0; in at91_ep_enable() 636 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue() 834 ep->stopped = 0; in udc_reinit() 855 ep->stopped = 1; in stop_activity() 1078 ep->stopped = 0; in handle_setup()
|
D | mv_udc.h | 215 stopped:1; /* stop bit is setted */ member 236 unsigned stopped:1, member
|
/drivers/input/keyboard/ |
D | samsung-keypad.c | 72 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() 385 keypad->stopped = true; in samsung_keypad_probe() 474 if (keypad->stopped) in samsung_keypad_runtime_suspend() 497 if (keypad->stopped) in samsung_keypad_runtime_resume()
|
D | matrix_keypad.c | 40 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() 497 keypad->stopped = true; in matrix_keypad_probe()
|
/drivers/scsi/bfa/ |
D | bfa_cs.h | 69 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()
|
/drivers/staging/ozwpan/ |
D | ozusbsvc.c | 71 usb_ctx->stopped = 0; in oz_usb_start() 134 usb_ctx->stopped = 1; in oz_usb_stop() 198 if (usb_ctx->stopped) in oz_usb_heartbeat()
|
/drivers/net/wireless/ath/ath9k/ |
D | wmi.c | 98 wmi->stopped = false; in ath9k_init_wmi() 117 wmi->stopped = true; in ath9k_deinit_wmi() 211 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx() 314 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
|
/drivers/usb/host/ |
D | ehci-timer.c | 222 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()
|
D | ehci-q.c | 292 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()
|
/drivers/i2c/busses/ |
D | i2c-imx.c | 179 int stopped; member 382 i2c_imx->stopped = 0; in i2c_imx_start() 393 if (!i2c_imx->stopped) { in i2c_imx_stop() 408 if (!i2c_imx->stopped) { in i2c_imx_stop() 410 i2c_imx->stopped = 1; in i2c_imx_stop() 539 i2c_imx->stopped = 1; in i2c_imx_read()
|
/drivers/s390/block/ |
D | dasd.c | 1745 (!device->stopped)) { in dasd_int_handler() 1934 if (device->stopped && in __dasd_device_start_head() 1935 !(!(device->stopped & ~(DASD_STOPPED_DC_WAIT | DASD_UNRESUMED_PM)) in __dasd_device_start_head() 1958 if (device->stopped & ~(DASD_STOPPED_DC_WAIT | in __dasd_device_check_path_events() 2073 device->stopped |= bits; in dasd_device_set_stop_bits() 2079 device->stopped &= ~bits; in dasd_device_remove_stop_bits() 2080 if (!device->stopped) in dasd_device_remove_stop_bits() 2215 if (device->stopped & ~DASD_STOPPED_PENDING && in _dasd_sleep_on() 2225 generic_waitq, !(device->stopped)); in _dasd_sleep_on() 2232 wait_event(generic_waitq, !(device->stopped)); in _dasd_sleep_on() [all …]
|