Searched defs:alive (Results 1 - 10 of 10) sorted by relevance

/drivers/mmc/core/
H A Dcore.h27 int (*alive)(struct mmc_host *); member in struct:mmc_bus_ops
/drivers/net/wireless/iwmc3200wifi/
H A Dtx.c249 struct iwm_umac_notif_alive *alive)
255 iwm->tx_credit.pool_nr = le16_to_cpu(alive->page_grp_count);
262 __le32 page_grp_state = alive->page_grp_state[i];
248 iwm_tx_credit_init_pools(struct iwm_priv *iwm, struct iwm_umac_notif_alive *alive) argument
/drivers/staging/line6/
H A Dcapture.c114 int alive; local
117 alive = 0;
120 alive++;
122 if (!alive)
127 if (alive)
128 snd_printk(KERN_ERR "timeout: still %d active urbs..\n", alive);
H A Dplayback.c328 int alive; local
331 alive = 0;
334 alive++;
336 if (!alive)
341 if (alive)
342 snd_printk(KERN_ERR "timeout: still %d active urbs..\n", alive);
/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c58 u32 alive; member in struct:davinci_mdio_regs
143 /* get phy mask from the alive register */
144 phy_mask = __raw_readl(&data->regs->alive);
/drivers/block/
H A Dcciss.h137 unsigned char alive; member in struct:ctlr_info
/drivers/net/wimax/i2400m/
H A Di2400m.h548 * @alive: flag to denote if the device *should* be alive. This flag is
552 * Then the device is expected to be alive all the time
553 * (i2400m->alive remains 1) until the driver is removed. Therefore
652 /* if the device is expected to be alive */
653 unsigned alive; member in struct:i2400m
/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-int.h68 u32 alive; member in struct:isr_statistics
/drivers/staging/speakup/
H A Dspk_types.h178 int alive; member in struct:spk_synth
/drivers/net/wireless/iwlegacy/
H A Dcommon.h1029 u32 alive; member in struct:isr_stats
1252 * _4965's initialize alive response contains some calibration data. */
1555 /* alive notification after init uCode load */

Completed in 1145 milliseconds