Searched refs:pstr (Results 1 - 18 of 18) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_cpols.c133 char *pstr;
149 pstr = cnf->name;
150 if(!strcmp(pstr,"ia5org")) {
153 } else if(*pstr == '@') {
155 polsect = X509V3_get_section(ctx, pstr + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_cpols.c135 char *pstr;
159 pstr = cnf->name;
160 if(!strcmp(pstr,"ia5org")) {
163 } else if(*pstr == '@') {
165 polsect = X509V3_get_section(ctx, pstr + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dgscd.c606 static void cmd_write_cmd(char *pstr) argument
616 j = *pstr & 0x0F;
620 outb(*pstr, GSCDPORT(2));
621 pstr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_debug.c16 char str[80], *pstr; local
19 pstr = str+strlen(str);
31 sprintf(pstr, "%02x ", *ucData);
32 pstr+=3;
36 sprintf(pstr, "\n");
39 pstr=str+strlen(str);
44 sprintf(pstr, "\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h348 struct snd_pcm_str *pstr; member in struct:snd_pcm_substream
H A Drawmidi.h98 struct snd_rawmidi_str *pstr; member in struct:snd_rawmidi_substream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dsa11xx-uda1341.c548 int stream_id = substream->pstr->stream;
677 struct audio_stream *s = &chip->s[substream->pstr->stream];
693 return audio_get_dma_pos(&chip->s[substream->pstr->stream]);
748 int stream_id = substream->pstr->stream;
769 chip->s[substream->pstr->stream].stream = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c1860 if (substream->pstr->substream_count > 1)
2727 struct snd_pcm_str *pstr = entry->private_data; local
2728 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list;
2729 mutex_lock(&pstr->oss.setup_mutex);
2743 mutex_unlock(&pstr->oss.setup_mutex);
2746 static void snd_pcm_oss_proc_free_setup_list(struct snd_pcm_str * pstr) argument
2750 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL;
2756 pstr->oss.setup_list = NULL;
2762 struct snd_pcm_str *pstr local
2841 struct snd_pcm_str *pstr = &pcm->streams[stream]; local
2863 struct snd_pcm_str *pstr = &pcm->streams[stream]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm.c88 struct snd_pcm_str *pstr; local
107 pstr = &pcm->streams[stream];
108 if (pstr->substream_count == 0) {
112 if (subdevice >= pstr->substream_count) {
116 for (substream = pstr->substream; substream;
434 struct snd_pcm_str *pstr = entry->private_data; local
435 snd_iprintf(buffer, "%d\n", pstr->xrun_debug);
441 struct snd_pcm_str *pstr = entry->private_data; local
444 pstr->xrun_debug = simple_strtoul(line, NULL, 10);
448 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) argument
491 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) argument
580 snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) argument
581 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) argument
602 struct snd_pcm_str *pstr = &pcm->streams[stream]; local
721 snd_pcm_free_stream(struct snd_pcm_str * pstr) argument
778 struct snd_pcm_str * pstr; local
[all...]
H A Dpcm_lib.c132 if (substream->pstr->xrun_debug) {
137 if (substream->pstr->xrun_debug > 1)
206 if (runtime->periods > 1 && substream->pstr->xrun_debug) {
208 if (substream->pstr->xrun_debug > 1)
251 if (runtime->periods > 2 && substream->pstr->xrun_debug) {
253 if (substream->pstr->xrun_debug > 1)
H A Dpcm_native.c96 struct snd_pcm_str *pstr = substream->pstr; local
108 info->subdevices_count = pstr->substream_count;
109 info->subdevices_avail = pstr->substream_count - pstr->substream_opened;
2100 str = substream->pstr;
H A Drawmidi.c549 info->subdevices_count = substream->pstr->substream_count;
550 info->subdevices_avail = (substream->pstr->substream_count -
551 substream->pstr->substream_opened);
570 struct snd_rawmidi_str *pstr; local
580 pstr = &rmidi->streams[info->stream];
581 if (pstr->substream_count == 0)
583 if (info->subdevice >= pstr->substream_count)
585 list_for_each_entry(substream, &pstr->substreams, list) {
1390 substream->pstr = stream;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c1480 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdsp.c3813 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3828 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3841 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3889 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
H A Dhdspm.c3529 substream->pstr->
3548 substream->pstr->
3562 hdspm_channel_buffer_location(hdspm, substream->pstr->stream,
3611 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
H A Drme9652.c1938 substream->pstr->stream,
1955 substream->pstr->stream,
1970 substream->pstr->stream,
2013 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2yaudio.c768 struct snd_card *card = substream->pstr->pcm->card;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c10329 char *pstr; local
10385 pstr = grabstackstr(pout);
10386 setinputstring(pstr);

Completed in 484 milliseconds