| /linux/drivers/mfd/ |
| H A D | si476x-i2c.c | 142 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 D | netpoll_basic.py | 251 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 D | link.c | 105 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 D | speakup_bns.c | 106 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_txprt.c | 111 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_spkout.c | 113 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_acntsa.c | 110 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_dummy.c | 126 .is_alive = spk_synth_is_alive_restart,
|
| H A D | spk_types.h | 197 int (*is_alive)(struct spk_synth *synth); member
|
| H A D | speakup_audptr.c | 113 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_ltlk.c | 122 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_apollo.c | 122 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_decext.c | 137 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_keypc.c | 114 .is_alive = spk_synth_is_alive_nop,
|
| H A D | speakup_acntpc.c | 123 .is_alive = spk_synth_is_alive_nop,
|
| H A D | speakup_dectlk.c | 146 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_decpc.c | 233 .is_alive = spk_synth_is_alive_nop,
|
| H A D | speakup_dtlk.c | 139 .is_alive = spk_synth_is_alive_nop,
|
| H A D | speakup_soft.c | 147 .is_alive = softsynth_is_alive,
|
| H A D | main.c | 303 char val = synth->is_alive(synth); in speech_kill()
|
| /linux/drivers/block/ |
| H A D | floppy.c | 638 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 D | xfrm_state.c | 2884 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 D | xfrm_user.c | 4228 .is_alive = xfrm_is_alive,
|
| /linux/net/key/ |
| H A D | af_key.c | 3156 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,
|