Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 360) 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/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/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/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/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/linux/net/strparser/
H A Dstrparser.c43 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()
/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/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()
930 stopped = ep->stopped; in fsl_ep_dequeue()
933 ep->stopped = 1; 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()
485 ep->stopped = 1; in read_fifo()
798 ep->stopped = 1; in nuke()
868 if (ep->stopped) { in goku_clear_halt()
869 ep->stopped = 0; in goku_clear_halt()
917 ep->stopped = 1; in goku_set_halt()
[all …]
/openbmc/qemu/system/
H A Dcpus.c77 return cpu->stopped || !runstate_is_running(); in cpu_is_stopped()
318 cpu->stopped = true; in cpu_handle_guest_debug()
406 cpu->stopped = true; in qemu_cpu_stop()
546 if (!cpu->stopped) { in all_vcpus_paused()
588 cpu->stopped = false; in cpu_resume()
636 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DACPIPowerState.interface.yaml28 clocks stopped.
31 Typically equates to stopped clocks with proc/cache context
/openbmc/linux/sound/virtio/
H A Dvirtio_pcm_ops.c117 vss->stopped = !!virtsnd_pcm_msg_pending_num(vss); in virtsnd_pcm_open()
359 vss->stopped = true; in virtsnd_pcm_trigger()
397 if (!vss->stopped) in virtsnd_pcm_sync_stop()
425 vss->stopped = false; in virtsnd_pcm_sync_stop()
/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()
/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 !!!)

12345678910>>...15