Searched refs:is_alive (Results 1 – 22 of 22) sorted by relevance
/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()
|
/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()
|
/drivers/media/radio/ |
D | radio-si476x.c | 1078 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()
|
/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 | 113 .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 | 197 int (*is_alive)(struct spk_synth *synth); member
|
D | speakup_apollo.c | 109 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_decext.c | 128 .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 | 138 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_dtlk.c | 129 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_soft.c | 138 .is_alive = softsynth_is_alive,
|
D | speakup_decpc.c | 222 .is_alive = spk_synth_is_alive_nop,
|
D | main.c | 302 char val = synth->is_alive(synth); in speech_kill()
|
/drivers/block/ |
D | floppy.c | 643 static void is_alive(const char *func, const char *message) in is_alive() function 1731 is_alive(__func__, "bizarre fdc"); in floppy_interrupt() 1766 is_alive(__func__, "normal interrupt end"); in floppy_interrupt() 1894 is_alive(__func__, ""); in floppy_shutdown() 2868 is_alive(__func__, "old request running"); in floppy_queue_rq() 2880 is_alive(__func__, ""); in floppy_queue_rq()
|
/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()
|