Home
last modified time | relevance | path

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

/drivers/mfd/
Dsi476x-i2c.c151 atomic_set(&core->is_alive, 1); in si476x_core_start()
158 atomic_set(&core->is_alive, 1); in si476x_core_start()
174 atomic_set(&core->is_alive, 1); in si476x_core_start()
202 atomic_set(&core->is_alive, 0); in si476x_core_start()
233 atomic_set(&core->is_alive, 0); in si476x_core_stop()
416 atomic_set(&core->is_alive, 0); in si476x_core_pronounce_dead()
530 if (atomic_read(&core->is_alive)) in si476x_core_poll_loop()
718 atomic_set(&core->is_alive, 0); in si476x_core_probe()
/drivers/net/wireless/ath/ath9k/
Dlink.c72 bool is_alive; in ath_hw_check() local
76 is_alive = ath9k_hw_check_alive(sc->sc_ah); in ath_hw_check()
78 if (!is_alive) { in ath_hw_check()
87 return is_alive; in ath_hw_check()
/drivers/media/radio/
Dradio-si476x.c1104 atomic_read(&radio->core->is_alive)) in si476x_radio_fops_release()
1129 !atomic_read(&radio->core->is_alive))); in si476x_radio_fops_read()
1133 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_read()
1160 if (atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
1163 if (!atomic_read(&radio->core->is_alive)) in si476x_radio_fops_poll()
/drivers/staging/speakup/
Dspeakup_txprt.c104 .is_alive = spk_synth_is_alive_restart,
Dspeakup_dummy.c106 .is_alive = spk_synth_is_alive_restart,
Dspeakup_bns.c104 .is_alive = spk_synth_is_alive_restart,
Dspeakup_spkout.c111 .is_alive = spk_synth_is_alive_restart,
Dspeakup_acntsa.c107 .is_alive = spk_synth_is_alive_restart,
Dspk_types.h175 int (*is_alive)(struct spk_synth *synth); member
Dspeakup_audptr.c112 .is_alive = spk_synth_is_alive_restart,
Dspeakup_ltlk.c119 .is_alive = spk_synth_is_alive_restart,
Dspeakup_apollo.c116 .is_alive = spk_synth_is_alive_restart,
Dspeakup_decext.c135 .is_alive = spk_synth_is_alive_restart,
Dspeakup_acntpc.c121 .is_alive = spk_synth_is_alive_nop,
Dspeakup_keypc.c113 .is_alive = spk_synth_is_alive_nop,
Dspeakup_dectlk.c138 .is_alive = spk_synth_is_alive_restart,
Dspeakup_soft.c139 .is_alive = softsynth_is_alive,
Dspeakup_dtlk.c136 .is_alive = spk_synth_is_alive_nop,
Dspeakup_decpc.c228 .is_alive = spk_synth_is_alive_nop,
Dmain.c308 char val = synth->is_alive(synth); in speech_kill()
/drivers/pcmcia/
Dm32r_pcc.c281 static int __init is_alive(u_short sock) in is_alive() function
313 if (is_alive(pcc_sockets)) in add_pcc_socket()
Dm32r_cfc.c270 static int __init is_alive(u_short sock) in is_alive() function
310 if (is_alive(pcc_sockets)) in add_pcc_socket()
Di82365.c640 static int __init is_alive(u_short sock) in is_alive() function
668 if (is_alive(sockets)) in add_socket()
/drivers/block/
Dfloppy.c639 static void is_alive(const char *func, const char *message) in is_alive() function
1691 is_alive(__func__, "bizarre fdc"); in floppy_interrupt()
1726 is_alive(__func__, "normal interrupt end"); in floppy_interrupt()
1851 is_alive(__func__, ""); in floppy_shutdown()
2911 is_alive(__func__, "old request running"); in do_fd_request()
2918 is_alive(__func__, ""); in do_fd_request()