Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 39) sorted by relevance

12

/drivers/accessibility/speakup/
Dsynth.c153 synth->alive = 1; in spk_synth_is_alive_nop()
160 if (synth->alive) in spk_synth_is_alive_restart()
164 synth->alive = 1; in spk_synth_is_alive_restart()
184 if (!synth->alive) { in synth_start()
201 if (synth->alive) { in spk_do_flush()
292 if (synth->alive) { in synth_insert_next_index()
397 synth->alive = 0; in do_synth_init()
439 synth->alive = 0; in synth_release()
Dserialio.c196 synth->alive = 1; in spk_serial_synth_probe()
220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_serial_wait_for_xmitr()
223 in_synth->alive = 0; in spk_serial_wait_for_xmitr()
285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) { in spk_serial_out()
Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
Dspeakup_soft.c184 if (synth_soft.alive) { in softsynth_open()
188 synth_soft.alive = 1; in softsynth_open()
198 synth_soft.alive = 0; in softsynth_close()
222 synth_soft.alive = 1; in softsynthx_read()
423 if (synth_soft.alive) in softsynth_is_alive()
Dspk_ttyio.c230 if (!in_synth->alive || !tty->ops->write) in spk_ttyio_out()
249 in_synth->alive = 0; in spk_ttyio_out()
347 synth->alive = 1; in spk_ttyio_synth_probe()
Dbuffers.c65 if (!synth->alive) { in synth_buffer_add()
Dspeakup_acntsa.c125 synth->alive = !failed; in synth_probe()
Dspeakup_ltlk.c156 synth->alive = !failed; in synth_probe()
Dspeakup_audptr.c152 synth->alive = !failed; in synth_probe()
Dspk_types.h202 int alive; member
Dspeakup_keypc.c294 synth->alive = 1; in synth_probe()
Dspeakup_acntpc.c293 synth->alive = 1; in synth_probe()
Dspeakup_dtlk.c364 synth->alive = 1; in synth_probe()
Dspeakup_decpc.c473 synth->alive = 1; in synth_probe()
/drivers/pci/hotplug/
Dacpiphp_glue.c648 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
655 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
657 if (!alive) in trim_stale_devices()
658 alive = pci_device_is_present(dev); in trim_stale_devices()
660 if (!alive) { in trim_stale_devices()
/drivers/net/wireless/intel/iwlwifi/pcie/
Dctxt-info-gen3.c234 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_gen3_free() argument
247 if (alive) in iwl_pcie_ctxt_info_gen3_free()
Dinternal.h69 u32 alive; member
/drivers/net/wireless/intel/iwlwifi/
Diwl-context-info-gen3.h260 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
/drivers/mmc/core/
Dcore.h28 int (*alive)(struct mmc_host *); member
/drivers/visorbus/
Dvisorchipset.c761 if (state.alive == segment_state_running.alive && in visorbus_device_changestate()
766 else if (state.alive == segment_state_standby.alive && in visorbus_device_changestate()
Dcontrolvmchannel.h56 u16 alive:1; member
/drivers/net/ethernet/ti/
Ddavinci_mdio.c65 u32 alive; member
291 phy_mask = readl(&data->regs->alive); in davinci_mdio_common_reset()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_mbx.c395 bool alive = !!mbx_req->msg.data[0]; in hclge_set_vf_alive() local
398 if (alive) in hclge_set_vf_alive()
/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1298 neigh->alive = jiffies; in ipoib_neigh_get()
1337 if (time_after(neigh_obsolete, neigh->alive)) { in __ipoib_reap_neigh()
1423 neigh->alive = jiffies; in ipoib_neigh_alloc()
1434 neigh->alive = jiffies; in ipoib_neigh_alloc()
/drivers/pci/switch/
Dswitchtec.c449 if (!stdev->alive) { in lock_mutex_and_test_alive()
1266 stdev->alive = false; in stdev_kill()
1295 stdev->alive = true; in stdev_create()

12