| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 33 Watchdog cannot be stopped once started 46 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 67 Watchdog cannot be stopped once started 94 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 147 Watchdog cannot be stopped once started 162 Watchdog cannot be stopped once started 168 Watchdog cannot be stopped once started [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bedbug.c | 205 bug_ctx.stopped = 1; in bedbug_main_loop() 211 while (bug_ctx.stopped) { in bedbug_main_loop() 249 if (!bug_ctx.stopped) { in do_bedbug_continue() 254 bug_ctx.stopped = 0; in do_bedbug_continue() 274 if (!bug_ctx.stopped) { in do_bedbug_step() 285 bug_ctx.stopped = 0; in do_bedbug_step() 305 if (!bug_ctx.stopped) { in do_bedbug_next() 316 bug_ctx.stopped = 0; in do_bedbug_next() 338 if (!bug_ctx.stopped) { in do_bedbug_stack() 377 if (!bug_ctx.stopped) { in do_bedbug_rdump()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ibmasm/ |
| H A D | r_heartbeat.c | 39 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat() 68 rhb->stopped, in ibmasm_start_reverse_heartbeat() 71 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat() 77 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat() 84 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| H A D | mac.c | 11 bool stopped = false; in mt76x2_mac_stop() local 32 stopped = true; in mt76x2_mac_stop() 36 if (force && !stopped) { in mt76x2_mac_stop()
|
| H A D | usb_mac.c | 98 bool stopped = false; in mt76x2u_mac_stop() local 136 stopped = true; in mt76x2u_mac_stop() 142 if (!stopped) { in mt76x2u_mac_stop()
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 68 The jail <name> has been stopped.\n 70 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 71 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 112 The jail <name> has been stopped.\n 114 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 115 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 143 The jail <name> has been stopped.\n 145 - Fail2Ban"|mail -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest> 146 + Fail2Ban"|mail -E 'set escape' -s "[Fail2Ban] <name>: stopped on <fq-hostname>" <dest>
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | da9052_tsi.c | 24 bool stopped; member 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 106 if (!tsi->stopped) { in da9052_ts_pen_work() 188 tsi->stopped = false; in da9052_ts_input_open() 203 tsi->stopped = true; in da9052_ts_input_close() 244 tsi->stopped = true; in da9052_ts_probe()
|
| H A D | auo-pixcir-ts.c | 113 bool stopped; member 181 while (!ts->stopped) { in auo_pixcir_interrupt() 199 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 242 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt() 353 ts->stopped = false; in auo_pixcir_start() 382 ts->stopped = true; in auo_pixcir_stop() 553 ts->stopped = true; in auo_pixcir_probe()
|
| H A D | ucb1400_ts.c | 199 while (!ucb->stopped && !(penup = ucb1400_ts_pen_up(ucb))) { in ucb1400_irq() 209 wait_event_timeout(ucb->ts_wait, ucb->stopped, in ucb1400_irq() 215 if (!ucb->stopped) { in ucb1400_irq() 227 ucb->stopped = true; in ucb1400_ts_stop() 240 ucb->stopped = false; in ucb1400_ts_start()
|
| H A D | tsc2007_core.c | 117 while (!ts->stopped && tsc2007_is_pen_down(ts)) { in tsc2007_soft_irq() 159 wait_event_timeout(ts->wait, ts->stopped, ts->poll_period); in tsc2007_soft_irq() 189 ts->stopped = true; in tsc2007_stop() 201 ts->stopped = false; in tsc2007_open()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | s3c-hsudc.c | 110 u8 stopped; member 196 unsigned int stopped = hsep->stopped; in s3c_hsudc_complete_request() local 207 hsep->stopped = 1; in s3c_hsudc_complete_request() 211 hsep->stopped = stopped; in s3c_hsudc_complete_request() 246 hsep->stopped = 1; in s3c_hsudc_stop_activity() 469 hsep->stopped = 1; in s3c_hsudc_set_halt() 472 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_set_halt() 557 reply = cpu_to_le16(hsep->stopped ? 1 : 0); in s3c_hsudc_process_req_status() 655 hsep->stopped = 0; in s3c_hsudc_handle_ep0_intr() 729 hsep->stopped = hsep->wedge = 0; in s3c_hsudc_ep_enable() [all …]
|
| H A D | fsl_udc_core.c | 161 unsigned char stopped = ep->stopped; in done() local 192 ep->stopped = 1; in done() 199 ep->stopped = stopped; in done() 208 ep->stopped = 1; in nuke() 363 udc->stopped = 0; in dr_controller_run() 397 udc->stopped = 1; in dr_controller_stop() 596 ep->stopped = 0; in fsl_ep_enable() 663 ep->stopped = 1; in fsl_ep_disable() 926 int ep_num, stopped, ret = 0; in fsl_ep_dequeue() local 933 stopped = ep->stopped; in fsl_ep_dequeue() [all …]
|
| H A D | goku_udc.c | 180 ep->stopped = 0; in goku_ep_enable() 239 ep->stopped = 1; in ep_reset() 303 unsigned stopped = ep->stopped; in done() local 325 ep->stopped = 1; in done() 329 ep->stopped = stopped; in done() 379 dev->ep[0].stopped = 1; in write_fifo() 485 ep->stopped = 1; in read_fifo() 761 if (list_empty(&ep->queue) && likely(!ep->stopped)) { in goku_queue() 798 ep->stopped = 1; in nuke() 845 if (ep->dma && ep->queue.next == &req->queue && !ep->stopped) { in goku_dequeue() [all …]
|
| H A D | net2280.c | 235 ep->stopped = 0; in net2280_enable() 956 unsigned stopped = ep->stopped; in done() local 975 ep->stopped = 1; in done() 979 ep->stopped = stopped; in done() 1040 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue() 1203 if (ep->stopped) in restart_dma() 1228 ep->stopped = 1; in nuke() 1246 int stopped; in net2280_dequeue() local 1256 stopped = ep->stopped; in net2280_dequeue() 1260 ep->stopped = 1; in net2280_dequeue() [all …]
|
| H A D | mv_udc_core.c | 211 unsigned char stopped = ep->stopped; in done() local 241 ep->stopped = 1; in done() 248 ep->stopped = stopped; in done() 511 ep->stopped = 0; in mv_ep_enable() 588 ep->stopped = 1; in mv_ep_disable() 777 int stopped, ret = 0; in mv_ep_dequeue() local 784 stopped = ep->stopped; in mv_ep_dequeue() 787 ep->stopped = 1; in mv_ep_dequeue() 847 ep->stopped = stopped; in mv_ep_dequeue() 977 udc->stopped = 1; in udc_stop() [all …]
|
| H A D | net2272.c | 198 ep->stopped = 0; in net2272_enable() 349 unsigned stopped = ep->stopped; in net2272_done() local 353 ep->stopped = 1; in net2272_done() 377 ep->stopped = 1; in net2272_done() 381 ep->stopped = stopped; in net2272_done() 845 if (list_empty(&ep->queue) && !ep->stopped) { in net2272_queue() 913 ep->stopped = 1; in net2272_dequeue_all() 930 int stopped; in net2272_dequeue() local 937 stopped = ep->stopped; in net2272_dequeue() 938 ep->stopped = 1; in net2272_dequeue() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | samsung-keypad.c | 68 bool stopped; member 163 wait_event_timeout(keypad->wait, keypad->stopped, in samsung_keypad_irq() 166 } while (key_down && !keypad->stopped); in samsung_keypad_irq() 180 keypad->stopped = false; in samsung_keypad_start() 202 keypad->stopped = true; in samsung_keypad_stop() 383 keypad->stopped = true; in samsung_keypad_probe() 470 if (keypad->stopped) in samsung_keypad_runtime_suspend() 493 if (keypad->stopped) in samsung_keypad_runtime_resume()
|
| /OK3568_Linux_fs/kernel/net/strparser/ |
| H A D | strparser.c | 43 if (strp->stopped) in strp_abort_strp() 46 strp->stopped = 1; in strp_abort_strp() 368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 400 if (unlikely(strp->stopped)) in do_strp_work() 510 WARN_ON(!strp->stopped); in strp_done() 524 strp->stopped = 1; in strp_stop()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 205 ep->stopped = 0; in udc_reinit() 364 unsigned int stopped = ep->stopped; in done() local 367 __func__, ep->ep.name, ep, &req->req, stopped); in done() 383 ep->stopped = 1; in done() 407 ep->stopped = stopped; in done() 439 ep->stopped = 1; in stop_activity() 658 ep->stopped = 0; in dwc2_ep_enable() 672 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable() 699 ep->stopped = 1; in dwc2_ep_disable()
|
| H A D | at91_udc.c | 73 unsigned stopped = ep->stopped; in done() local 84 ep->stopped = 1; in done() 88 ep->stopped = stopped; in done() 270 ep->stopped = 1; in nuke() 341 ep->stopped = 0; in at91_ep_enable() 452 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue() 647 ep->stopped = 0; in udc_reinit() 669 ep->stopped = 1; in reset_gadget() 693 ep->stopped = 1; in stop_activity() 880 ep->stopped = 0; in handle_setup()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0016-gsttools-videowidget-Don-t-clear-native-size-after-s.patch | 5 stopped 7 To avoid changing geometry after stopped.
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-timer.c | 213 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_start_intr_unlinks() local 227 if (!stopped && (qh->unlink_cycle == in ehci_handle_start_intr_unlinks() 245 bool stopped = (ehci->rh_state < EHCI_RH_RUNNING); in ehci_handle_intr_unlinks() local 260 if (!stopped && qh->unlink_cycle == ehci->intr_unlink_cycle) in ehci_handle_intr_unlinks()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | wmi.c | 100 wmi->stopped = false; in ath9k_init_wmi() 119 wmi->stopped = true; in ath9k_stop_wmi() 221 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx() 327 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 20 a) QCI stopped 21 Initially, the QCI interface is stopped. 84 - "DMA: stop" means all 3 DMA channels are stopped 103 On the DMA irq of the last videobuffer, the QCI is stopped. 170 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!)
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can_ucan_protocol.rst | 174 stopped SET_BITTIMING stopped 175 stopped START started 176 started STOP or RESET stopped 177 stopped STOP or RESET stopped
|