/linux-4.1.27/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 39 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 …]
|
D | soc-pcm.c | 2455 struct snd_pcm *pcm; in soc_new_pcm() local
|
/linux-4.1.27/sound/core/ |
D | pcm.c | 49 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 …]
|
D | pcm_memory.c | 113 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()
|
D | pcm_native.c | 200 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
|
D | pcm_lib.c | 501 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/ |
D | pcm.c | 154 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
|
D | idma.c | 341 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/ |
D | lola_pcm.c | 42 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
|
D | lola.h | 350 struct lola_pcm pcm[2]; member
|
/linux-4.1.27/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 241 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()
|
D | mpc5200_dma.c | 304 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()
|
D | fsl_asrc_dma.c | 339 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()
|
D | fsl_dma.c | 288 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/ |
D | ac97_pcm.c | 159 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/ |
D | omap-pcm.c | 176 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/ |
D | bf5xx-ac97-pcm.c | 82 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
|
D | bf5xx-i2s-pcm.c | 47 struct snd_pcm_substream *pcm = data; in bf5xx_dma_irq() local
|
/linux-4.1.27/sound/firewire/ |
D | amdtp.c | 398 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
|
D | amdtp.h | 134 struct snd_pcm_substream *pcm; member 234 struct snd_pcm_substream *pcm) in amdtp_stream_pcm_trigger()
|
D | isight.c | 54 struct snd_pcm_substream *pcm; member 459 struct snd_pcm *pcm; in isight_create_pcm() local
|
/linux-4.1.27/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 251 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/ |
D | emupcm.c | 1405 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 …]
|
D | p16v.c | 642 struct snd_pcm *pcm; in snd_p16v_pcm() local
|
D | emufx.c | 999 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
|
D | emu10k1x.c | 245 struct snd_pcm *pcm; member 852 struct snd_pcm *pcm; in snd_emu10k1x_pcm() local
|
D | emumixer.c | 1792 int err, pcm; in snd_emu10k1_mixer() local
|
/linux-4.1.27/sound/core/oss/ |
D | pcm_oss.c | 206 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/ |
D | atmel-pcm-pdc.c | 50 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/ |
D | ioremap.c | 32 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
|
D | pat.c | 645 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
|
D | iomap_32.c | 36 enum page_cache_mode pcm = _PAGE_CACHE_MODE_WC; in iomap_create_wc() local
|
D | pat_internal.h | 17 static inline char *cattr_name(enum page_cache_mode pcm) in cattr_name()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 257 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/ |
D | mixart.c | 726 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
|
D | mixart.h | 175 struct snd_pcm *pcm; /* PCM analog i/o */ member
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 333 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
|
D | oxfw.h | 123 unsigned int pcm; member
|
/linux-4.1.27/sound/usb/hiface/ |
D | chip.h | 28 struct pcm_runtime *pcm; member
|
D | pcm.c | 572 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/ |
D | mmp-pcm.c | 144 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
|
D | pxa2xx-pcm.c | 95 struct snd_pcm *pcm = rtd->pcm; in pxa2xx_soc_pcm_new() local
|
/linux-4.1.27/sound/usb/ |
D | stream.c | 69 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
|
D | card.h | 162 struct snd_pcm *pcm; member
|
D | pcm.c | 1640 void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream) in snd_usb_set_pcm_ops()
|
/linux-4.1.27/sound/arm/ |
D | pxa2xx-pcm-lib.c | 280 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()
|
D | pxa2xx-pcm.c | 92 struct snd_pcm *pcm; in pxa2xx_pcm_new() local
|
D | aaci.h | 207 struct ac97_pcm *pcm; member 243 struct snd_pcm *pcm; member
|
D | aaci.c | 931 struct snd_pcm *pcm; in aaci_init_pcm() local
|
/linux-4.1.27/sound/usb/line6/ |
D | pcm.c | 448 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
|
D | pcm.h | 148 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/soc/qcom/ |
D | lpass-platform.c | 448 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/ |
D | chip.h | 26 struct pcm_runtime *pcm; member
|
D | pcm.c | 620 struct snd_pcm *pcm; in usb6fire_pcm_init() local
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_proc.c | 190 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
|
D | hda_codec.c | 855 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()
|
D | hda_controller.c | 919 static void azx_pcm_free(struct snd_pcm *pcm) in azx_pcm_free() 935 struct snd_pcm *pcm; in azx_attach_pcm_stream() local
|
D | hda_eld.c | 378 static void hdmi_print_pcm_rates(int pcm, char *buf, int buflen) in hdmi_print_pcm_rates()
|
D | hda_codec.h | 199 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()
|
D | hda_controller.h | 284 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
D | sst-baytrail-pcm.c | 61 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/ |
D | pdaudiocf_pcm.c | 288 struct snd_pcm *pcm; in snd_pdacf_pcm_new() local
|
D | pdaudiocf.h | 100 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/soc/sh/ |
D | siu_pcm.c | 530 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()
|
D | dma-sh7760.c | 310 struct snd_pcm *pcm = rtd->pcm; in camelot_pcm_new() local
|
D | siu.h | 131 struct snd_pcm *pcm; member
|
D | siu_dai.c | 65 u32 pcm; member
|
/linux-4.1.27/include/drm/i2c/ |
D | ch7006.h | 63 int xcm, pcm; member
|
/linux-4.1.27/sound/isa/ |
D | cmi8330.c | 173 struct snd_pcm *pcm; member 442 struct snd_pcm *pcm; in snd_cmi8330_pcm() local
|
D | es18xx.c | 119 struct snd_pcm *pcm; member 1693 struct snd_pcm *pcm; in snd_es18xx_pcm() local
|
/linux-4.1.27/sound/mips/ |
D | au1x00.c | 100 struct snd_pcm *pcm; member 447 struct snd_pcm *pcm; in snd_au1000_pcm_new() local
|
D | sgio2audio.c | 724 struct snd_pcm *pcm; in snd_sgio2audio_new_pcm() local
|
D | hal2.c | 738 struct snd_pcm *pcm; in hal2_pcm_create() local
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-audio.c | 333 struct snd_pcm *pcm; in usbtv_audio_init() local
|
/linux-4.1.27/include/sound/ |
D | pcm.h | 35 #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
|
D | emu8000.h | 92 struct snd_pcm *pcm; /* pcm on emu8000 wavetable */ member
|
D | es1688.h | 48 struct snd_pcm *pcm; member
|
D | ad1816a.h | 142 struct snd_pcm *pcm; member
|
D | wss.h | 97 struct snd_pcm *pcm; member
|
D | gus.h | 252 pcm: 1, member 428 struct snd_pcm *pcm; member
|
D | sb.h | 98 struct snd_pcm *pcm; member
|
D | vx_core.h | 156 struct snd_pcm *pcm[VX_MAX_CODECS]; member
|
D | emu10k1.h | 1506 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/ |
D | lx6464es.h | 103 struct snd_pcm *pcm; member
|
D | lx6464es.c | 832 struct snd_pcm *pcm; in lx_pcm_create() local
|
/linux-4.1.27/sound/atmel/ |
D | abdac.c | 99 struct snd_pcm *pcm; member 317 struct snd_pcm *pcm; in atmel_abdac_pcm_new() local
|
D | ac97c.c | 71 struct snd_pcm *pcm; member 764 struct snd_pcm *pcm; in atmel_ac97c_pcm_new() local
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_pcm.c | 680 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
|
D | sb8_main.c | 600 struct snd_pcm *pcm; in snd_sb8dsp_pcm() local
|
D | sb16_main.c | 866 struct snd_pcm *pcm; in snd_sb16dsp_pcm() local
|
/linux-4.1.27/sound/drivers/pcsp/ |
D | pcsp.h | 54 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 146 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/ |
D | snd-go7007.c | 46 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/soc/nuc900/ |
D | nuc900-pcm.c | 291 struct snd_pcm *pcm = rtd->pcm; in nuc900_dma_new() local
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | io.c | 470 struct pc_maint *pcm; in DIDpcRoutine() local 507 struct pc_maint *pcm = (struct pc_maint *)&e->Ind; in pcm_req() local
|
D | io.h | 109 struct pc_maint *pcm; member
|
D | divasync.h | 398 unsigned char pcm[1]; /* buffer (a pc_maint struct) */ member
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usbusx2yaudio.c | 935 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
|
D | usx2yhwdeppcm.c | 712 struct snd_pcm *pcm; in usX2Y_hwdep_pcm_new() local
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_types.h | 319 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()
|
D | pgtable.h | 387 enum page_cache_mode pcm, in is_new_memtype_allowed()
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_pcm.c | 364 struct snd_pcm *pcm; in snd_bebob_create_pcm_devices() local
|
D | bebob.h | 45 unsigned int pcm; member
|
D | bebob_stream.c | 203 unsigned int pcm, midi, location; in map_data_channels() local
|
/linux-4.1.27/sound/pci/ |
D | ad1889.c | 96 struct snd_pcm *pcm; member 628 struct snd_pcm *pcm; in snd_ad1889_pcm_init() local
|
D | als300.c | 121 struct snd_pcm *pcm; member 590 struct snd_pcm *pcm; in snd_als300_new_pcm() local
|
D | sis7019.c | 119 struct snd_pcm *pcm; member 899 struct snd_pcm *pcm; in sis_pcm_create() local
|
D | atiixp.c | 975 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
|
D | intel8x0.c | 379 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
|
D | intel8x0m.c | 205 struct snd_pcm *pcm[2]; member 723 struct snd_pcm *pcm; in snd_intel8x0m_pcm1() local
|
D | rme32.c | 1321 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()
|
D | fm801.c | 195 struct snd_pcm *pcm; member 703 struct snd_pcm *pcm; in snd_fm801_pcm() local
|
D | via82xx.c | 1448 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
|
D | sonicvibes.c | 225 struct snd_pcm *pcm; member 884 struct snd_pcm *pcm; in snd_sonicvibes_pcm() local
|
D | es1968.c | 521 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
|
D | cmipci.c | 468 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
|
D | azt3328.c | 287 struct snd_pcm *pcm[3]; member 2132 struct snd_pcm *pcm; in snd_azf3328_pcm() local
|
D | es1938.c | 216 struct snd_pcm *pcm; member 1020 struct snd_pcm *pcm; in snd_es1938_new_pcm() local
|
D | rme96.c | 1589 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()
|
D | als4000.c | 699 struct snd_pcm *pcm; in snd_als4000_pcm() local
|
D | bt87x.c | 709 struct snd_pcm *pcm; in snd_bt87x_pcm() local
|
D | cs4281.c | 468 struct snd_pcm *pcm; member 978 struct snd_pcm *pcm; in snd_cs4281_pcm() local
|
D | ens1370.c | 1273 struct snd_pcm *pcm; in snd_ensoniq_pcm() local 1307 struct snd_pcm *pcm; in snd_ensoniq_pcm2() local
|
D | via82xx_modem.c | 846 struct snd_pcm *pcm; in snd_via686_pcm_new() local
|
D | atiixp_modem.c | 993 struct snd_pcm *pcm; in snd_atiixp_pcm_new() local
|
D | maestro3.c | 750 struct snd_pcm *pcm; member 1862 struct snd_pcm *pcm; in snd_m3_pcm() local
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_pcm.c | 1215 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/ |
D | dbdma2.c | 321 struct snd_pcm *pcm = rtd->pcm; in au1xpsc_pcm_new() local
|
D | dma.c | 292 struct snd_pcm *pcm = rtd->pcm; in alchemy_pcm_new() local
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 389 struct snd_pcm *pcm; in snd_efw_create_pcm_devices() local
|
/linux-4.1.27/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 427 struct snd_pcm *pcm; in snd_cs5535audio_pcm() local
|
D | cs5535audio.h | 87 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctpcm.c | 429 struct snd_pcm *pcm; in ct_alsa_pcm_create() local
|
D | ctatc.h | 136 void **pcm; /* SUMs for collecting all pcm stream */ member
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 423 struct snd_pcm *pcm; in tm6000_audio_init() local
|
/linux-4.1.27/sound/ppc/ |
D | snd_ps3.h | 64 struct snd_pcm *pcm; member
|
D | pmac.h | 142 struct snd_pcm *pcm; member
|
D | pmac.c | 709 struct snd_pcm *pcm; in snd_pmac_pcm_new() local
|
/linux-4.1.27/sound/drivers/ |
D | aloop.c | 99 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
|
D | ml403-ac97cr.c | 368 struct snd_pcm *pcm; member 1242 struct snd_pcm *pcm; local
|
D | dummy.c | 135 struct snd_pcm *pcm; member 693 struct snd_pcm *pcm; in snd_card_dummy_pcm() local
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-g723.c | 319 struct snd_pcm *pcm; in solo_snd_pcm_init() local
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-pcm.c | 397 struct snd_pcm *pcm; in snd_dice_create_pcm() local
|
/linux-4.1.27/sound/soc/txx9/ |
D | txx9aclc.c | 289 struct snd_pcm *pcm = rtd->pcm; in txx9aclc_pcm_new() local
|
/linux-4.1.27/sound/spi/ |
D | at73c213.c | 66 struct snd_pcm *pcm; member 335 struct snd_pcm *pcm; in snd_at73c213_pcm_new() local
|
/linux-4.1.27/sound/aoa/soundbus/ |
D | soundbus.h | 157 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_pcm.c | 616 struct snd_pcm *pcm; in snd_vortex_new_pcm() local
|
D | au88x0.h | 145 struct snd_pcm *pcm[VORTEX_PCM_LAST]; member
|
/linux-4.1.27/sound/sh/ |
D | sh_dac_audio.c | 267 struct snd_pcm *pcm; in snd_sh_dac_pcm() local
|
D | aica.c | 457 struct snd_pcm *pcm; in snd_aicapcmchip() local
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 528 struct snd_pcm *pcm; in snd_cx23885_pcm() local
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 650 struct snd_pcm *pcm; in cx231xx_audio_init() local
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1150 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
|
D | ymfpci.h | 247 pcm: 1, member 338 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_pcm.c | 702 struct snd_pcm *pcm; in oxygen_pcm_init() local
|
/linux-4.1.27/sound/pci/ali5451/ |
D | ali5451.c | 188 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/ |
D | cs46xx_lib.c | 1782 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/ |
D | aw2-alsa.c | 90 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/isa/msnd/ |
D | msnd.c | 685 struct snd_pcm *pcm; in snd_msnd_pcm() local
|
/linux-4.1.27/sound/parisc/ |
D | harmony.h | 47 struct snd_pcm *pcm; member
|
D | harmony.c | 624 struct snd_pcm *pcm; in snd_harmony_pcm_init() local
|
/linux-4.1.27/sound/soc/xtensa/ |
D | xtfpga-i2s.c | 477 static void xtfpga_pcm_free(struct snd_pcm *pcm) in xtfpga_pcm_free()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 890 struct snd_pcm *pcm; in em28xx_audio_init() local
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 651 struct snd_pcm *pcm = rtd->pcm; in sst_pcm_new() local
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_uac2.c | 94 struct snd_pcm *pcm; member 448 struct snd_pcm *pcm; in snd_uac2_probe() local
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1712.c | 885 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
|
D | ice1724.c | 1140 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
|
D | ice1712.h | 311 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 862 static void i2sbus_private_free(struct snd_pcm *pcm) in i2sbus_private_free()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-alsa.c | 671 struct snd_pcm *pcm; in snd_cx25821_pcm() local
|
/linux-4.1.27/sound/usb/caiaq/ |
D | device.h | 110 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/pci/echoaudio/ |
D | echoaudio.c | 883 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/ |
D | trident.h | 278 pcm: 1, member 394 struct snd_pcm *pcm; /* ADC/DAC PCM */ member
|
D | trident_main.c | 2176 struct snd_pcm *pcm; in snd_trident_pcm() local
|
/linux-4.1.27/sound/sparc/ |
D | amd7930.c | 325 struct snd_pcm *pcm; member 760 struct snd_pcm *pcm; in snd_amd7930_pcm() local
|
D | cs4231.c | 93 struct snd_pcm *pcm; member 1231 struct snd_pcm *pcm; in snd_cs4231_pcm() local
|
D | dbri.c | 2222 struct snd_pcm *pcm; in snd_dbri_pcm() local
|
/linux-4.1.27/sound/pci/nm256/ |
D | nm256.c | 247 struct snd_pcm *pcm; member 937 struct snd_pcm *pcm; in snd_nm256_pcm() local
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr.h | 172 struct snd_pcm *pcm; /* PCM */ member
|
D | pcxhr.c | 1165 struct snd_pcm *pcm; in pcxhr_create_pcm() local
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 620 struct snd_pcm *pcm; in snd_cx88_pcm() local
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_pcm.c | 856 struct snd_pcm *pcm; in snd_gf1_pcm_new() local
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | pcmplc.c | 595 void pcm(struct s_smc *smc, const int np, int event) in pcm() function
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-ciu-defs.h | 1288 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/ |
D | es1688_lib.c | 733 struct snd_pcm *pcm; in snd_es1688_pcm() local
|
/linux-4.1.27/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 681 struct snd_pcm *pcm; in snd_ad1816a_pcm() local
|
/linux-4.1.27/sound/isa/opti9xx/ |
D | miro.c | 120 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/pci/korg1212/ |
D | korg1212.c | 319 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/ |
D | rme9652.c | 248 struct snd_pcm *pcm; member 2397 struct snd_pcm *pcm; in snd_rme9652_create_pcm() local
|
D | hdspm.c | 1055 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
|
D | hdsp.c | 501 struct snd_pcm *pcm; member 4906 struct snd_pcm *pcm; in snd_hdsp_create_pcm() local
|
/linux-4.1.27/sound/isa/wss/ |
D | wss_lib.c | 1928 struct snd_pcm *pcm; in snd_wss_pcm() local
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_main.c | 1367 struct snd_pcm *pcm; in snd_ca0106_pcm() local
|
D | ca0106.h | 694 struct snd_pcm *pcm[4]; member
|
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 94 struct snd_pcm *pcm; member
|
/linux-4.1.27/sound/pci/riptide/ |
D | riptide.c | 436 struct snd_pcm *pcm; member 1697 struct snd_pcm *pcm; in snd_riptide_pcm() local
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | b43legacy.h | 645 const struct firmware *pcm; member
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 218 static int pcm[MAX_CARDS]; variable
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 1321 struct snd_pcm *pcm; in snd_card_asihpi_pcm_new() local
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | b43.h | 783 struct b43_firmware_file pcm; member
|