Searched refs:rates (Results 1 - 25 of 164) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_limit.c130 static struct rates struct
134 } rates[] = { { "day", IPT_LIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
143 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
144 if (period > rates[i].mult
145 || rates[i].mult/period < rates[i].mult%period)
149 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
H A Dlibip6t_limit.c130 static struct rates struct
134 } rates[] = { { "day", IP6T_LIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
143 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
144 if (period > rates[i].mult
145 || rates[i].mult % period != 0)
149 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
H A Dlibip6t_hashlimit.c251 static struct rates struct
255 } rates[] = { { "day", XT_HASHLIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
264 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
265 if (period > rates[i].mult
266 || rates[i].mult/period < rates[i].mult%period)
270 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
H A Dlibipt_hashlimit.c251 static struct rates struct
255 } rates[] = { { "day", IPT_HASHLIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
264 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
265 if (period > rates[i].mult
266 || rates[i].mult/period < rates[i].mult%period)
270 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_init.c217 struct sas_phy_linkrates *rates)
221 if ((rates->minimum_linkrate &&
222 rates->minimum_linkrate > phy->maximum_linkrate) ||
223 (rates->maximum_linkrate &&
224 rates->maximum_linkrate < phy->minimum_linkrate))
227 if (rates->minimum_linkrate &&
228 rates->minimum_linkrate < phy->minimum_linkrate_hw)
229 rates->minimum_linkrate = phy->minimum_linkrate_hw;
231 if (rates->maximum_linkrate &&
232 rates
216 sas_set_phy_speed(struct sas_phy *phy, struct sas_phy_linkrates *rates) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_limit.c108 static const struct rates struct
112 } rates[] = { { "day", XT_LIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
121 for (i = 1; i < ARRAY_SIZE(rates); ++i)
122 if (period > rates[i].mult
123 || rates[i].mult/period < rates[i].mult%period)
126 printf(" %u/%s", rates[i-1].mult / period, rates[i-1].name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_module.c154 ri->rates[ri->count++] = IEEE80211_CCK_RATE_1MB;
155 ri->rates[ri->count++] = IEEE80211_CCK_RATE_2MB;
156 ri->rates[ri->count++] = IEEE80211_CCK_RATE_5MB;
157 ri->rates[ri->count++] = IEEE80211_CCK_RATE_11MB;
160 ri->rates[ri->count++] = IEEE80211_OFDM_RATE_6MB;
161 ri->rates[ri->count++] = IEEE80211_OFDM_RATE_9MB;
162 ri->rates[ri->count++] = IEEE80211_OFDM_RATE_12MB;
163 ri->rates[ri->count++] = IEEE80211_OFDM_RATE_18MB;
164 ri->rates[ri->count++] = IEEE80211_OFDM_RATE_24MB;
165 ri->rates[r
327 ieee80211softmac_set_rates(struct net_device *dev, u8 count, u8 *rates) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_pcm.c46 /* standard rates */
97 /* double rates */
410 unsigned int rates = ~0; local
425 rates &= pcm->r[dbl].codec[cidx]->rates[idx];
428 rates &= ~(SNDRV_PCM_RATE_64000 | SNDRV_PCM_RATE_88200 |
430 return rates;
444 unsigned int rates; local
480 rpcm->rates = ~0;
485 rates
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibamr.c85 AMR_bitrates rates[] = { { 4750, MR475}, local
96 if (rates[i].rate == bitrate)
97 return rates[i].mode;
292 AMRWB_bitrates rates[] = { { 6600, 0}, local
304 if (rates[i].rate == bitrate)
305 return rates[i].mode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_misc.c453 * Determines the rate_min and rate_max fields from the rates bits of
460 static unsigned rates[] = { local
466 for (i = 0; i < (int)ARRAY_SIZE(rates); i++) {
467 if (runtime->hw.rates & (1 << i)) {
468 runtime->hw.rate_min = rates[i];
472 for (i = (int)ARRAY_SIZE(rates) - 1; i >= 0; i--) {
473 if (runtime->hw.rates & (1 << i)) {
474 runtime->hw.rate_max = rates[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Drc80211_simple.c57 mode->rates[i].flags & IEEE80211_RATE_SUPPORTED &&
86 mode->rates[i].flags & IEEE80211_RATE_SUPPORTED) {
101 struct ieee80211_rate *rate = &mode->rates[i];
107 printk(KERN_DEBUG "rate_control_lowest_rate - no supported rates "
109 return &mode->rates[0];
259 ((mode->rates[nonerp_idx].flags & IEEE80211_RATE_ERP) ||
260 !(mode->rates[nonerp_idx].flags & IEEE80211_RATE_SUPPORTED) ||
263 extra->nonerp = &mode->rates[nonerp_idx];
267 return &mode->rates[rateidx];
285 (mode->rates[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dsmacker.c51 uint32_t rates[7]; member in struct:SmackerContext
133 smk->rates[i] = get_le32(pb);
175 if((smk->rates[i] & 0xFFFFFF) && !(smk->rates[i] & SMK_AUD_BINKAUD)){
179 ast[i]->codec->codec_id = (smk->rates[i] & SMK_AUD_PACKED) ? CODEC_ID_SMACKAUDIO : CODEC_ID_PCM_U8;
181 ast[i]->codec->channels = (smk->rates[i] & SMK_AUD_STEREO) ? 2 : 1;
182 ast[i]->codec->sample_rate = smk->rates[i] & 0xFFFFFF;
183 ast[i]->codec->bits_per_coded_sample = (smk->rates[i] & SMK_AUD_16BITS) ? 16 : 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_si3054.c179 static unsigned int rates[] = { 8000, 9600, 16000 }; local
181 .count = ARRAY_SIZE(rates),
182 .list = rates,
196 .rates = SNDRV_PCM_RATE_8000|SNDRV_PCM_RATE_16000|SNDRV_PCM_RATE_KNOT,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Ddarla20.c84 .rates = SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000,
H A Ddarla24.c89 .rates = SNDRV_PCM_RATE_8000_48000 |
H A Dgina20.c88 .rates = SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000,
H A Dindigo.c89 .rates = SNDRV_PCM_RATE_32000 |
H A Dindigodj.c89 .rates = SNDRV_PCM_RATE_32000 |
H A Dindigoio.c90 .rates = SNDRV_PCM_RATE_32000 |
H A Dlayla20.c98 .rates = SNDRV_PCM_RATE_8000_48000 | SNDRV_PCM_RATE_CONTINUOUS,
H A Dlayla24.c108 .rates = SNDRV_PCM_RATE_8000_96000,
H A Dmia.c98 .rates = SNDRV_PCM_RATE_32000 |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_pcm.c42 .rates = SNDRV_PCM_RATE_CONTINUOUS,
67 .rates = SNDRV_PCM_RATE_CONTINUOUS,
88 .rates =
107 .rates = SNDRV_PCM_RATE_8000_48000 | SNDRV_PCM_RATE_CONTINUOUS, // SNDRV_PCM_RATE_48000,
147 runtime->hw.rates = SNDRV_PCM_RATE_32000;
150 runtime->hw.rates = SNDRV_PCM_RATE_44100;
153 runtime->hw.rates = SNDRV_PCM_RATE_48000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-ac97.c381 .rates = PXA2XX_AC97_RATES,
387 .rates = PXA2XX_AC97_RATES,
400 .rates = PXA2XX_AC97_RATES,
406 .rates = PXA2XX_AC97_RATES,
419 .rates = PXA2XX_AC97_RATES,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Djoin.c23 * @brief This function finds out the common rates between rate1 and rate2.
25 * It will fill common rates in rate1 as output if found.
27 * NOTE: Setting the MSB of the basic rates need to be taken
62 lbs_dbg_hex("rate1 (AP) rates:", tmp, sizeof(tmp));
63 lbs_dbg_hex("rate2 (Card) rates:", rate2, rate2_size);
64 lbs_dbg_hex("Common rates:", ptr, rate1_size);
340 struct mrvlietypes_ratesparamset *rates; local
387 rates = (struct mrvlietypes_ratesparamset *) pos;
388 rates->header.type = cpu_to_le16(TLV_TYPE_RATES);
390 memcpy(&rates
[all...]

Completed in 123 milliseconds

1234567