| /sound/pci/ctxfi/ |
| D | ctsrc.c | 38 static int src_set_state(struct src *src, unsigned int state) in src_set_state() 48 static int src_set_bm(struct src *src, unsigned int bm) in src_set_bm() 58 static int src_set_sf(struct src *src, unsigned int sf) in src_set_sf() 68 static int src_set_pm(struct src *src, unsigned int pm) in src_set_pm() 78 static int src_set_rom(struct src *src, unsigned int rom) in src_set_rom() 88 static int src_set_vo(struct src *src, unsigned int vo) in src_set_vo() 98 static int src_set_st(struct src *src, unsigned int st) in src_set_st() 108 static int src_set_bp(struct src *src, unsigned int bp) in src_set_bp() 118 static int src_set_cisz(struct src *src, unsigned int cisz) in src_set_cisz() 128 static int src_set_ca(struct src *src, unsigned int ca) in src_set_ca() [all …]
|
| D | ctatc.c | 249 struct src *src; in atc_pcm_playback_prepare() local 381 struct src *src = apcm->src; in atc_pcm_playback_start() local 405 struct src *src; in atc_pcm_stop() local 432 struct src *src = apcm->src; in atc_pcm_playback_position() local 510 struct src *src; in atc_pcm_capture_get_resources() local 649 struct src *src; in atc_pcm_capture_prepare() local 727 struct src *src; in atc_pcm_capture_start() local 778 struct src *src = apcm->src; in atc_pcm_capture_position() local 792 struct src *src; in spdif_passthru_playback_get_resources() local 899 struct src *src; in spdif_passthru_playback_prepare() local [all …]
|
| D | ctsrc.h | 48 struct src { struct 50 struct src *intlv; /* Pointer to next interleaved SRC in a series */ argument 51 const struct src_rsc_ops *ops; /* SRC specific operations */ argument 58 int (*set_state)(struct src *src, unsigned int state); argument
|
| /sound/soc/sh/rcar/ |
| D | src.c | 80 struct rsnd_src *src = rsnd_mod_to_src(mod); in rsnd_src_convert_rate() local 138 struct rsnd_src *src = rsnd_mod_to_src(mod); in rsnd_src_hw_params() local 284 struct rsnd_src *src = rsnd_mod_to_src(mod); in rsnd_src_irq() local 380 struct rsnd_src *src = rsnd_mod_to_src(mod); in rsnd_src_init() local 400 struct rsnd_src *src = rsnd_mod_to_src(mod); in rsnd_src_quit() local 449 struct rsnd_src *src = rsnd_mod_to_src(mod); in rsnd_src_probe_() local 477 struct rsnd_src *src = rsnd_mod_to_src(mod); in rsnd_src_pcm_new() local 541 struct rsnd_src *src; in rsnd_src_probe() local 615 struct rsnd_src *src; in rsnd_src_remove() local
|
| D | cmd.c | 49 struct rsnd_mod *src; in rsnd_cmd_init() local 72 struct rsnd_mod *src = rsnd_io_to_mod_src(io); in rsnd_cmd_init() local
|
| /sound/pci/emu10k1/ |
| D | emufx.c | 1460 #define A_PUT_OUTPUT(out,src) A_OP(icode, &ptr, iACC3, A_EXTOUT(out), A_C_00000000, A_C_00000000, A… in _snd_emu10k1_audigy_init_efx() argument 1461 #define A_PUT_STEREO_OUTPUT(out1,out2,src) \ in _snd_emu10k1_audigy_init_efx() argument 1464 #define _A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument 1466 #define A_SWITCH(icode, ptr, dst, src, sw) \ in _snd_emu10k1_audigy_init_efx() argument 1468 #define _A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument 1470 #define A_SWITCH_NEG(icode, ptr, dst, src) \ in _snd_emu10k1_audigy_init_efx() argument 1801 static void _volume(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume() 1808 static void _volume_add(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_add() 1816 static void _volume_out(struct snd_emu10k1_fx8010_code *icode, u32 *ptr, u32 dst, u32 src, u32 vol) in _volume_out() 1825 #define VOLUME(icode, ptr, dst, src, vol) \ argument [all …]
|
| /sound/core/ |
| D | rawmidi_compat.c | 34 struct snd_rawmidi_params32 __user *src) in snd_rawmidi_ioctl_params_compat() 67 struct snd_rawmidi_status32 __user *src) in snd_rawmidi_ioctl_status_compat() 111 #define put_timespec(src, dst) copy_to_user(dst, src, sizeof(*dst)) argument 114 struct snd_rawmidi_status_x32 __user *src) in snd_rawmidi_ioctl_status_x32()
|
| D | memory.c | 38 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio() 70 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count) in copy_from_user_toio()
|
| D | pcm_compat.c | 27 s32 __user *src) in snd_pcm_ioctl_delay_compat() 41 u32 __user *src) in snd_pcm_ioctl_rewind_compat() 58 u32 __user *src) in snd_pcm_ioctl_forward_compat() 120 struct snd_pcm_sw_params32 __user *src) in snd_pcm_ioctl_sw_params_compat() 162 struct snd_pcm_channel_info32 __user *src) in snd_pcm_ioctl_channel_info_compat() 211 struct snd_pcm_status32 __user *src, in snd_pcm_status_user_compat() 272 #define put_timespec(src, dst) copy_to_user(dst, src, sizeof(*dst)) argument 275 struct snd_pcm_status_x32 __user *src, in snd_pcm_status_user_x32() 487 struct snd_pcm_sync_ptr32 __user *src) in snd_pcm_ioctl_sync_ptr_compat() 576 struct snd_pcm_sync_ptr_x32 __user *src) in snd_pcm_ioctl_sync_ptr_x32()
|
| D | hwdep_compat.c | 34 struct snd_hwdep_dsp_image32 __user *src) in snd_hwdep_dsp_load_compat()
|
| /sound/soc/intel/atom/sst/ |
| D | sst_loader.c | 42 void memcpy32_toio(void __iomem *dst, const void *src, int count) in memcpy32_toio() 50 void memcpy32_fromio(void *dst, const void __iomem *src, int count) in memcpy32_fromio() 155 void *destn, const void *src, u32 size, bool is_io) in sst_fill_memcpy_list()
|
| /sound/pci/au88x0/ |
| D | au88x0_core.c | 455 static void vortex_src_flushbuffers(vortex_t * vortex, unsigned char src) in vortex_src_flushbuffers() 466 static void vortex_src_cleardrift(vortex_t * vortex, unsigned char src) in vortex_src_cleardrift() 474 vortex_src_set_throttlesource(vortex_t * vortex, unsigned char src, int en) in vortex_src_set_throttlesource() 487 vortex_src_persist_convratio(vortex_t * vortex, unsigned char src, int ratio) in vortex_src_persist_convratio() 571 static void vortex_src_setupchannel(vortex_t * card, unsigned char src, in vortex_src_setupchannel() 667 vortex_src_addWTD(vortex_t * vortex, unsigned char src, unsigned char ch) in vortex_src_addWTD() 699 vortex_src_delWTD(vortex_t * vortex, unsigned char src, unsigned char ch) in vortex_src_delWTD() 1837 unsigned char adbdma, unsigned char src) in vortex_connection_adbdma_src() 1845 unsigned char channel, unsigned char src, in vortex_connection_src_mixin() 1874 unsigned char src, unsigned char adbdma) in vortex_connection_src_adbdma() [all …]
|
| /sound/core/oss/ |
| D | mulaw.c | 177 char *src; in mulaw_decode() local 203 unsigned char *src) in cvt_native_to_s16() 223 char *src; in mulaw_encode() local
|
| D | linear.c | 43 unsigned char *dst, unsigned char *src) in do_convert() 64 char *src; in convert() local
|
| D | rate.c | 72 signed short *src, *dst; in resample_expand() local 131 signed short *src, *dst; in resample_shrink() local
|
| /sound/firewire/fireface/ |
| D | ff-protocol-ff400.c | 26 enum snd_ff_clock_src *src) in ff400_get_clock() 293 const char *src; in ff400_dump_clock_config() local
|
| /sound/core/seq/ |
| D | seq_memory.c | 129 static int seq_copy_in_kernel(char **bufptr, const void *src, int size) in seq_copy_in_kernel() 136 static int seq_copy_in_user(char __user **bufptr, const void *src, int size) in seq_copy_in_user() 324 struct snd_seq_event_cell *src, *tmp, *tail; in snd_seq_event_dup() local
|
| /sound/soc/blackfin/ |
| D | bf5xx-ac97.c | 46 void bf5xx_pcm_to_ac97(struct ac97_frame *dst, const __u16 *src, in bf5xx_pcm_to_ac97() 83 void bf5xx_ac97_to_pcm(const struct ac97_frame *src, __u16 *dst, in bf5xx_ac97_to_pcm()
|
| /sound/soc/intel/common/ |
| D | sst-dsp.c | 60 u32 *src, size_t bytes) in _sst_memcpy_toio_32() 69 const volatile __iomem u32 *src, size_t bytes) in _sst_memcpy_fromio_32() 78 void __iomem *dest, void *src, size_t bytes) in sst_memcpy_toio_32() 85 void __iomem *src, size_t bytes) in sst_memcpy_fromio_32()
|
| /sound/isa/sb/ |
| D | emu8000_pcm.c | 466 void __user *src, unsigned long count) in emu8k_pcm_copy() 479 void *src, unsigned long count) in emu8k_pcm_copy_kernel() 534 void __user *src, unsigned long count) in emu8k_pcm_copy() 547 void *src, unsigned long count) in emu8k_pcm_copy_kernel()
|
| /sound/soc/nuc900/ |
| D | nuc900-pcm.c | 207 dma_addr_t *src, dma_addr_t *dst) in nuc900_dma_getposition() 224 dma_addr_t src, dst; in nuc900_dma_pointer() local
|
| /sound/pci/lola/ |
| D | lola_mixer.c | 282 unsigned int src, unsigned int dest, in lola_mixer_set_mapping_gain() 493 int src = i % chip->mixer.src_phys_ins; in init_mixer_values() local 501 int src = chip->mixer.src_stream_out_ofs + i; in init_mixer_values() local
|
| /sound/soc/codecs/ |
| D | adav80x.c | 51 #define ADAV80X_ICLK_CTRL1_DAC_SRC(src) ((src) << 5) argument 52 #define ADAV80X_ICLK_CTRL1_ADC_SRC(src) ((src) << 2) argument 53 #define ADAV80X_ICLK_CTRL1_ICLK2_SRC(src) (src) argument 54 #define ADAV80X_ICLK_CTRL2_ICLK1_SRC(src) ((src) << 3) argument
|
| /sound/isa/wavefront/ |
| D | wavefront_synth.c | 530 munge_int32 (unsigned int src, in munge_int32() 547 demunge_int32 (unsigned char* src, int src_size) in demunge_int32() 562 munge_buf (unsigned char *src, unsigned char *dst, unsigned int dst_size) in munge_buf() 577 demunge_buf (unsigned char *src, unsigned char *dst, unsigned int src_bytes) in demunge_buf()
|
| /sound/sh/ |
| D | sh_dac_audio.c | 189 void __user *src, unsigned long count) in snd_sh_dac_pcm_copy() 208 void *src, unsigned long count) in snd_sh_dac_pcm_copy_kernel()
|