/sound/soc/intel/ |
D | sst-dsp.c | 31 void sst_shim32_write(void __iomem *addr, u32 offset, u32 value) in sst_shim32_write() 37 u32 sst_shim32_read(void __iomem *addr, u32 offset) in sst_shim32_read() 43 void sst_shim32_write64(void __iomem *addr, u32 offset, u64 value) in sst_shim32_write64() 49 u64 sst_shim32_read64(void __iomem *addr, u32 offset) in sst_shim32_read64() 91 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write() 101 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read() 114 void sst_dsp_shim_write64(struct sst_dsp *sst, u32 offset, u64 value) in sst_dsp_shim_write64() 124 u64 sst_dsp_shim_read64(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read64() 137 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked() 143 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked() [all …]
|
D | sst-firmware.c | 206 u32 offset) in find_block() 219 struct sst_module_data *data, u32 offset, int size) in block_alloc_contiguous() 472 struct sst_mem_block *sst_mem_block_register(struct sst_dsp *dsp, u32 offset, in sst_mem_block_register()
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.h | 63 unsigned int offset = reg & 0xffff; in snd_cs46xx_poke() local 76 unsigned int offset = reg & 0xffff; in snd_cs46xx_peek() local 80 static inline void snd_cs46xx_pokeBA0(struct snd_cs46xx *chip, unsigned long offset, unsigned int v… in snd_cs46xx_pokeBA0() 85 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) in snd_cs46xx_peekBA0()
|
/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 24 loff_t *offset) in hwdep_read_resp_buf() 100 loff_t *offset) in hwdep_read_locked() 123 loff_t *offset) in hwdep_read() 159 loff_t *offset) in hwdep_write()
|
/sound/isa/sb/ |
D | emu8000_patch.c | 85 read_word(const void __user *buf, int offset, int mode) in read_word() 131 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) in write_word() 153 int offset; in snd_emu8000_sample_new() local
|
/sound/firewire/bebob/ |
D | bebob_focusrite.c | 60 saffire_read_block(struct snd_bebob *bebob, u64 offset, in saffire_read_block() 80 saffire_read_quad(struct snd_bebob *bebob, u64 offset, u32 *value) in saffire_read_quad() 97 saffire_write_quad(struct snd_bebob *bebob, u64 offset, u32 value) in saffire_write_quad() 227 u64 offset; in saffire_meter_get() local
|
/sound/pci/vx222/ |
D | vx222_ops.c | 97 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb() 107 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb() 119 static unsigned int vx2_inl(struct vx_core *chip, int offset) in vx2_inl() 129 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl() 257 int offset = pipe->hw_ptr; in vx2_dma_write() local 295 int offset = pipe->hw_ptr; in vx2_dma_read() local
|
/sound/pcmcia/vx/ |
D | vxp_ops.c | 61 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb() 71 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb() 368 int offset = pipe->hw_ptr; in vxp_dma_write() local 408 int offset = pipe->hw_ptr; in vxp_dma_read() local
|
/sound/pci/trident/ |
D | trident_memory.c | 54 #define get_aligned_page(offset) ((offset) >> 12) argument 66 #define get_aligned_page(offset) ((offset) >> 13) argument 96 #define get_aligned_page(offset) ((offset) / ALIGN_PAGE_SIZE) argument 124 static inline void *offset_ptr(struct snd_trident *trident, int offset) in offset_ptr()
|
/sound/synth/emux/ |
D | emux_effect.c | 54 long offset; /* offset in parameter record (-1 = not written) */ member 181 int offset; in snd_emux_send_effect() local 245 int offset; in snd_emux_setup_effect() local
|
/sound/pci/nm256/ |
D | nm256.c | 280 snd_nm256_readb(struct nm256 *chip, int offset) in snd_nm256_readb() 286 snd_nm256_readw(struct nm256 *chip, int offset) in snd_nm256_readw() 292 snd_nm256_readl(struct nm256 *chip, int offset) in snd_nm256_readl() 298 snd_nm256_writeb(struct nm256 *chip, int offset, u8 val) in snd_nm256_writeb() 304 snd_nm256_writew(struct nm256 *chip, int offset, u16 val) in snd_nm256_writew() 310 snd_nm256_writel(struct nm256 *chip, int offset, u32 val) in snd_nm256_writel() 316 snd_nm256_write_buffer(struct nm256 *chip, void *src, int offset, int size) in snd_nm256_write_buffer() 337 u16 offset = 0; in snd_nm256_get_start_offset() local 347 u16 offset = snd_nm256_get_start_offset(which); in snd_nm256_load_one_coefficient() local 390 u32 offset = snd_nm256_get_start_offset(number); in snd_nm256_load_coefficient() local
|
/sound/soc/davinci/ |
D | davinci-mcasp.c | 98 static inline void mcasp_set_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_set_bits() 105 static inline void mcasp_clr_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_clr_bits() 112 static inline void mcasp_mod_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_mod_bits() 119 static inline void mcasp_set_reg(struct davinci_mcasp *mcasp, u32 offset, in mcasp_set_reg() 125 static inline u32 mcasp_get_reg(struct davinci_mcasp *mcasp, u32 offset) in mcasp_get_reg() 186 u8 offset = 0, i; in mcasp_start_tx() local
|
/sound/pci/ |
D | intel8x0m.c | 251 static inline u8 igetbyte(struct intel8x0m *chip, u32 offset) in igetbyte() 256 static inline u16 igetword(struct intel8x0m *chip, u32 offset) in igetword() 261 static inline u32 igetdword(struct intel8x0m *chip, u32 offset) in igetdword() 266 static inline void iputbyte(struct intel8x0m *chip, u32 offset, u8 val) in iputbyte() 271 static inline void iputword(struct intel8x0m *chip, u32 offset, u16 val) in iputword() 276 static inline void iputdword(struct intel8x0m *chip, u32 offset, u32 val) in iputdword() 285 static inline u16 iagetword(struct intel8x0m *chip, u32 offset) in iagetword() 290 static inline void iaputword(struct intel8x0m *chip, u32 offset, u16 val) in iaputword() 1121 unsigned int offset; member
|
/sound/pci/emu10k1/ |
D | memory.c | 43 #define get_aligned_page(offset) ((offset) >> PAGE_SHIFT) argument 507 static inline void *offset_ptr(struct snd_emu10k1 *emu, int page, int offset) in offset_ptr() 526 int offset, int size) in snd_emu10k1_synth_bzero() 556 int offset, const char __user *data, int size) in snd_emu10k1_synth_copy_from_user()
|
D | emu10k1_patch.c | 42 int offset; in snd_emu10k1_sample_new() local
|
/sound/drivers/opl4/ |
D | opl4_lib.c | 61 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) in snd_opl4_read_memory() 87 void snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size) in snd_opl4_write_memory()
|
/sound/core/seq/oss/ |
D | seq_oss.c | 155 odev_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in odev_read() 166 odev_write(struct file *file, const char __user *buf, size_t count, loff_t *offset) in odev_write()
|
/sound/core/ |
D | hwdep.c | 57 static loff_t snd_hwdep_llseek(struct file * file, loff_t offset, int orig) in snd_hwdep_llseek() 66 size_t count, loff_t *offset) in snd_hwdep_read() 75 size_t count, loff_t *offset) in snd_hwdep_write()
|
D | pcm_memory.c | 308 struct page *snd_pcm_sgbuf_ops_page(struct snd_pcm_substream *substream, unsigned long offset) in snd_pcm_sgbuf_ops_page() 456 unsigned long offset) in snd_pcm_lib_get_vmalloc_page()
|
D | info.c | 156 static loff_t snd_info_entry_llseek(struct file *file, loff_t offset, int orig) in snd_info_entry_llseek() 202 size_t count, loff_t * offset) in snd_info_entry_read() 249 size_t count, loff_t * offset) in snd_info_entry_write()
|
/sound/firewire/ |
D | packets-buffer.h | 16 unsigned int offset; member
|
D | lib.c | 33 u64 offset, void *buffer, size_t length, in snd_fw_transaction()
|
/sound/pci/asihpi/ |
D | hpicmn.c | 298 unsigned int offset; member 488 unsigned int offset = phm->u.c.param1; in hpi_check_control_cache() local
|
/sound/soc/codecs/ |
D | wm8903.c | 1784 static int wm8903_gpio_request(struct gpio_chip *chip, unsigned offset) in wm8903_gpio_request() 1792 static int wm8903_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in wm8903_gpio_direction_in() 1810 static int wm8903_gpio_get(struct gpio_chip *chip, unsigned offset) in wm8903_gpio_get() 1821 unsigned offset, int value) in wm8903_gpio_direction_out() 1839 static void wm8903_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in wm8903_gpio_set()
|
/sound/soc/sh/rcar/ |
D | gen.c | 30 #define RSND_REG_SET(id, offset, _id_offset) \ argument 37 #define RSND_GEN_S_REG(id, offset) \ argument 41 #define RSND_GEN_M_REG(id, offset, _id_offset) \ argument
|