Home
last modified time | relevance | path

Searched refs:is_alive (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/drivers/mfd/
H A Dsi476x-i2c.c142 atomic_set(&core->is_alive, 1); in si476x_core_start()
149 atomic_set(&core->is_alive, 1); in si476x_core_start()
165 atomic_set(&core->is_alive, 1); in si476x_core_start()
193 atomic_set(&core->is_alive, 0); in si476x_core_start()
224 atomic_set(&core->is_alive, 0); in si476x_core_stop()
407 atomic_set(&core->is_alive, 0); in si476x_core_pronounce_dead()
521 if (atomic_read(&core->is_alive)) in si476x_core_poll_loop()
712 atomic_set(&core->is_alive, 0); in si476x_core_probe()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dgraph-changes-while-io68 while bench_thr.is_alive():
109 while bench_thr.is_alive():
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py102 while not self.is_alive() and time.time() < endtime:
105 if self.is_alive():
115 return self.is_alive()
H A Dqemurunner.py281 while not self.is_alive() and time.time() < endtime:
300 if not self.is_alive():
340 if not os.path.exists(qmp_port) and self.is_alive():
343 while not os.path.exists(qmp_port) and self.is_alive() and time.time() < endtime:
346 if not os.path.exists(qmp_port) and self.is_alive():
609 if self.thread and self.thread.is_alive():
626 def is_alive(self): member in QemuRunner
H A Dcommands.py126 if thread.is_alive():
130 if thread.is_alive():
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c76 bool is_alive; in ath_hw_check() local
80 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check()
82 if (!is_alive) { in ath_hw_check()
91 return is_alive; in ath_hw_check()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py190 is_alive = qemu.check()
191 if not is_alive:
/openbmc/linux/drivers/media/radio/
H A Dradio-si476x.c1078 atomic_read(&radio->core->is_alive)) in si476x_radio_fops_release()
1101 !atomic_read(&radio->core->is_alive))); in si476x_radio_fops_read()
1105 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_read()
1132 if (atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
1135 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_bns.c106 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_txprt.c111 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_spkout.c113 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_acntsa.c110 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_dummy.c126 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_audptr.c113 .is_alive = spk_synth_is_alive_restart,
H A Dspk_types.h197 int (*is_alive)(struct spk_synth *synth); member
H A Dspeakup_ltlk.c122 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_apollo.c122 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_decext.c137 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_keypc.c114 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_acntpc.c123 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_dectlk.c146 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_decpc.c233 .is_alive = spk_synth_is_alive_nop,
/openbmc/linux/include/linux/mfd/
H A Dsi476x-core.h147 atomic_t is_alive; member
/openbmc/u-boot/tools/
H A Dgenboardscfg.py259 while any([p.is_alive() for p in processes]):
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py182 return self.runner.is_alive()

12