Home
last modified time | relevance | path

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

12

/drivers/accessibility/speakup/
A 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()
376 if (synth->alive) { in synth_insert_next_index()
481 synth->alive = 0; in do_synth_init()
523 synth->alive = 0; in synth_release()
A 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()
A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
A Dspeakup_soft.c196 if (synth_soft.alive) { in softsynth_open()
200 synth_soft.alive = 1; in softsynth_open()
210 synth_soft.alive = 0; in softsynth_close()
234 synth_soft.alive = 1; in softsynthx_read()
436 if (synth_soft.alive) in softsynth_is_alive()
A Dspk_ttyio.c229 if (!in_synth->alive || !tty->ops->write) in spk_ttyio_out()
248 in_synth->alive = 0; in spk_ttyio_out()
346 synth->alive = 1; in spk_ttyio_synth_probe()
A Dbuffers.c65 if (!synth->alive) { in synth_buffer_add()
A Dspeakup_acntsa.c135 synth->alive = !failed; in synth_probe()
A Dspeakup_audptr.c163 synth->alive = !failed; in synth_probe()
A Dspk_types.h202 int alive; member
A Dspeakup_ltlk.c167 synth->alive = !failed; in synth_probe()
A Dspeakup_keypc.c303 synth->alive = 1; in synth_probe()
A Dspeakup_acntpc.c302 synth->alive = 1; in synth_probe()
A Dspeakup_decpc.c484 synth->alive = 1; in synth_probe()
A Dspeakup_dtlk.c374 synth->alive = 1; in synth_probe()
/drivers/pci/hotplug/
A Dacpiphp_glue.c657 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
664 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
666 if (!alive) in trim_stale_devices()
667 alive = pci_device_is_present(dev); in trim_stale_devices()
669 if (!alive) { in trim_stale_devices()
/drivers/net/wireless/intel/iwlwifi/pcie/
A Diwl-context-info-v2.h330 void iwl_pcie_ctxt_info_v2_free(struct iwl_trans *trans, bool alive);
A Dctxt-info-v2.c312 void iwl_pcie_ctxt_info_v2_free(struct iwl_trans *trans, bool alive) in iwl_pcie_ctxt_info_v2_free() argument
327 if (alive) in iwl_pcie_ctxt_info_v2_free()
/drivers/mmc/core/
A Dcore.h28 int (*alive)(struct mmc_host *); member
/drivers/net/ethernet/ti/
A Ddavinci_mdio.c64 u32 alive; member
322 phy_mask = readl(&data->regs->alive); in davinci_mdio_common_reset()
/drivers/gpu/drm/i915/
A DKconfig155 protected session and manage the status of the alive software session,
/drivers/infiniband/ulp/ipoib/
A Dipoib_main.c1367 neigh->alive = jiffies; in ipoib_neigh_get()
1406 if (time_after(neigh_obsolete, neigh->alive)) { in __ipoib_reap_neigh()
1492 neigh->alive = jiffies; in ipoib_neigh_alloc()
1503 neigh->alive = jiffies; in ipoib_neigh_alloc()
A Dipoib.h456 unsigned long alive; member
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_mbx.c479 bool alive = !!mbx_req->msg.data[0]; in hclge_set_vf_alive() local
482 if (alive) in hclge_set_vf_alive()
/drivers/pci/switch/
A Dswitchtec.c500 if (!stdev->alive) { in lock_mutex_and_test_alive()
1326 stdev->alive = false; in stdev_kill()
1355 stdev->alive = true; in stdev_create()
/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
A Dinternal.h66 u32 alive; member

Completed in 82 milliseconds

12