Searched refs:alive (Results 1 - 25 of 44) sorted by relevance

12

/drivers/staging/speakup/
H A Dthread.c33 (synth && synth->catch_up && synth->alive &&
49 if (synth && synth->catch_up && synth->alive) {
H A Dsynth.c71 synth->alive = 1;
173 synth->alive = 1;
180 if (synth->alive)
182 if (!synth->alive && spk_wait_for_xmitr() > 0) {
184 synth->alive = 1;
204 if (!synth->alive) {
221 if (synth->alive) {
283 if (synth->alive) {
388 synth->alive = 0;
428 synth->alive
[all...]
H A Dserialio.c142 if ((synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) {
145 synth->alive = 0;
204 if (synth->alive && spk_wait_for_xmitr()) {
H A Dbuffers.c20 * So we only stop when we know alive == 1 (else we discard the data anyway),
21 * and the alive synth will eventually call start_ttys from the thread context.
64 if (!synth->alive) {
H A Dspeakup_soft.c183 if (synth_soft.alive) {
187 synth_soft.alive = 1;
197 synth_soft.alive = 0;
344 if (synth_soft.alive)
H A Dspeakup_acntsa.c136 synth->alive = !failed;
H A Dspeakup_audptr.c170 synth->alive = !failed;
H A Dspeakup_ltlk.c168 synth->alive = !failed;
H A Dspk_types.h178 int alive; member in struct:spk_synth
H A Dspeakup_acntpc.c304 synth->alive = 1;
H A Dspeakup_keypc.c305 synth->alive = 1;
/drivers/staging/line6/
H A Dcapture.c115 int alive; local
118 alive = 0;
121 alive++;
123 if (!alive)
128 if (alive)
129 snd_printk(KERN_ERR "timeout: still %d active urbs..\n", alive);
H A Dplayback.c329 int alive; local
332 alive = 0;
335 alive++;
337 if (!alive)
342 if (alive)
343 snd_printk(KERN_ERR "timeout: still %d active urbs..\n", alive);
/drivers/staging/lustre/lustre/obdclass/
H A Dcapa.c152 struct hlist_head *head, int alive)
155 int len = alive ? offsetof(struct lustre_capa, lc_keyid):sizeof(*capa);
161 if (alive && capa_is_to_expire(ocapa))
225 int alive)
230 ocapa = find_capa(capa, hash + capa_hashfn(&capa->lc_fid), alive);
151 find_capa(struct lustre_capa *capa, struct hlist_head *head, int alive) argument
224 capa_lookup(struct hlist_head *hash, struct lustre_capa *capa, int alive) argument
/drivers/staging/lustre/lnet/lnet/
H A Drouter.c110 lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive, unsigned long when) argument
121 (!lp->lp_alive) == (!alive)) { /* new date for old news */
129 lp->lp_alive = !(!alive); /* 1 bit! */
135 CDEBUG(D_NET, "set %s %d\n", libcfs_nid2str(lp->lp_nid), alive);
141 int alive; local
154 alive = lp->lp_alive;
166 (ni->ni_lnd->lnd_notify)(ni, lp->lp_nid, alive);
397 /* XXX Assume alive */
557 lnet_nid_t *gateway, __u32 *alive, __u32 *priority)
583 *alive
556 lnet_get_route(int idx, __u32 *net, __u32 *hops, lnet_nid_t *gateway, __u32 *alive, __u32 *priority) argument
1500 lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when) argument
1579 lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when) argument
[all...]
H A Drouter_proc.c258 int alive = route->lr_gateway->lp_alive; local
264 alive ? "up" : "down",
366 int alive = peer->lp_alive; local
390 alive ? "up" : "down", last_ping,
397 alive ? "up" : "down", last_ping,
683 "nid", "status", "alive", "refs", "peer",
718 /* @lo forever alive */
/drivers/mmc/core/
H A Dcore.h28 int (*alive)(struct mmc_host *); member in struct:mmc_bus_ops
/drivers/net/wimax/i2400m/
H A Ddriver.c381 i2400m->alive = 1;
382 wmb();/* see i2400m->updown and i2400m->alive's doc */
443 i2400m->alive = 0;
444 wmb(); /* see i2400m->updown and i2400m->alive's doc */
629 if (i2400m->alive) {
669 if (i2400m->alive) {
821 i2400m->alive = 0;
H A Di2400m.h547 * @alive: flag to denote if the device *should* be alive. This flag is
551 * Then the device is expected to be alive all the time
552 * (i2400m->alive remains 1) until the driver is removed. Therefore
651 /* if the device is expected to be alive */
652 unsigned alive; member in struct:i2400m
/drivers/pci/hotplug/
H A Dacpiphp_glue.c635 bool alive = false; local
642 alive = (ACPI_SUCCESS(status) && device_status_valid(sta))
645 if (!alive)
646 alive = pci_device_is_present(dev);
648 if (!alive) {
/drivers/staging/lustre/include/linux/lnet/
H A Dlib-lnet.h646 int lnet_notify(lnet_ni_t *ni, lnet_nid_t peer, int alive, unsigned long when);
647 void lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive,
655 lnet_nid_t *gateway, __u32 *alive, __u32 *priority);
/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c63 u32 alive; member in struct:davinci_mdio_regs
155 /* get phy mask from the alive register */
156 phy_mask = __raw_readl(&data->regs->alive);
/drivers/block/
H A Dcciss.h137 unsigned char alive; member in struct:ctlr_info
/drivers/staging/lustre/lustre/include/
H A Dlustre_capa.h188 struct lustre_capa *capa, int alive);
/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h67 u32 alive; member in struct:isr_statistics

Completed in 408 milliseconds

12