/drivers/mfd/ |
D | si476x-i2c.c | 151 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/ |
D | link.c | 72 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/ |
D | radio-si476x.c | 1104 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/ |
D | speakup_txprt.c | 104 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_dummy.c | 106 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_bns.c | 104 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_spkout.c | 111 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_acntsa.c | 107 .is_alive = spk_synth_is_alive_restart,
|
D | spk_types.h | 175 int (*is_alive)(struct spk_synth *synth); member
|
D | speakup_audptr.c | 112 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_ltlk.c | 119 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_apollo.c | 116 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_decext.c | 135 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_acntpc.c | 121 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_keypc.c | 113 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_dectlk.c | 138 .is_alive = spk_synth_is_alive_restart,
|
D | speakup_soft.c | 139 .is_alive = softsynth_is_alive,
|
D | speakup_dtlk.c | 136 .is_alive = spk_synth_is_alive_nop,
|
D | speakup_decpc.c | 228 .is_alive = spk_synth_is_alive_nop,
|
D | main.c | 308 char val = synth->is_alive(synth); in speech_kill()
|
/drivers/pcmcia/ |
D | m32r_pcc.c | 281 static int __init is_alive(u_short sock) in is_alive() function 313 if (is_alive(pcc_sockets)) in add_pcc_socket()
|
D | m32r_cfc.c | 270 static int __init is_alive(u_short sock) in is_alive() function 310 if (is_alive(pcc_sockets)) in add_pcc_socket()
|
D | i82365.c | 640 static int __init is_alive(u_short sock) in is_alive() function 668 if (is_alive(sockets)) in add_socket()
|
/drivers/block/ |
D | floppy.c | 639 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()
|