Searched refs:is_alive (Results 1 - 29 of 29) sorted by relevance

/linux-4.1.27/drivers/mfd/
H A Dsi476x-i2c.c151 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 Dlink.c72 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 Dspeakup_acntsa.c111 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_audptr.c116 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_bns.c108 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_dummy.c110 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_ltlk.c123 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_spkout.c115 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_txprt.c108 .is_alive = spk_synth_is_alive_restart,
H A Dspk_types.h175 int (*is_alive)(struct spk_synth *synth); member in struct:spk_synth
H A Dspeakup_acntpc.c126 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_apollo.c120 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_decext.c139 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_dectlk.c142 .is_alive = spk_synth_is_alive_restart,
H A Dspeakup_keypc.c117 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_soft.c141 .is_alive = softsynth_is_alive,
H A Dspeakup_dtlk.c140 .is_alive = spk_synth_is_alive_nop,
H A Dspeakup_decpc.c231 .is_alive = spk_synth_is_alive_nop,
H A Dmain.c309 char val = synth->is_alive(synth); speech_kill()
/linux-4.1.27/drivers/pcmcia/
H A Dm32r_cfc.c270 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 Dm32r_pcc.c281 static int __init is_alive(u_short sock) is_alive() function
313 if (is_alive(pcc_sockets)) add_pcc_socket()
H A Di82365.c640 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 Dradio-si476x.c1104 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 Dxfrm_state.c1826 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 Dxfrm_user.c3087 .is_alive = xfrm_is_alive,
/linux-4.1.27/include/linux/mfd/
H A Dsi476x-core.h156 atomic_t is_alive; member in struct:si476x_core
/linux-4.1.27/net/key/
H A Daf_key.c3064 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 Dfloppy.c639 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 Dxfrm.h602 bool (*is_alive)(const struct km_event *c); member in struct:xfrm_mgr

Completed in 2575 milliseconds