Home
last modified time | relevance | path

Searched defs:pstr (Results 1 – 13 of 13) sorted by relevance

/linux/sound/usb/line6/
H A Dpcm.c148 struct line6_pcm_stream *pstr, int direction, int type) in line6_buffer_acquire()
171 struct line6_pcm_stream *pstr, int type) in line6_buffer_release()
186 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_start() local
211 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); in line6_stream_stop() local
293 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_pointer() local
303 struct line6_pcm_stream *pstr; in line6_pcm_acquire() local
334 struct line6_pcm_stream *pstr; in line6_pcm_release() local
354 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_params() local
372 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_hw_free() local
589 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); in snd_line6_prepare() local
/linux/sound/core/
H A Dpcm.c106 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl() local
482 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read() local
489 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write() local
496 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init()
525 static int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_done()
584 static inline int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_init()
585 static inline int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_done()
597 struct snd_pcm_str *pstr = dev_get_drvdata(dev); in do_pcm_suspend() local
630 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream() local
804 static void free_chmap(struct snd_pcm_str *pstr) in free_chmap()
[all …]
H A Drawmidi.c662 struct snd_rawmidi_str *pstr; in __snd_rawmidi_info_select() local
H A Dpcm_native.c219 struct snd_pcm_str *pstr = substream->pstr; in snd_pcm_info() local
/linux/fs/crypto/
H A Dhooks.c360 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink() local
/linux/sound/hda/codecs/hdmi/
H A Dsimplehdmi.c16 struct hda_pcm_stream *pstr; in snd_hda_hdmi_simple_build_pcms() local
H A Dhdmi.c1902 struct hda_pcm_stream *pstr; in snd_hda_hdmi_generic_build_pcms() local
/linux/sound/core/oss/
H A Dpcm_oss.c2949 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_oss_proc_read() local
2967 static void snd_pcm_oss_proc_free_setup_list(struct snd_pcm_str * pstr) in snd_pcm_oss_proc_free_setup_list()
2983 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_oss_proc_write() local
3059 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_oss_proc_init() local
3082 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_oss_proc_done() local
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c78 struct snd_pcm_str *pstr = in solo_g723_isr() local
/linux/rust/kernel/device/
H A Dproperty.rs446 let pstr: *mut _ = &mut str; in read_from_fwnode_property() localVariable
/linux/tools/perf/
H A Dbuiltin-diff.c1064 static int abstime_str_dup(char **pstr) in abstime_str_dup()
1078 static int parse_absolute_time(struct data__file *d, char **pstr) in parse_absolute_time()
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c419 char *substr, *pstr = str; in mlx5_tracer_get_num_of_params() local
/linux/include/sound/
H A Dpcm.h466 struct snd_pcm_str *pstr; member