Home
last modified time | relevance | path

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

/drivers/mfd/
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()
/drivers/net/wireless/ath/ath9k/
Dlink.c76 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/
Dradio-si476x.c1078 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/
Dspeakup_bns.c97 .is_alive = spk_synth_is_alive_restart,
Dspeakup_txprt.c96 .is_alive = spk_synth_is_alive_restart,
Dspeakup_spkout.c102 .is_alive = spk_synth_is_alive_restart,
Dspeakup_acntsa.c100 .is_alive = spk_synth_is_alive_restart,
Dspeakup_dummy.c113 .is_alive = spk_synth_is_alive_restart,
Dspeakup_audptr.c104 .is_alive = spk_synth_is_alive_restart,
Dspeakup_ltlk.c111 .is_alive = spk_synth_is_alive_restart,
Dspk_types.h197 int (*is_alive)(struct spk_synth *synth); member
Dspeakup_apollo.c109 .is_alive = spk_synth_is_alive_restart,
Dspeakup_decext.c128 .is_alive = spk_synth_is_alive_restart,
Dspeakup_keypc.c105 .is_alive = spk_synth_is_alive_nop,
Dspeakup_acntpc.c114 .is_alive = spk_synth_is_alive_nop,
Dspeakup_dectlk.c138 .is_alive = spk_synth_is_alive_restart,
Dspeakup_dtlk.c129 .is_alive = spk_synth_is_alive_nop,
Dspeakup_soft.c138 .is_alive = softsynth_is_alive,
Dspeakup_decpc.c222 .is_alive = spk_synth_is_alive_nop,
Dmain.c302 char val = synth->is_alive(synth); in speech_kill()
/drivers/block/
Dfloppy.c643 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/
Di82365.c640 static int __init is_alive(u_short sock) in is_alive() function
668 if (is_alive(sockets)) in add_socket()