Searched refs:rates (Results 126 - 150 of 164) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/nm256/
H A Dnm256.c399 /* The actual rates supported by the card. */
785 .rates = SNDRV_PCM_RATE_KNOT/*24k*/ | SNDRV_PCM_RATE_8000_48000,
804 .rates = SNDRV_PCM_RATE_KNOT/*24k*/ | SNDRV_PCM_RATE_8000_48000,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c145 struct ieee80211_rate *rate = &mode->rates[i];
741 * sequence, if this rate belongs to the PHY mandatory rates, or else
742 * at the highest possible rate belonging to the PHY rates in the
779 * Mandatory rates for IEEE 802.11g PHY: 1, 2, 5.5, 11, 6, 12, 24 Mbps
784 struct ieee80211_rate *r = &mode->rates[i];
847 /* Do not use multiple retry rates when sending fragmented
850 * rates. */
854 /* Use CTS protection for unicast frames sent using extended rates if
876 /* Do not use multiple retry rates when using RTS/CTS */
881 while (rate > mode->rates
[all...]
H A Dieee80211_ioctl.c1048 if (mode->rates[i].rate == rate) {
1076 if (mode->rates[i].rate == rate) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c49 * Enable playback 48000 and 96000 rates. (Rates other that these do not work, even with "plug:front".)
89 * Other capture rates apart from 48khz not implemented.
250 .rates = (SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000 |
270 .rates = (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000 |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c1013 static int extract_rates(char *rates, int ratelen, const char *request) argument
1030 memset(rates, 0xff, ratelen);
1041 rates[stream_no] = rate_no;
1097 static int modify_current_stream(HTTPContext *c, char *rates) argument
1110 switch(rates[i]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c1668 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
1693 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
1717 .rates = SNDRV_PCM_RATE_48000,
1741 .rates = (SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 |
1762 .rates = SNDRV_PCM_RATE_48000,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_native.c1785 static unsigned int rates[] = { 5512, 8000, 11025, 16000, 22050, 32000, 44100, variable
1793 ARRAY_SIZE(rates), rates, hw->rates);
1992 if (!(hw->rates & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dens1370.c1042 .rates =
1069 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
1088 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
H A Des1938.c870 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
893 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
H A Dsonicvibes.c383 /* slight violation of specs, needed for continuous sampling rates */
667 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
686 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
H A Dazt3328.c1133 .rates = SNDRV_PCM_RATE_5512 |
1157 .rates = SNDRV_PCM_RATE_5512 |
H A Dcs4281.c713 /* special "hardcoded" rates */
855 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
881 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
H A Des1968.c1246 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
1267 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h752 u8 rates[IPW_MAX_RATES]; member in struct:ipw_rates
1221 struct ipw_supported_rates rates; member in struct:ipw_priv
H A Dorinoco.c2549 int *numrates, s32 *rates, int max)
2574 rates[i] = (p[i] & 0x7f) * 500000; /* convert to bps */
3721 * This increase performance, especially at high rates
4044 if (atom->p.rates[i] == 0x0)
4047 iwe.u.bitrate.value = ((atom->p.rates[i] & 0x7f) * 500000);
2548 orinoco_hw_get_bitratelist(struct orinoco_private *priv, int *numrates, s32 *rates, int max) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1x.c264 .rates = SNDRV_PCM_RATE_48000,
283 .rates = SNDRV_PCM_RATE_48000,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-alsa.c452 .rates = SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_48000,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h646 /* SSID, supported rates */
655 /* SSID, supported rates, FH params, DS params,
667 /* SSID, supported rates, RSN */
684 /* supported rates */
702 * only use 8, and then use extended rates for the remaining supported
703 * rates. Other APs, however, stick all of their supported rates on the
704 * main rates information element... */
884 u8 rates[MAX_RATES_LENGTH]; member in struct:ieee80211_network
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h46 unsigned int rates; /* SNDRV_PCM_RATE_* */ member in struct:snd_pcm_hardware
106 /* If you change this don't forget to change rates[] table in pcm_native.c */
122 #define SNDRV_PCM_RATE_KNOT (1<<31) /* supports more non-continuos rates */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2yaudio.c876 .rates = SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000,
H A Dusx2yhwdeppcm.c553 .rates = SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c1218 .rates = (SNDRV_PCM_RATE_44100 |
1238 .rates = (SNDRV_PCM_RATE_44100 |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c1028 snd_printdd("rates differ %d %d\n", p[0], p[1]);
1354 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_48000,
1373 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_48000,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c2194 .rates = (SNDRV_PCM_RATE_44100 |
2217 .rates = (SNDRV_PCM_RATE_44100 |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c833 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
855 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,

Completed in 361 milliseconds

1234567