Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp41 ++stopped; in stop()
56 size_t stopped = 0; member in phosphor::fan::presence::TestSensor
80 ASSERT_EQ(ts.stopped, 0); in TEST()
86 ASSERT_EQ(ts.stopped, 0); in TEST()
92 ASSERT_EQ(ts.stopped, 0); in TEST()
113 ASSERT_EQ(ts1.stopped, 0); in TEST()
116 ASSERT_EQ(ts2.stopped, 0); in TEST()
124 ASSERT_EQ(ts1.stopped, 0); in TEST()
127 ASSERT_EQ(ts2.stopped, 0); in TEST()
135 ASSERT_EQ(ts1.stopped, 0); in TEST()
[all …]
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 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 …]
/openbmc/qemu/hw/s390x/
H A Dtod-kvm.c35 if (td->stopped) { in kvm_s390_tod_get()
75 td->stopped = false; in kvm_s390_tod_set()
77 td->stopped = true; in kvm_s390_tod_set()
96 if (running && td->stopped) { in kvm_s390_tod_vm_state_change()
103 td->stopped = false; in kvm_s390_tod_vm_state_change()
104 } else if (!running && !td->stopped) { in kvm_s390_tod_vm_state_change()
111 td->stopped = true; in kvm_s390_tod_vm_state_change()
156 td->stopped = false; in kvm_s390_tod_init()
/openbmc/u-boot/cmd/
H A Dbedbug.c205 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()
/openbmc/linux/drivers/misc/ibmasm/
H A Dr_heartbeat.c39 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()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmac.c11 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 Dusb_mac.c98 bool stopped = false; in mt76x2u_mac_stop() local
136 stopped = true; in mt76x2u_mac_stop()
142 if (!stopped) { in mt76x2u_mac_stop()
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dparm_def1 …ne whether the test program should be stopped. If the command returns non-zero, the test program …
9 # Indicates that the test should be stopped when the Verify_hardware plug-in fails its analysis.
/openbmc/linux/drivers/input/touchscreen/
H A Dda9052_tsi.c24 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 Dauo-pixcir-ts.c127 bool stopped; member
193 while (!ts->stopped) { in auo_pixcir_interrupt()
211 wait_event_timeout(ts->wait, ts->stopped, in auo_pixcir_interrupt()
254 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()
505 ts->stopped = true; in auo_pixcir_probe()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c196 ep->stopped = 0; in udc_reinit()
306 unsigned int stopped = ep->stopped; in done() local
309 __func__, ep->ep.name, ep, &req->req, stopped); in done()
325 ep->stopped = 1; in done()
349 ep->stopped = stopped; in done()
381 ep->stopped = 1; in stop_activity()
585 ep->stopped = 0; in dwc2_ep_enable()
599 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable()
626 ep->stopped = 1; in dwc2_ep_disable()
/openbmc/phosphor-state-manager/target_files/
H A Dobmc-power-stop-pre@.target4 Wants=obmc-host-stopped@%i.target
5 After=obmc-host-stopped@%i.target
H A Dobmc-host-stopping@.target6 Wants=obmc-host-stopped@%i.target
7 Before=obmc-host-stopped@%i.target
/openbmc/qemu/qapi/
H A Dvfio.json14 # @stop: The device is stopped.
18 # @stop-copy: The device is stopped and its internal state is
21 # @resuming: The device is stopped and its internal state is available
/openbmc/linux/drivers/input/keyboard/
H A Dsamsung-keypad.c68 bool stopped; member
162 wait_event_timeout(keypad->wait, keypad->stopped, in samsung_keypad_irq()
165 } while (key_down && !keypad->stopped); in samsung_keypad_irq()
179 keypad->stopped = false; in samsung_keypad_start()
201 keypad->stopped = true; in samsung_keypad_stop()
381 keypad->stopped = true; in samsung_keypad_probe()
467 if (keypad->stopped) in samsung_keypad_runtime_suspend()
490 if (keypad->stopped) in samsung_keypad_runtime_resume()
/openbmc/openpower-proc-control/service_files/
H A Dproc-pre-poweroff@.service.in7 Wants=obmc-host-stopped@%i.target
8 After=obmc-host-stopped@%i.target
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c159 unsigned char stopped = ep->stopped; in done() local
190 ep->stopped = 1; in done()
197 ep->stopped = stopped; in done()
206 ep->stopped = 1; in nuke()
359 udc->stopped = 0; in dr_controller_run()
393 udc->stopped = 1; in dr_controller_stop()
592 ep->stopped = 0; in fsl_ep_enable()
659 ep->stopped = 1; in fsl_ep_disable()
923 int ep_num, stopped, ret = 0; in fsl_ep_dequeue() local
930 stopped = ep->stopped; in fsl_ep_dequeue()
[all …]
H A Dgoku_udc.c180 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()
847 if (ep->dma && ep->queue.next == &req->queue && !ep->stopped) { in goku_dequeue()
[all …]
H A Dnet2280.c235 ep->stopped = 0; in net2280_enable()
948 unsigned stopped = ep->stopped; in done() local
967 ep->stopped = 1; in done()
971 ep->stopped = stopped; in done()
1032 if (list_empty(&ep->queue) && !ep->stopped && in net2280_queue()
1195 if (ep->stopped) in restart_dma()
1220 ep->stopped = 1; in nuke()
1239 int stopped; in net2280_dequeue() local
1249 stopped = ep->stopped; in net2280_dequeue()
1253 ep->stopped = 1; in net2280_dequeue()
[all …]
/openbmc/linux/net/strparser/
H A Dstrparser.c43 if (strp->stopped) in strp_abort_strp()
46 strp->stopped = 1; in strp_abort_strp()
374 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready()
406 if (unlikely(strp->stopped)) in do_strp_work()
517 WARN_ON(!strp->stopped); in strp_done()
531 strp->stopped = 1; in strp_stop()
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reboot-host@.service5 Wants=obmc-host-stopped@%i.target
6 After=obmc-host-stopped@%i.target
/openbmc/qemu/system/
H A Dcpus.c78 return cpu->stopped || !runstate_is_running(); in cpu_is_stopped()
349 cpu->stopped = true; in cpu_handle_guest_debug()
437 cpu->stopped = true; in qemu_cpu_stop()
584 cpu->stopped = false; in cpu_resume()
593 if (!cpu->stopped) { in all_vcpus_paused()
671 cpu->stopped = true; in qemu_init_vcpu()
/openbmc/linux/drivers/usb/host/
H A Dehci-timer.c213 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()
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst20 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 !!!)
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dwmi.c100 wmi->stopped = false; in ath9k_init_wmi()
119 wmi->stopped = true; in ath9k_stop_wmi()
223 if (unlikely(wmi->stopped)) in ath9k_wmi_ctrl_rx()
339 if (unlikely(wmi->stopped)) { in ath9k_wmi_cmd()

12345678910>>...15