Home
last modified time | relevance | path

Searched refs:pcm (Results 1 – 25 of 29) sorted by relevance

12

/linux-4.19.296/drivers/soundwire/
Dintel.c277 intel_pdi_get_ch_cap(struct sdw_intel *sdw, unsigned int pdi_num, bool pcm) in intel_pdi_get_ch_cap() argument
283 if (pcm) { in intel_pdi_get_ch_cap()
310 unsigned int *num_ch, bool pcm) in intel_pdi_get_ch_update() argument
315 pdi->ch_count = intel_pdi_get_ch_cap(sdw, pdi->num, pcm); in intel_pdi_get_ch_update()
325 struct sdw_cdns_streams *stream, bool pcm) in intel_pdi_stream_ch_update() argument
328 &stream->num_ch_bd, pcm); in intel_pdi_stream_ch_update()
331 &stream->num_ch_in, pcm); in intel_pdi_stream_ch_update()
334 &stream->num_ch_out, pcm); in intel_pdi_stream_ch_update()
342 intel_pdi_stream_ch_update(sdw, &sdw->cdns.pcm, true); in intel_pdi_ch_update()
421 u32 ch, u32 dir, bool pcm) in intel_alloc_port() argument
[all …]
Dcadence_master.h142 struct sdw_cdns_streams pcm; member
198 void *stream, bool pcm, int direction);
Dcadence_master.c709 cdns->pcm.num_bd = config.pcm_bd; in sdw_cdns_pdi_init()
710 cdns->pcm.num_in = config.pcm_in; in sdw_cdns_pdi_init()
711 cdns->pcm.num_out = config.pcm_out; in sdw_cdns_pdi_init()
717 stream = &cdns->pcm; in sdw_cdns_pdi_init()
991 void *stream, bool pcm, int direction) in cdns_set_sdw_stream() argument
1000 if (pcm) in cdns_set_sdw_stream()
/linux-4.19.296/include/sound/
Dpcm.h35 #define snd_pcm_chip(pcm) ((pcm)->private_data) argument
450 struct snd_pcm *pcm; member
506 struct snd_pcm *pcm; member
540 void (*private_free) (struct snd_pcm *pcm);
560 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
564 int (*n_register) (struct snd_pcm * pcm);
565 int (*n_disconnect) (struct snd_pcm * pcm);
566 int (*n_unregister) (struct snd_pcm * pcm);
587 int snd_pcm_suspend_all(struct snd_pcm *pcm);
593 static inline int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all() argument
[all …]
Dpxa2xx-lib.h24 extern int pxa2xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream);
25 extern void pxa2xx_pcm_free_dma_buffers(struct snd_pcm *pcm);
Des1688.h48 struct snd_pcm *pcm; member
Demu8000.h92 struct snd_pcm *pcm; /* pcm on emu8000 wavetable */ member
Dhda_chmap.h77 int snd_hdac_add_chmap_ctls(struct snd_pcm *pcm, int pcm_idx,
Dac97_codec.h403 int snd_ac97_pcm_open(struct ac97_pcm *pcm, unsigned int rate,
405 int snd_ac97_pcm_close(struct ac97_pcm *pcm);
Dad1816a.h142 struct snd_pcm *pcm; member
Dpcm_params.h27 int snd_pcm_hw_param_first(struct snd_pcm_substream *pcm,
30 int snd_pcm_hw_param_last(struct snd_pcm_substream *pcm,
Dsoc-topology.h136 struct snd_soc_tplg_pcm *pcm, struct snd_soc_dai *dai);
Dgus.h252 pcm: 1, member
428 struct snd_pcm *pcm; member
Dwss.h97 struct snd_pcm *pcm; member
Demu10k1.h1506 pcm: 1, member
1629 struct snd_emu10k1_fx8010_pcm pcm[8]; member
1740 struct snd_pcm *pcm; member
Dsb.h98 struct snd_pcm *pcm; member
Dvx_core.h156 struct snd_pcm *pcm[VX_MAX_CODECS]; member
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dio.c470 struct pc_maint *pcm; in DIDpcRoutine() local
475 pcm = (struct pc_maint *)IoAdapter->pcm_data; in DIDpcRoutine()
478 a->ram_out(a, &IoAdapter->pcm->rc, 0); in DIDpcRoutine()
479 a->ram_out(a, &IoAdapter->pcm->req, pcm->req); in DIDpcRoutine()
483 if ((int)(a->ram_in(a, &IoAdapter->pcm->rc))) { in DIDpcRoutine()
484 a->ram_in_buffer(a, IoAdapter->pcm, pcm, sizeof(*pcm)); in DIDpcRoutine()
507 struct pc_maint *pcm = (struct pc_maint *)&e->Ind; in pcm_req() local
517 IoAdapter->pcm_data = (void *)pcm; in pcm_req()
559 a->ram_out(a, &IoAdapter->pcm->rc, 0); in pcm_req()
560 a->ram_out(a, &IoAdapter->pcm->req, pcm->req); in pcm_req()
[all …]
Ds_bri.c179 IoAdapter->pcm = (struct pc_maint *)MIPS_MAINT_OFFS; in prepare_maestra_functions()
Ds_pri.c180 IoAdapter->pcm = (struct pc_maint *)(MIPS_MAINT_OFFS in prepare_common_pri_functions()
Ddivasync.h398 unsigned char pcm[1]; /* buffer (a pc_maint struct) */ member
Dio.h109 struct pc_maint *pcm; member
Ds_4bri.c453 IoAdapter->pcm = (struct pc_maint *)MIPS_MAINT_OFFS; in set_common_qBri_functions()
/linux-4.19.296/include/drm/i2c/
Dch7006.h63 int xcm, pcm; member
/linux-4.19.296/drivers/clk/qcom/
DKconfig112 Say Y if you want to use audio devices such as i2s, pcm,
155 Say Y if you want to use audio devices such as i2s, pcm,
172 Say Y if you want to use audio devices such as i2s, pcm,

12