Searched refs:rate_priv (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Drate.c45 struct rate_priv { struct
56 struct rate_priv *data = (struct rate_priv *)plugin->extra_data;
76 struct rate_priv *data = (struct rate_priv *)plugin->extra_data;
135 struct rate_priv *data = (struct rate_priv *)plugin->extra_data;
185 struct rate_priv *data;
192 data = (struct rate_priv *)plugin->extra_data;
218 struct rate_priv *dat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.c1514 struct ath_rate_priv *rate_priv; local
1516 rate_priv = kzalloc(sizeof(struct ath_rate_priv), gfp);
1517 if (!rate_priv) {
1523 rate_priv->tx_triglevel_max = sc->sc_ah->caps.tx_triglevel_max;
1525 return rate_priv;
1531 struct ath_rate_priv *rate_priv = priv_sta; local
1532 kfree(rate_priv);

Completed in 105 milliseconds