| /linux-6.15/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-6.15/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-6.15/drivers/media/radio/ |
| H A D | radio-si476x.c | 1076 atomic_read(&radio->core->is_alive)) in si476x_radio_fops_release() 1099 !atomic_read(&radio->core->is_alive))); in si476x_radio_fops_read() 1103 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_read() 1130 if (atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll() 1133 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
|
| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | speakup_txprt.c | 111 .is_alive = spk_synth_is_alive_restart,
|
| H A D | speakup_bns.c | 106 .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,
|
| /linux-6.15/include/linux/mfd/ |
| H A D | si476x-core.h | 147 atomic_t is_alive; member
|
| /linux-6.15/drivers/pcmcia/ |
| H A D | i82365.c | 640 static int __init is_alive(u_short sock) in is_alive() function 668 if (is_alive(sockets)) in add_socket()
|
| /linux-6.15/drivers/block/ |
| H A D | floppy.c | 642 static void is_alive(const char *func, const char *message) in is_alive() function 1734 is_alive(__func__, "bizarre fdc"); in floppy_interrupt() 1769 is_alive(__func__, "normal interrupt end"); in floppy_interrupt() 1897 is_alive(__func__, ""); in floppy_shutdown() 2870 is_alive(__func__, "old request running"); in floppy_queue_rq() 2882 is_alive(__func__, ""); in floppy_queue_rq()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_state.c | 2856 bool is_alive = false; in km_is_alive() local 2860 if (km->is_alive && km->is_alive(c)) { in km_is_alive() 2861 is_alive = true; in km_is_alive() 2867 return is_alive; in km_is_alive()
|
| /linux-6.15/net/key/ |
| H A D | af_key.c | 3140 bool is_alive = false; in pfkey_is_alive() local 3145 is_alive = true; in pfkey_is_alive() 3151 return is_alive; in pfkey_is_alive() 3863 .is_alive = pfkey_is_alive,
|
| /linux-6.15/fs/f2fs/ |
| H A D | gc.c | 1134 static bool is_alive(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, in is_alive() function 1576 if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs)) in gc_data_segment()
|