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

12

/linux-master/sound/soc/fsl/
H A Dmpc5200_dma.h80 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
H A Dmpc5200_dma.c125 substream->pstr->stream, runtime->frame_bits,
140 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
158 substream->pstr->stream, s->period_count);
163 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
173 substream->pstr->stream, cmd);
222 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
249 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
274 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
H A Dmpc5200_psc_ac97.c154 if (substream->pstr->stream != SNDRV_PCM_STREAM_CAPTURE)
184 substream->pstr->stream);
193 substream->pstr->stream);
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c78 struct snd_pcm_str *pstr = local
83 for (ss = pstr->substream; ss != NULL; ss = ss->next) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c419 char *substr, *pstr = str; local
423 substr = strstr(pstr, VAL_PARM);
426 pstr = substr;
427 substr = strstr(pstr, VAL_PARM);
/linux-master/drivers/staging/greybus/
H A Daudio_codec.h124 char pstr[NAME_SIZE]; member in struct:gbaudio_module_info
/linux-master/drivers/staging/wlan-ng/
H A Dp80211req.c183 struct p80211pstrd *pstr = (struct p80211pstrd *)mibitem->data; local
194 key, pstr->len);
H A Dprism2mgmt.c509 struct p80211pstrd *pstr; local
536 pstr = (struct p80211pstrd *)&msg->ssid.data;
537 prism2mgmt_pstr2bytestr(p2bytestr, pstr);
1011 struct p80211pstrd *pstr; local
1037 pstr = (struct p80211pstrd *)&msg->ssid.data;
1038 prism2mgmt_pstr2bytestr(p2bytestr, pstr);
H A Dprism2mgmt.h71 void prism2mgmt_bytearea2pstr(u8 *bytearea, struct p80211pstrd *pstr, int len);
75 struct p80211pstrd *pstr);
77 struct p80211pstrd *pstr);
H A Dprism2mib.c325 * Get/set pstr data to/from a byte area.
355 struct p80211pstrd *pstr = data; local
361 prism2mgmt_bytearea2pstr(bytebuf, pstr, mib->parm2);
364 memcpy(bytebuf, pstr->data, pstr->len);
509 struct p80211pstrd *pstr = data; local
516 len = (pstr->len > 5) ? HFA384x_RID_CNFWEP128DEFAULTKEY_LEN :
519 memcpy(bytebuf, pstr->data, pstr->len);
646 struct p80211pstrd *pstr local
694 prism2mgmt_pstr2bytestr(struct hfa384x_bytestr *bytestr, struct p80211pstrd *pstr) argument
716 prism2mgmt_bytestr2pstr(struct hfa384x_bytestr *bytestr, struct p80211pstrd *pstr) argument
738 prism2mgmt_bytearea2pstr(u8 *bytearea, struct p80211pstrd *pstr, int len) argument
[all...]
/linux-master/fs/crypto/
H A Dhooks.c358 struct fscrypt_str cstr, pstr; local
367 pstr.name = READ_ONCE(inode->i_link);
368 if (pstr.name)
369 return pstr.name;
397 err = fscrypt_fname_alloc_buffer(cstr.len, &pstr);
401 err = fscrypt_fname_disk_to_usr(inode, 0, 0, &cstr, &pstr);
406 if (pstr.name[0] == '\0')
409 pstr.name[pstr.len] = '\0';
418 cmpxchg_release(&inode->i_link, NULL, pstr
[all...]
/linux-master/include/sound/
H A Dpcm.h461 struct snd_pcm_str *pstr; member in struct:snd_pcm_substream
H A Drawmidi.h95 struct snd_rawmidi_str *pstr; member in struct:snd_rawmidi_substream
/linux-master/sound/core/oss/
H A Dpcm_oss.c2021 if (substream->pstr->substream_count > 1)
2950 struct snd_pcm_str *pstr = entry->private_data; local
2951 struct snd_pcm_oss_setup *setup = pstr->oss.setup_list;
2952 guard(mutex)(&pstr->oss.setup_mutex);
2968 static void snd_pcm_oss_proc_free_setup_list(struct snd_pcm_str * pstr) argument
2972 for (setup = pstr->oss.setup_list, pstr->oss.setup_list = NULL;
2978 pstr->oss.setup_list = NULL;
2984 struct snd_pcm_str *pstr = entry->private_data; local
2991 guard(mutex)(&pstr
3060 struct snd_pcm_str *pstr = &pcm->streams[stream]; local
3083 struct snd_pcm_str *pstr = &pcm->streams[stream]; local
[all...]
/linux-master/sound/core/
H A Dpcm.c106 struct snd_pcm_str *pstr; local
123 pstr = &pcm->streams[stream];
124 if (pstr->substream_count == 0)
126 if (subdevice >= pstr->substream_count)
128 for (substream = pstr->substream; substream;
479 struct snd_pcm_str *pstr = entry->private_data; local
480 snd_iprintf(buffer, "%d\n", pstr->xrun_debug);
486 struct snd_pcm_str *pstr = entry->private_data; local
489 pstr->xrun_debug = simple_strtoul(line, NULL, 10);
493 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) argument
522 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) argument
581 snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) argument
582 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) argument
595 struct snd_pcm_str *pstr = dev_get_drvdata(dev); local
629 struct snd_pcm_str *pstr = &pcm->streams[stream]; local
803 free_chmap(struct snd_pcm_str *pstr) argument
813 snd_pcm_free_stream(struct snd_pcm_str * pstr) argument
878 struct snd_pcm_str * pstr; local
1008 struct snd_pcm_str *pstr = dev_get_drvdata(dev); local
[all...]
H A Dpcm_lib.c157 ((substream)->pstr->xrun_debug & (mask))
H A Dpcm_native.c218 struct snd_pcm_str *pstr = substream->pstr; local
229 info->subdevices_count = pstr->substream_count;
230 info->subdevices_avail = pstr->substream_count - pstr->substream_opened;
H A Drawmidi.c635 info->subdevices_count = substream->pstr->substream_count;
636 info->subdevices_avail = (substream->pstr->substream_count -
637 substream->pstr->substream_opened);
659 struct snd_rawmidi_str *pstr; local
668 pstr = &rmidi->streams[info->stream];
669 if (pstr->substream_count == 0)
671 if (info->subdevice >= pstr->substream_count)
673 list_for_each_entry(substream, &pstr->substreams, list) {
1808 substream->pstr = stream;
/linux-master/sound/drivers/
H A Daloop.c194 int device = dpcm->substream->pstr->pcm->device;
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c2306 struct hda_pcm_stream *pstr; local
2317 pstr = &info->stream[SNDRV_PCM_STREAM_PLAYBACK];
2318 pstr->substreams = 1;
2319 pstr->ops = generic_ops;
2322 pstr->channels_min = per_cvt->channels_min;
2323 pstr->channels_max = per_cvt->channels_max;
2328 /* other pstr fields are set in open */
3216 struct hda_pcm_stream *pstr; local
3228 pstr = &info->stream[SNDRV_PCM_STREAM_PLAYBACK];
3229 *pstr
[all...]
/linux-master/sound/pci/korg1212/
H A Dkorg1212.c1497 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/linux-master/sound/pci/rme9652/
H A Dhdsp.c3972 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3990 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
4005 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
4054 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
H A Dhdspm.c5502 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
H A Drme9652.c1856 substream->pstr->stream,
1876 substream->pstr->stream,
1893 substream->pstr->stream,
1937 if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/linux-master/sound/soc/google/
H A Dchv3-i2s.c158 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
211 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE) {
240 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE) {
262 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)

Completed in 960 milliseconds

12