Searched refs:rates (Results 176 - 200 of 867) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlibopencore-amr.c56 AMR_bitrates rates[] = { { 4750, MR475}, local
67 if (rates[i].rate == bitrate)
68 return rates[i].mode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlibopencore-amr.c56 AMR_bitrates rates[] = { { 4750, MR475}, local
67 if (rates[i].rate == bitrate)
68 return rates[i].mode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Drc80211_pid_algo.c51 * difference between rates. The behaviour of the lowest available rate is kept
52 * as a reference value, and every time we switch between two rates, we compute
54 * we compare behaviours which different rates exhibited in adjacent timeslices,
59 * avoid pejorative switches to lower rates and allow for switches to higher
60 * rates if they behaved well.
233 if (info->status.rates[0].idx != spinfo->txrate_idx)
248 } else if (info->status.rates[0].count > 1) {
271 info->control.rates[0].count =
274 info->control.rates[0].count =
286 info->control.rates[
[all...]
H A Dibss.c74 int rates, i; local
115 /* build supported rates array */
142 rates = sband->n_bitrates;
143 if (rates > 8)
144 rates = 8;
145 pos = skb_put(skb, 2 + rates);
147 *pos++ = rates;
148 memcpy(pos, supp_rates, rates);
165 rates = sband->n_bitrates - 8;
166 pos = skb_put(skb, 2 + rates);
[all...]
H A Dtx.c53 if (info->control.rates[0].flags & IEEE80211_TX_RC_MCS)
57 if (WARN_ON_ONCE(info->control.rates[0].idx < 0))
61 txrate = &sband->bitrates[info->control.rates[0].idx];
78 * sequence, if this rate belongs to the PHY mandatory rates, or else
79 * at the highest possible rate belonging to the PHY rates in the
116 * Mandatory rates for IEEE 802.11g PHY: 1, 2, 5.5, 11, 6, 12, 24 Mbps
636 if (unlikely(info->control.rates[0].idx < 0))
640 txrc.reported_rate = info->control.rates[0];
645 if (unlikely(!info->control.rates[0].count))
646 info->control.rates[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Drc80211_pid_algo.c51 * difference between rates. The behaviour of the lowest available rate is kept
52 * as a reference value, and every time we switch between two rates, we compute
54 * we compare behaviours which different rates exhibited in adjacent timeslices,
59 * avoid pejorative switches to lower rates and allow for switches to higher
60 * rates if they behaved well.
233 if (info->status.rates[0].idx != spinfo->txrate_idx)
248 } else if (info->status.rates[0].count > 1) {
271 info->control.rates[0].count =
274 info->control.rates[0].count =
286 info->control.rates[
[all...]
H A Dibss.c74 int rates, i; local
115 /* build supported rates array */
142 rates = sband->n_bitrates;
143 if (rates > 8)
144 rates = 8;
145 pos = skb_put(skb, 2 + rates);
147 *pos++ = rates;
148 memcpy(pos, supp_rates, rates);
165 rates = sband->n_bitrates - 8;
166 pos = skb_put(skb, 2 + rates);
[all...]
H A Dtx.c53 if (info->control.rates[0].flags & IEEE80211_TX_RC_MCS)
57 if (WARN_ON_ONCE(info->control.rates[0].idx < 0))
61 txrate = &sband->bitrates[info->control.rates[0].idx];
78 * sequence, if this rate belongs to the PHY mandatory rates, or else
79 * at the highest possible rate belonging to the PHY rates in the
116 * Mandatory rates for IEEE 802.11g PHY: 1, 2, 5.5, 11, 6, 12, 24 Mbps
636 if (unlikely(info->control.rates[0].idx < 0))
640 txrc.reported_rate = info->control.rates[0];
645 if (unlikely(!info->control.rates[0].count))
646 info->control.rates[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c15 struct acx_fw_gen_frame_rates *rates; local
18 wl1251_debug(DEBUG_ACX, "acx frame rates");
20 rates = kzalloc(sizeof(*rates), GFP_KERNEL);
21 if (!rates) {
26 rates->tx_ctrl_frame_rate = ctrl_rate;
27 rates->tx_ctrl_frame_mod = ctrl_mod;
28 rates->tx_mgt_frame_rate = mgt_rate;
29 rates->tx_mgt_frame_mod = mgt_mod;
32 rates, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c15 struct acx_fw_gen_frame_rates *rates; local
18 wl1251_debug(DEBUG_ACX, "acx frame rates");
20 rates = kzalloc(sizeof(*rates), GFP_KERNEL);
21 if (!rates) {
26 rates->tx_ctrl_frame_rate = ctrl_rate;
27 rates->tx_ctrl_frame_mod = ctrl_mod;
28 rates->tx_mgt_frame_rate = mgt_rate;
29 rates->tx_mgt_frame_mod = mgt_mod;
32 rates, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/usb/caiaq/
H A Daudio.c49 .rates = (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000 |
163 * all sample rates are allowed again */
165 dev->pcm_info.rates = dev->samplerates;
191 static unsigned int rates[] = { 5512, 8000, 11025, 16000, 22050, 32000, 44100, variable
217 for (i=0; i < ARRAY_SIZE(rates); i++)
218 if (runtime->rate == rates[i])
219 dev->pcm_info.rates = 1 << i;
652 dev->samplerates = dev->pcm_info.rates;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43legacy/
H A Dpio.c511 retry_limit = info->status.rates[0].count;
525 info->status.rates[0].count = 0;
526 info->status.rates[1].count = status->frame_count;
529 info->status.rates[0].count = retry_limit;
530 info->status.rates[1].count = status->frame_count -
534 info->status.rates[0].count = status->frame_count;
535 info->status.rates[1].idx = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dpio.c511 retry_limit = info->status.rates[0].count;
525 info->status.rates[0].count = 0;
526 info->status.rates[1].count = status->frame_count;
529 info->status.rates[0].count = retry_limit;
530 info->status.rates[1].count = status->frame_count -
534 info->status.rates[0].count = status->frame_count;
535 info->status.rates[1].idx = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/usb/caiaq/
H A Daudio.c49 .rates = (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000 |
163 * all sample rates are allowed again */
165 dev->pcm_info.rates = dev->samplerates;
191 static unsigned int rates[] = { 5512, 8000, 11025, 16000, 22050, 32000, 44100, variable
217 for (i=0; i < ARRAY_SIZE(rates); i++)
218 if (runtime->rate == rates[i])
219 dev->pcm_info.rates = 1 << i;
652 dev->samplerates = dev->pcm_info.rates;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/atmel/
H A Datmel_ssc_dai.c716 .rates = ATMEL_SSC_RATES,
721 .rates = ATMEL_SSC_RATES,
734 .rates = ATMEL_SSC_RATES,
739 .rates = ATMEL_SSC_RATES,
751 .rates = ATMEL_SSC_RATES,
756 .rates = ATMEL_SSC_RATES,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rt2x00/
H A Drt2x00mac.c42 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
67 rts_info->control.rates[0].flags &= ~IEEE80211_TX_RC_USE_RTS_CTS;
68 rts_info->control.rates[0].flags &= ~IEEE80211_TX_RC_USE_CTS_PROTECT;
70 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
84 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
142 if ((tx_info->control.rates[0].flags & (IEEE80211_TX_RC_USE_RTS_CTS |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00mac.c42 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
67 rts_info->control.rates[0].flags &= ~IEEE80211_TX_RC_USE_RTS_CTS;
68 rts_info->control.rates[0].flags &= ~IEEE80211_TX_RC_USE_CTS_PROTECT;
70 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
84 if (tx_info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
142 if ((tx_info->control.rates[0].flags & (IEEE80211_TX_RC_USE_RTS_CTS |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/atmel/
H A Datmel_ssc_dai.c716 .rates = ATMEL_SSC_RATES,
721 .rates = ATMEL_SSC_RATES,
734 .rates = ATMEL_SSC_RATES,
739 .rates = ATMEL_SSC_RATES,
751 .rates = ATMEL_SSC_RATES,
756 .rates = ATMEL_SSC_RATES,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctpcm.c35 .rates = (SNDRV_PCM_RATE_CONTINUOUS |
56 .rates = (SNDRV_PCM_RATE_48000 |
83 .rates = (SNDRV_PCM_RATE_CONTINUOUS |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm9705.c284 .rates = WM9705_AC97_RATES,
291 .rates = WM9705_AC97_RATES,
302 .rates = WM9705_AC97_RATES,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c248 .rates = SNDRV_PCM_RATE_8000_48000,
254 .rates = SNDRV_PCM_RATE_8000_48000,
265 .rates = SNDRV_PCM_RATE_32000 | \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ctxfi/
H A Dctpcm.c35 .rates = (SNDRV_PCM_RATE_CONTINUOUS |
56 .rates = (SNDRV_PCM_RATE_48000 |
83 .rates = (SNDRV_PCM_RATE_CONTINUOUS |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/codecs/
H A Dwm9705.c284 .rates = WM9705_AC97_RATES,
291 .rates = WM9705_AC97_RATES,
302 .rates = WM9705_AC97_RATES,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c248 .rates = SNDRV_PCM_RATE_8000_48000,
254 .rates = SNDRV_PCM_RATE_8000_48000,
265 .rates = SNDRV_PCM_RATE_32000 | \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2200.c2412 struct ipw_supported_rates *rates)
2414 if (!priv || !rates) {
2419 return ipw_send_cmd_pdu(priv, IPW_CMD_SUPPORTED_RATES, sizeof(*rates),
2420 rates);
4126 * rate match to B rates */
4130 /* TODO: Verify that the rate is supported by the current rates
5358 struct ipw_supported_rates *rates)
5362 memset(rates, 0, sizeof(*rates));
5364 rates
2411 ipw_send_supported_rates(struct ipw_priv *priv, struct ipw_supported_rates *rates) argument
5356 ipw_compatible_rates(struct ipw_priv *priv, const struct libipw_network *network, struct ipw_supported_rates *rates) argument
5424 ipw_add_cck_scan_rates(struct ipw_supported_rates *rates, u8 modulation, u32 rate_mask) argument
5447 ipw_add_ofdm_scan_rates(struct ipw_supported_rates *rates, u8 modulation, u32 rate_mask) argument
5488 struct ipw_supported_rates rates; member in struct:ipw_network_match
5496 struct ipw_supported_rates rates; local
5708 struct ipw_supported_rates rates; local
7367 ipw_associate_network(struct ipw_priv *priv, struct libipw_network *network, struct ipw_supported_rates *rates, int roaming) argument
7629 struct ipw_supported_rates *rates; local
10868 init_supported_rates(struct ipw_priv *priv, struct ipw_supported_rates *rates) argument
[all...]

Completed in 333 milliseconds

1234567891011>>