Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/drivers/net/
H A Dnetpoll_basic.py251 if not BPF_THREAD.is_alive():
266 if BPF_THREAD.is_alive():
304 if not BPF_THREAD.is_alive() or bpftrace_any_hit(join=False):
/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c105 bool is_alive; in ath_hw_check() local
109 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check()
111 if (!is_alive) { in ath_hw_check()
120 return is_alive; in ath_hw_check()
/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 Dspk_types.h197 int (*is_alive)(struct spk_synth *synth); member
H A Dspeakup_audptr.c113 .is_alive = spk_synth_is_alive_restart,
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,
H A Dspeakup_dtlk.c139 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_soft.c147 .is_alive = softsynth_is_alive,
H A Dmain.c303 char val = synth->is_alive(synth); in speech_kill()
/linux/drivers/block/
H A Dfloppy.c638 static void is_alive(const char *func, const char *message) in is_alive() function
1730 is_alive(__func__, "bizarre fdc"); in floppy_interrupt()
1765 is_alive(__func__, "normal interrupt end"); in floppy_interrupt()
1893 is_alive(__func__, ""); in floppy_shutdown()
2866 is_alive(__func__, "old request running"); in floppy_queue_rq()
2878 is_alive(__func__, ""); in floppy_queue_rq()
/linux/net/xfrm/
H A Dxfrm_state.c2884 bool is_alive = false; in km_is_alive() local
2888 if (km->is_alive && km->is_alive(c)) { in km_is_alive()
2889 is_alive = true; in km_is_alive()
2895 return is_alive; in km_is_alive()
H A Dxfrm_user.c4228 .is_alive = xfrm_is_alive,
/linux/net/key/
H A Daf_key.c3156 bool is_alive = false; in pfkey_is_alive() local
3161 is_alive = true; in pfkey_is_alive()
3167 return is_alive; in pfkey_is_alive()
3884 .is_alive = pfkey_is_alive,