/linux-4.1.27/drivers/mfd/ |
H A D | si476x-i2c.c | 151 atomic_set(&core->is_alive, 1); si476x_core_start() 158 atomic_set(&core->is_alive, 1); si476x_core_start() 174 atomic_set(&core->is_alive, 1); si476x_core_start() 202 atomic_set(&core->is_alive, 0); si476x_core_start() 233 atomic_set(&core->is_alive, 0); si476x_core_stop() 416 atomic_set(&core->is_alive, 0); si476x_core_pronounce_dead() 530 if (atomic_read(&core->is_alive)) si476x_core_poll_loop() 718 atomic_set(&core->is_alive, 0); si476x_core_probe()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 72 bool is_alive; ath_hw_check() local 76 is_alive = ath9k_hw_check_alive(sc->sc_ah); ath_hw_check() 78 if (!is_alive) { ath_hw_check() 87 return is_alive; ath_hw_check()
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | speakup_acntsa.c | 111 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_audptr.c | 116 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_bns.c | 108 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_dummy.c | 110 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_ltlk.c | 123 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_spkout.c | 115 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_txprt.c | 108 .is_alive = spk_synth_is_alive_restart,
|
H A D | spk_types.h | 175 int (*is_alive)(struct spk_synth *synth); member in struct:spk_synth
|
H A D | speakup_acntpc.c | 126 .is_alive = spk_synth_is_alive_nop,
|
H A D | speakup_apollo.c | 120 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_decext.c | 139 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_dectlk.c | 142 .is_alive = spk_synth_is_alive_restart,
|
H A D | speakup_keypc.c | 117 .is_alive = spk_synth_is_alive_nop,
|
H A D | speakup_soft.c | 141 .is_alive = softsynth_is_alive,
|
H A D | speakup_dtlk.c | 140 .is_alive = spk_synth_is_alive_nop,
|
H A D | speakup_decpc.c | 231 .is_alive = spk_synth_is_alive_nop,
|
H A D | main.c | 309 char val = synth->is_alive(synth); speech_kill()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | m32r_cfc.c | 270 static int __init is_alive(u_short sock) is_alive() function 274 pr_debug("m32r_cfc: is_alive:\n"); is_alive() 281 pr_debug("m32r_cfc: is_alive: sock stat is 0x%04x\n", stat); is_alive() 310 if (is_alive(pcc_sockets)) add_pcc_socket()
|
H A D | m32r_pcc.c | 281 static int __init is_alive(u_short sock) is_alive() function 313 if (is_alive(pcc_sockets)) add_pcc_socket()
|
H A D | i82365.c | 640 static int __init is_alive(u_short sock) is_alive() function 668 if (is_alive(sockets)) add_socket()
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-si476x.c | 1104 atomic_read(&radio->core->is_alive)) si476x_radio_fops_release() 1129 !atomic_read(&radio->core->is_alive))); si476x_radio_fops_read() 1133 if (!atomic_read(&radio->core->is_alive)) si476x_radio_fops_read() 1160 if (atomic_read(&radio->core->is_alive)) si476x_radio_fops_poll() 1163 if (!atomic_read(&radio->core->is_alive)) si476x_radio_fops_poll()
|
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_state.c | 1826 bool is_alive = false; km_is_alive() local 1830 if (km->is_alive && km->is_alive(c)) { km_is_alive() 1831 is_alive = true; km_is_alive() 1837 return is_alive; km_is_alive()
|
H A D | xfrm_user.c | 3087 .is_alive = xfrm_is_alive,
|
/linux-4.1.27/include/linux/mfd/ |
H A D | si476x-core.h | 156 atomic_t is_alive; member in struct:si476x_core
|
/linux-4.1.27/net/key/ |
H A D | af_key.c | 3064 bool is_alive = false; pfkey_is_alive() local 3069 is_alive = true; pfkey_is_alive() 3075 return is_alive; pfkey_is_alive() 3801 .is_alive = pfkey_is_alive,
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 639 static void is_alive(const char *func, const char *message) is_alive() function 1691 is_alive(__func__, "bizarre fdc"); floppy_interrupt() 1726 is_alive(__func__, "normal interrupt end"); floppy_interrupt() 1851 is_alive(__func__, ""); floppy_shutdown() 2911 is_alive(__func__, "old request running"); do_fd_request() 2918 is_alive(__func__, ""); do_fd_request()
|
/linux-4.1.27/include/net/ |
H A D | xfrm.h | 602 bool (*is_alive)(const struct km_event *c); member in struct:xfrm_mgr
|