Home
last modified time | relevance | path

Searched defs:pcm (Results 1 – 200 of 205) sorted by relevance

12

/linux-4.1.27/sound/soc/
Dsoc-generic-dmaengine-pcm.c39 static struct device *dmaengine_dma_dev(struct dmaengine_pcm *pcm, in dmaengine_dma_dev()
85 struct dmaengine_pcm *pcm = soc_platform_to_pcm(rtd->platform); in dmaengine_pcm_hw_params() local
116 struct dmaengine_pcm *pcm = soc_platform_to_pcm(rtd->platform); in dmaengine_pcm_set_runtime_hwparams() local
192 struct dmaengine_pcm *pcm = soc_platform_to_pcm(rtd->platform); in dmaengine_pcm_open() local
207 struct dmaengine_pcm *pcm = soc_platform_to_pcm(rtd->platform); in dmaengine_pcm_compat_request_channel() local
242 struct dmaengine_pcm *pcm = soc_platform_to_pcm(rtd->platform); in dmaengine_pcm_new() local
310 struct dmaengine_pcm *pcm = soc_platform_to_pcm(rtd->platform); in dmaengine_pcm_pointer() local
341 static int dmaengine_pcm_request_chan_of(struct dmaengine_pcm *pcm, in dmaengine_pcm_request_chan_of()
391 static void dmaengine_pcm_release_chan(struct dmaengine_pcm *pcm) in dmaengine_pcm_release_chan()
414 struct dmaengine_pcm *pcm; in snd_dmaengine_pcm_register() local
[all …]
Dsoc-pcm.c2455 struct snd_pcm *pcm; in soc_new_pcm() local
/linux-4.1.27/sound/core/
Dpcm.c49 struct snd_pcm *pcm; in snd_pcm_get() local
60 struct snd_pcm *pcm; in snd_pcm_next() local
73 struct snd_pcm *pcm; in snd_pcm_add() local
115 struct snd_pcm *pcm; in snd_pcm_control_ioctl() local
516 struct snd_pcm *pcm = pstr->pcm; in snd_pcm_stream_proc_init() local
687 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream()
759 struct snd_pcm *pcm; in _snd_pcm_new() local
878 static int snd_pcm_free(struct snd_pcm *pcm) in snd_pcm_free()
899 struct snd_pcm *pcm = device->device_data; in snd_pcm_dev_free() local
903 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, in snd_pcm_attach_substream()
[all …]
Dpcm_memory.c113 int snd_pcm_lib_preallocate_free_for_all(struct snd_pcm *pcm) in snd_pcm_lib_preallocate_free_for_all()
282 int snd_pcm_lib_preallocate_pages_for_all(struct snd_pcm *pcm, in snd_pcm_lib_preallocate_pages_for_all()
Dpcm_native.c200 struct snd_pcm *pcm = substream->pcm; in snd_pcm_info() local
1328 int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all()
2257 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, in snd_pcm_open_substream()
2300 struct snd_pcm *pcm, in snd_pcm_open_file()
2328 struct snd_pcm *pcm; in snd_pcm_playback_open() local
2342 struct snd_pcm *pcm; in snd_pcm_capture_open() local
2354 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream) in snd_pcm_open()
2413 struct snd_pcm *pcm; in snd_pcm_release() local
Dpcm_lib.c501 void snd_pcm_set_ops(struct snd_pcm *pcm, int direction, in snd_pcm_set_ops()
1655 int snd_pcm_hw_param_first(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_first()
1702 int snd_pcm_hw_param_last(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_last()
1731 int snd_pcm_hw_params_choose(struct snd_pcm_substream *pcm, in snd_pcm_hw_params_choose()
2582 int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream, in snd_pcm_add_chmap_ctls()
/linux-4.1.27/sound/soc/samsung/
Dpcm.c154 static void s3c_pcm_snd_txctrl(struct s3c_pcm_info *pcm, int on) in s3c_pcm_snd_txctrl()
185 static void s3c_pcm_snd_rxctrl(struct s3c_pcm_info *pcm, int on) in s3c_pcm_snd_rxctrl()
220 struct s3c_pcm_info *pcm = snd_soc_dai_get_drvdata(rtd->cpu_dai); in s3c_pcm_trigger() local
264 struct s3c_pcm_info *pcm = snd_soc_dai_get_drvdata(rtd->cpu_dai); in s3c_pcm_hw_params() local
321 struct s3c_pcm_info *pcm = snd_soc_dai_get_drvdata(cpu_dai); in s3c_pcm_set_fmt() local
392 struct s3c_pcm_info *pcm = snd_soc_dai_get_drvdata(cpu_dai); in s3c_pcm_set_clkdiv() local
409 struct s3c_pcm_info *pcm = snd_soc_dai_get_drvdata(cpu_dai); in s3c_pcm_set_sysclk() local
445 struct s3c_pcm_info *pcm = snd_soc_dai_get_drvdata(dai); in s3c_pcm_dai_probe() local
488 struct s3c_pcm_info *pcm; in s3c_pcm_dev_probe() local
608 struct s3c_pcm_info *pcm = &s3c_pcm[pdev->id]; in s3c_pcm_dev_remove() local
Didma.c341 static void idma_free(struct snd_pcm *pcm) in idma_free()
360 static int preallocate_idma_buffer(struct snd_pcm *pcm, int stream) in preallocate_idma_buffer()
380 struct snd_pcm *pcm = rtd->pcm; in idma_new() local
/linux-4.1.27/sound/pci/lola/
Dlola_pcm.c42 struct lola_pcm *pcm = lola_get_pcm(substream); in lola_get_stream() local
226 struct lola_pcm *pcm = lola_get_pcm(substream); in lola_pcm_open() local
259 static void lola_cleanup_slave_streams(struct lola_pcm *pcm, in lola_cleanup_slave_streams()
305 struct lola_pcm *pcm = lola_get_pcm(substream); in lola_pcm_hw_free() local
354 static int lola_setup_periods(struct lola *chip, struct lola_pcm *pcm, in lola_setup_periods()
441 static int lola_setup_controller(struct lola *chip, struct lola_pcm *pcm, in lola_setup_controller()
468 struct lola_pcm *pcm = lola_get_pcm(substream); in lola_pcm_prepare() local
575 void lola_pcm_update(struct lola *chip, struct lola_pcm *pcm, unsigned int bits) in lola_pcm_update()
603 struct snd_pcm *pcm; in lola_create_pcm() local
699 struct lola_pcm *pcm = &chip->pcm[dir]; in lola_init_pcm() local
Dlola.h350 struct lola_pcm pcm[2]; member
/linux-4.1.27/sound/soc/fsl/
Dimx-pcm-fiq.c241 static int imx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in imx_pcm_preallocate_dma_buffer()
262 struct snd_pcm *pcm = rtd->pcm; in imx_pcm_new() local
290 struct snd_pcm *pcm = rtd->pcm; in imx_pcm_fiq_new() local
318 static void imx_pcm_free(struct snd_pcm *pcm) in imx_pcm_free()
339 static void imx_pcm_fiq_free(struct snd_pcm *pcm) in imx_pcm_fiq_free()
Dmpc5200_dma.c304 struct snd_pcm *pcm = rtd->pcm; in psc_dma_new() local
342 static void psc_dma_free(struct snd_pcm *pcm) in psc_dma_free()
Dfsl_asrc_dma.c339 struct snd_pcm *pcm = rtd->pcm; in fsl_asrc_dma_pcm_new() local
370 static void fsl_asrc_dma_pcm_free(struct snd_pcm *pcm) in fsl_asrc_dma_pcm_free()
Dfsl_dma.c288 struct snd_pcm *pcm = rtd->pcm; in fsl_dma_new() local
825 static void fsl_dma_free_dma_buffers(struct snd_pcm *pcm) in fsl_dma_free_dma_buffers()
/linux-4.1.27/sound/pci/ac97/
Dac97_pcm.c159 static unsigned char get_slot_reg(struct ac97_pcm *pcm, unsigned short cidx, in get_slot_reg()
408 static unsigned int get_rates(struct ac97_pcm *pcm, unsigned int cidx, unsigned short slots, int db… in get_rates()
451 const struct ac97_pcm *pcm; in snd_ac97_pcm_assign() local
570 int snd_ac97_pcm_open(struct ac97_pcm *pcm, unsigned int rate, in snd_ac97_pcm_open()
661 int snd_ac97_pcm_close(struct ac97_pcm *pcm) in snd_ac97_pcm_close()
/linux-4.1.27/sound/soc/omap/
Domap-pcm.c176 static int omap_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, in omap_pcm_preallocate_dma_buffer()
195 static void omap_pcm_free_dma_buffers(struct snd_pcm *pcm) in omap_pcm_free_dma_buffers()
219 struct snd_pcm *pcm = rtd->pcm; in omap_pcm_new() local
/linux-4.1.27/sound/soc/blackfin/
Dbf5xx-ac97-pcm.c82 struct snd_pcm_substream *pcm = data; in bf5xx_dma_irq() local
316 static int bf5xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in bf5xx_pcm_preallocate_dma_buffer()
378 static void bf5xx_pcm_free_dma_buffers(struct snd_pcm *pcm) in bf5xx_pcm_free_dma_buffers()
420 struct snd_pcm *pcm = rtd->pcm; in bf5xx_pcm_ac97_new() local
Dbf5xx-i2s-pcm.c47 struct snd_pcm_substream *pcm = data; in bf5xx_dma_irq() local
/linux-4.1.27/sound/firewire/
Damdtp.c398 struct snd_pcm_substream *pcm, in amdtp_write_s32()
423 struct snd_pcm_substream *pcm, in amdtp_write_s16()
448 struct snd_pcm_substream *pcm, in amdtp_read_s32()
560 struct snd_pcm_substream *pcm, in update_pcm_pointers()
589 struct snd_pcm_substream *pcm = ACCESS_ONCE(s->pcm); in pcm_period_tasklet() local
640 struct snd_pcm_substream *pcm; in handle_out_packet() local
687 struct snd_pcm_substream *pcm = NULL; in handle_in_packet() local
1059 struct snd_pcm_substream *pcm; in amdtp_stream_pcm_abort() local
Damdtp.h134 struct snd_pcm_substream *pcm; member
234 struct snd_pcm_substream *pcm) in amdtp_stream_pcm_trigger()
Disight.c54 struct snd_pcm_substream *pcm; member
459 struct snd_pcm *pcm; in isight_create_pcm() local
/linux-4.1.27/sound/soc/kirkwood/
Dkirkwood-dma.c251 static int kirkwood_dma_preallocate_dma_buffer(struct snd_pcm *pcm, in kirkwood_dma_preallocate_dma_buffer()
273 struct snd_pcm *pcm = rtd->pcm; in kirkwood_dma_new() local
297 static void kirkwood_dma_free_dma_buffers(struct snd_pcm *pcm) in kirkwood_dma_free_dma_buffers()
/linux-4.1.27/sound/pci/emu10k1/
Demupcm.c1405 struct snd_pcm *pcm; in snd_emu10k1_pcm() local
1434 struct snd_pcm *pcm; in snd_emu10k1_pcm_multi() local
1471 struct snd_pcm *pcm; in snd_emu10k1_pcm_mic() local
1605 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; in fx8010_pb_trans_copy() local
1633 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; in snd_emu10k1_fx8010_playback_transfer() local
1648 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; in snd_emu10k1_fx8010_playback_hw_free() local
1661 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; in snd_emu10k1_fx8010_playback_prepare() local
1689 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; in snd_emu10k1_fx8010_playback_trigger() local
1736 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; in snd_emu10k1_fx8010_playback_pointer() local
1768 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; in snd_emu10k1_fx8010_playback_open() local
[all …]
Dp16v.c642 struct snd_pcm *pcm; in snd_p16v_pcm() local
Demufx.c999 struct snd_emu10k1_fx8010_pcm *pcm; in snd_emu10k1_ipcm_poke() local
1045 struct snd_emu10k1_fx8010_pcm *pcm; in snd_emu10k1_ipcm_peek() local
Demu10k1x.c245 struct snd_pcm *pcm; member
852 struct snd_pcm *pcm; in snd_emu10k1x_pcm() local
Demumixer.c1792 int err, pcm; in snd_emu10k1_mixer() local
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c206 static int snd_pcm_hw_param_mask(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_mask()
265 static int snd_pcm_hw_param_min(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_min()
326 static int snd_pcm_hw_param_max(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_max()
400 static int snd_pcm_hw_param_near(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_near()
532 static int snd_pcm_hw_param_set(struct snd_pcm_substream *pcm, in snd_pcm_hw_param_set()
2231 static void snd_pcm_oss_look_for_setup(struct snd_pcm *pcm, int stream, in snd_pcm_oss_look_for_setup()
2312 struct snd_pcm *pcm, in snd_pcm_oss_open_file()
2385 struct snd_pcm *pcm; in snd_pcm_oss_open() local
2471 struct snd_pcm *pcm; in snd_pcm_oss_release() local
2957 static void snd_pcm_oss_proc_init(struct snd_pcm *pcm) in snd_pcm_oss_proc_init()
[all …]
/linux-4.1.27/sound/soc/atmel/
Datmel-pcm-pdc.c50 static int atmel_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, in atmel_pcm_preallocate_dma_buffer()
83 struct snd_pcm *pcm = rtd->pcm; in atmel_pcm_new() local
109 static void atmel_pcm_free(struct snd_pcm *pcm) in atmel_pcm_free()
/linux-4.1.27/arch/x86/mm/
Dioremap.c32 enum page_cache_mode pcm) in ioremap_change_attr()
83 unsigned long size, enum page_cache_mode pcm, void *caller) in __ioremap_caller()
242 enum page_cache_mode pcm = _PAGE_CACHE_MODE_UC_MINUS; in ioremap_nocache() local
Dpat.c645 enum page_cache_mode pcm = _PAGE_CACHE_MODE_WB; in phys_mem_access_prot_allowed() local
682 enum page_cache_mode pcm) in kernel_map_sync_memtype()
722 enum page_cache_mode pcm = want_pcm; in reserve_pfn_range() local
835 enum page_cache_mode pcm; in track_pfn_remap() local
873 enum page_cache_mode pcm; in track_pfn_insert() local
Diomap_32.c36 enum page_cache_mode pcm = _PAGE_CACHE_MODE_WC; in iomap_create_wc() local
Dpat_internal.h17 static inline char *cattr_name(enum page_cache_mode pcm) in cattr_name()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-alsa.c257 snd_card_saa7134_pcm_t *pcm = runtime->private_data; in snd_card_saa7134_capture_trigger() local
525 snd_card_saa7134_pcm_t *pcm = runtime->private_data; in snd_card_saa7134_capture_prepare() local
615 snd_card_saa7134_pcm_t *pcm = runtime->private_data; in snd_card_saa7134_capture_pointer() local
667 snd_card_saa7134_pcm_t *pcm = runtime->private_data; in snd_card_saa7134_runtime_free() local
818 snd_card_saa7134_pcm_t *pcm; in snd_card_saa7134_capture_open() local
910 struct snd_pcm *pcm; in snd_card_saa7134_pcm() local
/linux-4.1.27/sound/pci/mixart/
Dmixart.c726 struct snd_pcm *pcm = subs->pcm; in snd_mixart_playback_open() local
805 struct snd_pcm *pcm = subs->pcm; in snd_mixart_capture_open() local
947 static void preallocate_buffers(struct snd_mixart *chip, struct snd_pcm *pcm) in preallocate_buffers()
971 struct snd_pcm *pcm; in snd_mixart_pcm_analog() local
1004 struct snd_pcm *pcm; in snd_mixart_pcm_digital() local
Dmixart.h175 struct snd_pcm *pcm; /* PCM analog i/o */ member
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-pcm.c333 struct snd_pcm_substream *pcm; in pcm_capture_trigger() local
351 struct snd_pcm_substream *pcm; in pcm_playback_trigger() local
406 struct snd_pcm *pcm; in snd_oxfw_create_pcm() local
Doxfw.h123 unsigned int pcm; member
/linux-4.1.27/sound/usb/hiface/
Dchip.h28 struct pcm_runtime *pcm; member
Dpcm.c572 static void hiface_pcm_free(struct snd_pcm *pcm) in hiface_pcm_free()
584 struct snd_pcm *pcm; in hiface_pcm_init() local
/linux-4.1.27/sound/soc/pxa/
Dmmp-pcm.c144 static void mmp_pcm_free_dma_buffers(struct snd_pcm *pcm) in mmp_pcm_free_dma_buffers()
197 struct snd_pcm *pcm = rtd->pcm; in mmp_pcm_new() local
Dpxa2xx-pcm.c95 struct snd_pcm *pcm = rtd->pcm; in pxa2xx_soc_pcm_new() local
/linux-4.1.27/sound/usb/
Dstream.c69 static void snd_usb_audio_pcm_free(struct snd_pcm *pcm) in snd_usb_audio_pcm_free()
202 static int add_chmap(struct snd_pcm *pcm, int stream, in add_chmap()
326 struct snd_pcm *pcm; in snd_usb_add_audio_stream() local
Dcard.h162 struct snd_pcm *pcm; member
Dpcm.c1640 void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream) in snd_usb_set_pcm_ops()
/linux-4.1.27/sound/arm/
Dpxa2xx-pcm-lib.c280 int pxa2xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in pxa2xx_pcm_preallocate_dma_buffer()
297 void pxa2xx_pcm_free_dma_buffers(struct snd_pcm *pcm) in pxa2xx_pcm_free_dma_buffers()
Dpxa2xx-pcm.c92 struct snd_pcm *pcm; in pxa2xx_pcm_new() local
Daaci.h207 struct ac97_pcm *pcm; member
243 struct snd_pcm *pcm; member
Daaci.c931 struct snd_pcm *pcm; in aaci_init_pcm() local
/linux-4.1.27/sound/usb/line6/
Dpcm.c448 static void line6_cleanup_pcm(struct snd_pcm *pcm) in line6_cleanup_pcm()
460 struct snd_pcm *pcm; in snd_line6_new_pcm() local
504 struct snd_pcm *pcm; in line6_init_pcm() local
Dpcm.h148 struct snd_pcm *pcm; member
/linux-4.1.27/sound/soc/qcom/
Dlpass-platform.c448 struct snd_pcm *pcm = soc_runtime->pcm; in lpass_platform_pcm_new() local
494 static void lpass_platform_pcm_free(struct snd_pcm *pcm) in lpass_platform_pcm_free()
/linux-4.1.27/sound/usb/6fire/
Dchip.h26 struct pcm_runtime *pcm; member
Dpcm.c620 struct snd_pcm *pcm; in usb6fire_pcm_init() local
/linux-4.1.27/sound/pci/hda/
Dhda_proc.c190 static void print_pcm_rates(struct snd_info_buffer *buffer, unsigned int pcm) in print_pcm_rates()
206 static void print_pcm_bits(struct snd_info_buffer *buffer, unsigned int pcm) in print_pcm_bits()
231 unsigned int pcm = param_read(codec, nid, AC_PAR_PCM); in print_pcm_caps() local
Dhda_codec.c855 struct hda_pcm *pcm = container_of(kref, struct hda_pcm, kref); in release_pcm() local
864 void snd_hda_codec_pcm_put(struct hda_pcm *pcm) in snd_hda_codec_pcm_put()
873 struct hda_pcm *pcm; in snd_hda_codec_pcm_new() local
900 struct hda_pcm *pcm, *n; in codec_release_pcms() local
3216 struct hda_pcm *pcm; in hda_codec_runtime_suspend() local
3253 struct hda_pcm *pcm; in add_std_chmaps() local
4548 void snd_print_pcm_bits(int pcm, char *buf, int buflen) in snd_print_pcm_bits()
Dhda_controller.c919 static void azx_pcm_free(struct snd_pcm *pcm) in azx_pcm_free()
935 struct snd_pcm *pcm; in azx_attach_pcm_stream() local
Dhda_eld.c378 static void hdmi_print_pcm_rates(int pcm, char *buf, int buflen) in hdmi_print_pcm_rates()
Dhda_codec.h199 struct snd_pcm *pcm; /* assigned PCM instance */ member
441 static inline void snd_hda_codec_pcm_get(struct hda_pcm *pcm) in snd_hda_codec_pcm_get()
Dhda_controller.h284 struct snd_pcm *pcm; member
/linux-4.1.27/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c61 struct sst_byt_pcm_data pcm[BYT_PCM_COUNT]; member
325 struct snd_pcm *pcm = rtd->pcm; in sst_byt_pcm_new() local
/linux-4.1.27/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c288 struct snd_pcm *pcm; in snd_pdacf_pcm_new() local
Dpdaudiocf.h100 struct snd_pcm *pcm; member
/linux-4.1.27/sound/soc/sh/
Dsiu_pcm.c530 struct snd_pcm *pcm = rtd->pcm; in siu_pcm_new() local
583 static void siu_pcm_free(struct snd_pcm *pcm) in siu_pcm_free()
Ddma-sh7760.c310 struct snd_pcm *pcm = rtd->pcm; in camelot_pcm_new() local
Dsiu.h131 struct snd_pcm *pcm; member
Dsiu_dai.c65 u32 pcm; member
/linux-4.1.27/include/drm/i2c/
Dch7006.h63 int xcm, pcm; member
/linux-4.1.27/sound/isa/
Dcmi8330.c173 struct snd_pcm *pcm; member
442 struct snd_pcm *pcm; in snd_cmi8330_pcm() local
Des18xx.c119 struct snd_pcm *pcm; member
1693 struct snd_pcm *pcm; in snd_es18xx_pcm() local
/linux-4.1.27/sound/mips/
Dau1x00.c100 struct snd_pcm *pcm; member
447 struct snd_pcm *pcm; in snd_au1000_pcm_new() local
Dsgio2audio.c724 struct snd_pcm *pcm; in snd_sgio2audio_new_pcm() local
Dhal2.c738 struct snd_pcm *pcm; in hal2_pcm_create() local
/linux-4.1.27/drivers/media/usb/usbtv/
Dusbtv-audio.c333 struct snd_pcm *pcm; in usbtv_audio_init() local
/linux-4.1.27/include/sound/
Dpcm.h35 #define snd_pcm_chip(pcm) ((pcm)->private_data) argument
446 struct snd_pcm *pcm; member
501 struct snd_pcm *pcm; member
1340 struct snd_pcm *pcm; /* assigned PCM instance */ member
1390 #define pcm_err(pcm, fmt, args...) \ argument
1392 #define pcm_warn(pcm, fmt, args...) \ argument
1394 #define pcm_dbg(pcm, fmt, args...) \ argument
Demu8000.h92 struct snd_pcm *pcm; /* pcm on emu8000 wavetable */ member
Des1688.h48 struct snd_pcm *pcm; member
Dad1816a.h142 struct snd_pcm *pcm; member
Dwss.h97 struct snd_pcm *pcm; member
Dgus.h252 pcm: 1, member
428 struct snd_pcm *pcm; member
Dsb.h98 struct snd_pcm *pcm; member
Dvx_core.h156 struct snd_pcm *pcm[VX_MAX_CODECS]; member
Demu10k1.h1506 pcm: 1, member
1629 struct snd_emu10k1_fx8010_pcm pcm[8]; member
1739 struct snd_pcm *pcm; member
/linux-4.1.27/sound/pci/lx6464es/
Dlx6464es.h103 struct snd_pcm *pcm; member
Dlx6464es.c832 struct snd_pcm *pcm; in lx_pcm_create() local
/linux-4.1.27/sound/atmel/
Dabdac.c99 struct snd_pcm *pcm; member
317 struct snd_pcm *pcm; in atmel_abdac_pcm_new() local
Dac97c.c71 struct snd_pcm *pcm; member
764 struct snd_pcm *pcm; in atmel_ac97c_pcm_new() local
/linux-4.1.27/sound/isa/sb/
Demu8000_pcm.c680 static void snd_emu8000_pcm_free(struct snd_pcm *pcm) in snd_emu8000_pcm_free()
688 struct snd_pcm *pcm; in snd_emu8000_pcm_new() local
Dsb8_main.c600 struct snd_pcm *pcm; in snd_sb8dsp_pcm() local
Dsb16_main.c866 struct snd_pcm *pcm; in snd_sb16dsp_pcm() local
/linux-4.1.27/sound/drivers/pcsp/
Dpcsp.h54 struct snd_pcm *pcm; member
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-pcm.c146 struct hsw_pcm_data pcm[HSW_PCM_COUNT][2]; member
441 unsigned char *dma_area, size_t size, int pcm) in create_adsp_page_table()
940 struct snd_pcm *pcm = rtd->pcm; in hsw_pcm_new() local
/linux-4.1.27/drivers/media/usb/go7007/
Dsnd-go7007.c46 struct snd_pcm *pcm; member
/linux-4.1.27/sound/soc/nuc900/
Dnuc900-pcm.c291 struct snd_pcm *pcm = rtd->pcm; in nuc900_dma_new() local
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dio.c470 struct pc_maint *pcm; in DIDpcRoutine() local
507 struct pc_maint *pcm = (struct pc_maint *)&e->Ind; in pcm_req() local
Dio.h109 struct pc_maint *pcm; member
Ddivasync.h398 unsigned char pcm[1]; /* buffer (a pc_maint struct) */ member
/linux-4.1.27/sound/usb/usx2y/
Dusbusx2yaudio.c935 static void snd_usX2Y_pcm_private_free(struct snd_pcm *pcm) in snd_usX2Y_pcm_private_free()
944 struct snd_pcm *pcm; in usX2Y_audio_stream_new() local
Dusx2yhwdeppcm.c712 struct snd_pcm *pcm; in usX2Y_hwdep_pcm_new() local
/linux-4.1.27/arch/x86/include/asm/
Dpgtable_types.h319 static inline unsigned long cachemode2protval(enum page_cache_mode pcm) in cachemode2protval()
325 static inline pgprot_t cachemode2pgprot(enum page_cache_mode pcm) in cachemode2pgprot()
Dpgtable.h387 enum page_cache_mode pcm, in is_new_memtype_allowed()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_pcm.c364 struct snd_pcm *pcm; in snd_bebob_create_pcm_devices() local
Dbebob.h45 unsigned int pcm; member
Dbebob_stream.c203 unsigned int pcm, midi, location; in map_data_channels() local
/linux-4.1.27/sound/pci/
Dad1889.c96 struct snd_pcm *pcm; member
628 struct snd_pcm *pcm; in snd_ad1889_pcm_init() local
Dals300.c121 struct snd_pcm *pcm; member
590 struct snd_pcm *pcm; in snd_als300_new_pcm() local
Dsis7019.c119 struct snd_pcm *pcm; member
899 struct snd_pcm *pcm; in sis_pcm_create() local
Datiixp.c975 struct ac97_pcm *pcm = chip->pcms[dma->ac97_pcm_type]; in snd_atiixp_pcm_hw_params() local
999 struct ac97_pcm *pcm = chip->pcms[dma->ac97_pcm_type]; in snd_atiixp_pcm_hw_free() local
1252 struct snd_pcm *pcm; in snd_atiixp_pcm_new() local
Dintel8x0.c379 struct ac97_pcm *pcm; member
397 struct snd_pcm *pcm[6]; member
1520 struct snd_pcm *pcm; in snd_intel8x0_pcm1() local
2330 struct ac97_pcm *pcm = chip->ichd[ICHD_PCM2IN].pcm; in snd_intel8x0_mixer() local
Dintel8x0m.c205 struct snd_pcm *pcm[2]; member
723 struct snd_pcm *pcm; in snd_intel8x0m_pcm1() local
Drme32.c1321 static void snd_rme32_free_spdif_pcm(struct snd_pcm *pcm) in snd_rme32_free_spdif_pcm()
1328 snd_rme32_free_adat_pcm(struct snd_pcm *pcm) in snd_rme32_free_adat_pcm()
Dfm801.c195 struct snd_pcm *pcm; member
703 struct snd_pcm *pcm; in snd_fm801_pcm() local
Dvia82xx.c1448 struct snd_pcm *pcm; in snd_via8233_pcm_new() local
1516 struct snd_pcm *pcm; in snd_via8233a_pcm_new() local
1577 struct snd_pcm *pcm; in snd_via686_pcm_new() local
Dsonicvibes.c225 struct snd_pcm *pcm; member
884 struct snd_pcm *pcm; in snd_sonicvibes_pcm() local
Des1968.c521 struct snd_pcm *pcm; member
1802 static void snd_es1968_pcm_free(struct snd_pcm *pcm) in snd_es1968_pcm_free()
1812 struct snd_pcm *pcm; in snd_es1968_pcm() local
Dcmipci.c468 struct snd_pcm *pcm; /* DAC/ADC PCM */ member
1902 struct snd_pcm *pcm; in snd_cmipci_pcm_new() local
1925 struct snd_pcm *pcm; in snd_cmipci_pcm2_new() local
1947 struct snd_pcm *pcm; in snd_cmipci_pcm_spdif_new() local
Dazt3328.c287 struct snd_pcm *pcm[3]; member
2132 struct snd_pcm *pcm; in snd_azf3328_pcm() local
Des1938.c216 struct snd_pcm *pcm; member
1020 struct snd_pcm *pcm; in snd_es1938_new_pcm() local
Drme96.c1589 snd_rme96_free_spdif_pcm(struct snd_pcm *pcm) in snd_rme96_free_spdif_pcm()
1596 snd_rme96_free_adat_pcm(struct snd_pcm *pcm) in snd_rme96_free_adat_pcm()
Dals4000.c699 struct snd_pcm *pcm; in snd_als4000_pcm() local
Dbt87x.c709 struct snd_pcm *pcm; in snd_bt87x_pcm() local
Dcs4281.c468 struct snd_pcm *pcm; member
978 struct snd_pcm *pcm; in snd_cs4281_pcm() local
Dens1370.c1273 struct snd_pcm *pcm; in snd_ensoniq_pcm() local
1307 struct snd_pcm *pcm; in snd_ensoniq_pcm2() local
Dvia82xx_modem.c846 struct snd_pcm *pcm; in snd_via686_pcm_new() local
Datiixp_modem.c993 struct snd_pcm *pcm; in snd_atiixp_pcm_new() local
Dmaestro3.c750 struct snd_pcm *pcm; member
1862 struct snd_pcm *pcm; in snd_m3_pcm() local
/linux-4.1.27/sound/drivers/vx/
Dvx_pcm.c1215 static void snd_vx_pcm_free(struct snd_pcm *pcm) in snd_vx_pcm_free()
1230 struct snd_pcm *pcm; in snd_vx_pcm_new() local
/linux-4.1.27/sound/soc/au1x/
Ddbdma2.c321 struct snd_pcm *pcm = rtd->pcm; in au1xpsc_pcm_new() local
Ddma.c292 struct snd_pcm *pcm = rtd->pcm; in alchemy_pcm_new() local
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_pcm.c389 struct snd_pcm *pcm; in snd_efw_create_pcm_devices() local
/linux-4.1.27/sound/pci/cs5535audio/
Dcs5535audio_pcm.c427 struct snd_pcm *pcm; in snd_cs5535audio_pcm() local
Dcs5535audio.h87 struct snd_pcm *pcm; member
/linux-4.1.27/sound/pci/ctxfi/
Dctpcm.c429 struct snd_pcm *pcm; in ct_alsa_pcm_create() local
Dctatc.h136 void **pcm; /* SUMs for collecting all pcm stream */ member
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-alsa.c423 struct snd_pcm *pcm; in tm6000_audio_init() local
/linux-4.1.27/sound/ppc/
Dsnd_ps3.h64 struct snd_pcm *pcm; member
Dpmac.h142 struct snd_pcm *pcm; member
Dpmac.c709 struct snd_pcm *pcm; in snd_pmac_pcm_new() local
/linux-4.1.27/sound/drivers/
Daloop.c99 struct snd_pcm *pcm[2]; member
782 struct snd_pcm *pcm; in loopback_pcm_new() local
1006 struct snd_pcm *pcm; in loopback_mixer_new() local
Dml403-ac97cr.c368 struct snd_pcm *pcm; member
1242 struct snd_pcm *pcm; local
Ddummy.c135 struct snd_pcm *pcm; member
693 struct snd_pcm *pcm; in snd_card_dummy_pcm() local
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c319 struct snd_pcm *pcm; in solo_snd_pcm_init() local
/linux-4.1.27/sound/firewire/dice/
Ddice-pcm.c397 struct snd_pcm *pcm; in snd_dice_create_pcm() local
/linux-4.1.27/sound/soc/txx9/
Dtxx9aclc.c289 struct snd_pcm *pcm = rtd->pcm; in txx9aclc_pcm_new() local
/linux-4.1.27/sound/spi/
Dat73c213.c66 struct snd_pcm *pcm; member
335 struct snd_pcm *pcm; in snd_at73c213_pcm_new() local
/linux-4.1.27/sound/aoa/soundbus/
Dsoundbus.h157 struct snd_pcm *pcm; member
/linux-4.1.27/sound/pci/au88x0/
Dau88x0_pcm.c616 struct snd_pcm *pcm; in snd_vortex_new_pcm() local
Dau88x0.h145 struct snd_pcm *pcm[VORTEX_PCM_LAST]; member
/linux-4.1.27/sound/sh/
Dsh_dac_audio.c267 struct snd_pcm *pcm; in snd_sh_dac_pcm() local
Daica.c457 struct snd_pcm *pcm; in snd_aicapcmchip() local
/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885-alsa.c528 struct snd_pcm *pcm; in snd_cx23885_pcm() local
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx-audio.c650 struct snd_pcm *pcm; in cx231xx_audio_init() local
/linux-4.1.27/sound/pci/ymfpci/
Dymfpci_main.c1150 struct snd_pcm *pcm; in snd_ymfpci_pcm() local
1185 struct snd_pcm *pcm; in snd_ymfpci_pcm2() local
1219 struct snd_pcm *pcm; in snd_ymfpci_pcm_spdif() local
1260 struct snd_pcm *pcm; in snd_ymfpci_pcm_4ch() local
Dymfpci.h247 pcm: 1, member
338 struct snd_pcm *pcm; member
/linux-4.1.27/sound/pci/oxygen/
Doxygen_pcm.c702 struct snd_pcm *pcm; in oxygen_pcm_init() local
/linux-4.1.27/sound/pci/ali5451/
Dali5451.c188 pcm :1, member
241 struct snd_pcm *pcm[MAX_CODECS]; member
1660 static void snd_ali_pcm_free(struct snd_pcm *pcm) in snd_ali_pcm_free()
1670 struct snd_pcm *pcm; in snd_ali_pcm() local
/linux-4.1.27/sound/pci/cs46xx/
Dcs46xx_lib.c1782 struct snd_pcm *pcm; in snd_cs46xx_pcm() local
1808 struct snd_pcm *pcm; in snd_cs46xx_pcm_rear() local
1831 struct snd_pcm *pcm; in snd_cs46xx_pcm_center_lfe() local
1854 struct snd_pcm *pcm; in snd_cs46xx_pcm_iec958() local
/linux-4.1.27/sound/pci/aw2/
Daw2-alsa.c90 struct snd_pcm *pcm; member
/linux-4.1.27/sound/isa/msnd/
Dmsnd.c685 struct snd_pcm *pcm; in snd_msnd_pcm() local
/linux-4.1.27/sound/parisc/
Dharmony.h47 struct snd_pcm *pcm; member
Dharmony.c624 struct snd_pcm *pcm; in snd_harmony_pcm_init() local
/linux-4.1.27/sound/soc/xtensa/
Dxtfpga-i2s.c477 static void xtfpga_pcm_free(struct snd_pcm *pcm) in xtfpga_pcm_free()
/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-audio.c890 struct snd_pcm *pcm; in em28xx_audio_init() local
/linux-4.1.27/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c651 struct snd_pcm *pcm = rtd->pcm; in sst_pcm_new() local
/linux-4.1.27/drivers/usb/gadget/function/
Df_uac2.c94 struct snd_pcm *pcm; member
448 struct snd_pcm *pcm; in snd_uac2_probe() local
/linux-4.1.27/sound/pci/ice1712/
Dice1712.c885 struct snd_pcm *pcm; in snd_ice1712_pcm() local
911 struct snd_pcm *pcm; in snd_ice1712_pcm_ds() local
1255 struct snd_pcm *pcm; in snd_ice1712_pcm_profi() local
Dice1724.c1140 struct snd_pcm *pcm; in snd_vt1724_pcm_profi() local
1321 struct snd_pcm *pcm; in snd_vt1724_pcm_spdif() local
1454 struct snd_pcm *pcm; in snd_vt1724_pcm_indep() local
Dice1712.h311 struct snd_pcm *pcm; member
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
Dpcm.c862 static void i2sbus_private_free(struct snd_pcm *pcm) in i2sbus_private_free()
/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821-alsa.c671 struct snd_pcm *pcm; in snd_cx25821_pcm() local
/linux-4.1.27/sound/usb/caiaq/
Ddevice.h110 struct snd_pcm *pcm; member
/linux-4.1.27/sound/pci/echoaudio/
Dechoaudio.c883 static int snd_echo_preallocate_pages(struct snd_pcm *pcm, struct device *dev) in snd_echo_preallocate_pages()
905 struct snd_pcm *pcm; in snd_echo_new_pcm() local
/linux-4.1.27/sound/pci/trident/
Dtrident.h278 pcm: 1, member
394 struct snd_pcm *pcm; /* ADC/DAC PCM */ member
Dtrident_main.c2176 struct snd_pcm *pcm; in snd_trident_pcm() local
/linux-4.1.27/sound/sparc/
Damd7930.c325 struct snd_pcm *pcm; member
760 struct snd_pcm *pcm; in snd_amd7930_pcm() local
Dcs4231.c93 struct snd_pcm *pcm; member
1231 struct snd_pcm *pcm; in snd_cs4231_pcm() local
Ddbri.c2222 struct snd_pcm *pcm; in snd_dbri_pcm() local
/linux-4.1.27/sound/pci/nm256/
Dnm256.c247 struct snd_pcm *pcm; member
937 struct snd_pcm *pcm; in snd_nm256_pcm() local
/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr.h172 struct snd_pcm *pcm; /* PCM */ member
Dpcxhr.c1165 struct snd_pcm *pcm; in pcxhr_create_pcm() local
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-alsa.c620 struct snd_pcm *pcm; in snd_cx88_pcm() local
/linux-4.1.27/sound/isa/gus/
Dgus_pcm.c856 struct snd_pcm *pcm; in snd_gf1_pcm_new() local
/linux-4.1.27/drivers/net/fddi/skfp/
Dpcmplc.c595 void pcm(struct s_smc *smc, const int np, int event) in pcm() function
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-ciu-defs.h1288 uint64_t pcm:1; member
1333 uint64_t pcm:1; member
1376 uint64_t pcm:1; member
1560 uint64_t pcm:1; member
1660 uint64_t pcm:1; member
1715 uint64_t pcm:1; member
1895 uint64_t pcm:1; member
1995 uint64_t pcm:1; member
2050 uint64_t pcm:1; member
2230 uint64_t pcm:1; member
[all …]
/linux-4.1.27/sound/isa/es1688/
Des1688_lib.c733 struct snd_pcm *pcm; in snd_es1688_pcm() local
/linux-4.1.27/sound/isa/ad1816a/
Dad1816a_lib.c681 struct snd_pcm *pcm; in snd_ad1816a_pcm() local
/linux-4.1.27/sound/isa/opti9xx/
Dmiro.c120 struct snd_pcm *pcm; member
/linux-4.1.27/sound/pci/korg1212/
Dkorg1212.c319 struct snd_pcm *pcm; member
1363 static void snd_korg1212_free_pcm(struct snd_pcm *pcm) in snd_korg1212_free_pcm()
/linux-4.1.27/sound/pci/rme9652/
Drme9652.c248 struct snd_pcm *pcm; member
2397 struct snd_pcm *pcm; in snd_rme9652_create_pcm() local
Dhdspm.c1055 struct snd_pcm *pcm; /* has one pcm */ member
6406 struct snd_pcm *pcm; in snd_hdspm_preallocate_memory() local
6449 struct snd_pcm *pcm; in snd_hdspm_create_pcm() local
Dhdsp.c501 struct snd_pcm *pcm; member
4906 struct snd_pcm *pcm; in snd_hdsp_create_pcm() local
/linux-4.1.27/sound/isa/wss/
Dwss_lib.c1928 struct snd_pcm *pcm; in snd_wss_pcm() local
/linux-4.1.27/sound/pci/ca0106/
Dca0106_main.c1367 struct snd_pcm *pcm; in snd_ca0106_pcm() local
Dca0106.h694 struct snd_pcm *pcm[4]; member
/linux-4.1.27/sound/usb/misc/
Dua101.c94 struct snd_pcm *pcm; member
/linux-4.1.27/sound/pci/riptide/
Driptide.c436 struct snd_pcm *pcm; member
1697 struct snd_pcm *pcm; in snd_riptide_pcm() local
/linux-4.1.27/drivers/net/wireless/b43legacy/
Db43legacy.h645 const struct firmware *pcm; member
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcmulti.c218 static int pcm[MAX_CARDS]; variable
/linux-4.1.27/sound/pci/asihpi/
Dasihpi.c1321 struct snd_pcm *pcm; in snd_card_asihpi_pcm_new() local
/linux-4.1.27/drivers/net/wireless/b43/
Db43.h783 struct b43_firmware_file pcm; member

12