/kernel/linux/linux-5.10/drivers/mfd/ |
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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | link.c | 76 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()
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | speakup_bns.c | 97 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_txprt.c | 96 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_spkout.c | 102 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_acntsa.c | 100 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_dummy.c | 104 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_audptr.c | 104 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_ltlk.c | 111 .is_alive = spk_synth_is_alive_restart,
|
D | spk_types.h | 196 int (*is_alive)(struct spk_synth *synth); member
|
D | speakup_decext.c | 128 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_apollo.c | 109 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_keypc.c | 105 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_acntpc.c | 114 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_dectlk.c | 133 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_dtlk.c | 129 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_decpc.c | 222 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_soft.c | 135 .is_alive = softsynth_is_alive,
|
/kernel/linux/linux-5.10/drivers/media/radio/ |
D | radio-si476x.c | 1085 atomic_read(&radio->core->is_alive)) in si476x_radio_fops_release() 1110 !atomic_read(&radio->core->is_alive))); in si476x_radio_fops_read() 1114 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_read() 1141 if (atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll() 1144 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | si476x-core.h | 147 atomic_t is_alive; member
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
D | i82365.c | 640 static int __init is_alive(u_short sock) in is_alive() function 668 if (is_alive(sockets)) in add_socket()
|
/kernel/linux/linux-5.10/net/xfrm/ |
D | xfrm_state.c | 2307 bool is_alive = false; in km_is_alive() local 2311 if (km->is_alive && km->is_alive(c)) { in km_is_alive() 2312 is_alive = true; in km_is_alive() 2318 return is_alive; in km_is_alive()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | floppy.c | 644 static void is_alive(const char *func, const char *message) in is_alive() function 1732 is_alive(__func__, "bizarre fdc"); in floppy_interrupt() 1767 is_alive(__func__, "normal interrupt end"); in floppy_interrupt() 1895 is_alive(__func__, ""); in floppy_shutdown() 2957 is_alive(__func__, "old request running"); in floppy_queue_rq() 2969 is_alive(__func__, ""); in floppy_queue_rq()
|
/kernel/linux/linux-5.10/net/key/ |
D | af_key.c | 3128 bool is_alive = false; in pfkey_is_alive() local 3133 is_alive = true; in pfkey_is_alive() 3139 return is_alive; in pfkey_is_alive() 3848 .is_alive = pfkey_is_alive,
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | gc.c | 993 static bool is_alive(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, in is_alive() function 1441 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment()
|