/sound/soc/intel/common/ |
D | sst-dsp.c | 23 void sst_shim32_write(void __iomem *addr, u32 offset, u32 value) in sst_shim32_write() 29 u32 sst_shim32_read(void __iomem *addr, u32 offset) in sst_shim32_read() 35 void sst_shim32_write64(void __iomem *addr, u32 offset, u64 value) in sst_shim32_write64() 41 u64 sst_shim32_read64(void __iomem *addr, u32 offset) in sst_shim32_read64() 83 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write() 93 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read() 106 void sst_dsp_shim_write64(struct sst_dsp *sst, u32 offset, u64 value) in sst_dsp_shim_write64() 116 u64 sst_dsp_shim_read64(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read64() 129 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked() 135 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked() [all …]
|
/sound/soc/sof/ |
D | ops.c | 15 bool snd_sof_pci_update_bits_unlocked(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits_unlocked() 38 bool snd_sof_pci_update_bits(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits() 52 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_unlocked() 72 u32 offset, u64 mask, u64 value) in snd_sof_dsp_update_bits64_unlocked() 90 bool snd_sof_dsp_update_bits(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits() 104 bool snd_sof_dsp_update_bits64(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits64() 120 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced_unlocked() 135 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced() 145 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset) in snd_sof_dsp_panic()
|
D | utils.c | 52 void sof_mailbox_write(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_write() 61 void sof_mailbox_read(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_read() 74 void sof_block_write(struct snd_sof_dev *sdev, u32 bar, u32 offset, void *src, in sof_block_write() 105 void sof_block_read(struct snd_sof_dev *sdev, u32 bar, u32 offset, void *dest, in sof_block_read()
|
D | ops.h | 211 u32 offset, u32 value) in snd_sof_dsp_write() 222 u32 offset, u64 value) in snd_sof_dsp_write64() 233 u32 offset) in snd_sof_dsp_read() 243 u32 offset) in snd_sof_dsp_read64() 254 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_block_read() 260 u32 offset, void *src, size_t bytes) in snd_sof_dsp_block_write() 417 #define snd_sof_dsp_read_poll_timeout(sdev, bar, offset, val, cond, sleep_us, timeout_us) \ argument
|
D | loader.c | 36 int snd_sof_fw_parse_ext_data(struct snd_sof_dev *sdev, u32 bar, u32 offset) in snd_sof_fw_parse_ext_data() 218 int offset; in sof_fw_ready() local 266 u32 offset; in snd_sof_parse_module_memcpy() local
|
/sound/firewire/dice/ |
D | dice.h | 137 unsigned int offset, in snd_dice_transaction_write_global() 145 unsigned int offset, in snd_dice_transaction_read_global() 153 unsigned int offset, in snd_dice_transaction_write_tx() 160 unsigned int offset, in snd_dice_transaction_read_tx() 167 unsigned int offset, in snd_dice_transaction_write_rx() 174 unsigned int offset, in snd_dice_transaction_read_rx() 181 unsigned int offset, in snd_dice_transaction_write_sync() 188 unsigned int offset, in snd_dice_transaction_read_sync()
|
D | dice-transaction.c | 12 u64 offset) in get_subaddr() 38 unsigned int offset, void *buf, unsigned int len) in snd_dice_transaction_write() 47 enum snd_dice_addr_type type, unsigned int offset, in snd_dice_transaction_read() 134 int generation, unsigned long long offset, in dice_notification()
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.h | 48 unsigned int offset = reg & 0xffff; in snd_cs46xx_poke() local 61 unsigned int offset = reg & 0xffff; in snd_cs46xx_peek() local 65 static inline void snd_cs46xx_pokeBA0(struct snd_cs46xx *chip, unsigned long offset, unsigned int v… in snd_cs46xx_pokeBA0() 70 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) in snd_cs46xx_peekBA0()
|
/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 31 int sst_shim_write(void __iomem *addr, int offset, int value) in sst_shim_write() 37 u32 sst_shim_read(void __iomem *addr, int offset) in sst_shim_read() 42 u64 sst_reg_read64(void __iomem *addr, int offset) in sst_reg_read64() 51 int sst_shim_write64(void __iomem *addr, int offset, u64 value) in sst_shim_write64() 57 u64 sst_shim_read64(void __iomem *addr, int offset) in sst_shim_read64()
|
/sound/soc/ |
D | soc-ac97.c | 62 static int snd_soc_ac97_gpio_request(struct gpio_chip *chip, unsigned offset) in snd_soc_ac97_gpio_request() 71 unsigned offset) in snd_soc_ac97_gpio_direction_in() 80 static int snd_soc_ac97_gpio_get(struct gpio_chip *chip, unsigned offset) in snd_soc_ac97_gpio_get() 94 static void snd_soc_ac97_gpio_set(struct gpio_chip *chip, unsigned offset, in snd_soc_ac97_gpio_set() 108 unsigned offset, int value) in snd_soc_ac97_gpio_direction_out()
|
/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 23 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/firewire/motu/ |
D | motu-transaction.c | 15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read() 31 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_write() 49 int generation, unsigned long long offset, in handle_message()
|
/sound/isa/sb/ |
D | emu8000_patch.c | 74 read_word(const void __user *buf, int offset, int mode) in read_word() 120 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) in write_word() 142 int offset; in snd_emu8000_sample_new() local
|
/sound/soc/ti/ |
D | davinci-mcasp.c | 127 static inline void mcasp_set_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_set_bits() 134 static inline void mcasp_clr_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_clr_bits() 141 static inline void mcasp_mod_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_mod_bits() 148 static inline void mcasp_set_reg(struct davinci_mcasp *mcasp, u32 offset, in mcasp_set_reg() 154 static inline u32 mcasp_get_reg(struct davinci_mcasp *mcasp, u32 offset) in mcasp_get_reg() 1903 u32 offset = 0; in davinci_mcasp_txdma_offset() local 1926 u32 offset = 0; in davinci_mcasp_rxdma_offset() local 1947 static int davinci_mcasp_gpio_request(struct gpio_chip *chip, unsigned offset) in davinci_mcasp_gpio_request() 1962 static void davinci_mcasp_gpio_free(struct gpio_chip *chip, unsigned offset) in davinci_mcasp_gpio_free() 1976 unsigned offset, int value) in davinci_mcasp_gpio_direction_out() [all …]
|
/sound/firewire/bebob/ |
D | bebob_focusrite.c | 61 saffire_read_block(struct snd_bebob *bebob, u64 offset, in saffire_read_block() 81 saffire_read_quad(struct snd_bebob *bebob, u64 offset, u32 *value) in saffire_read_quad() 98 saffire_write_quad(struct snd_bebob *bebob, u64 offset, u32 value) in saffire_write_quad() 236 u64 offset; in saffire_meter_get() local
|
/sound/pci/vx222/ |
D | vx222_ops.c | 85 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb() 96 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb() 109 static unsigned int vx2_inl(struct vx_core *chip, int offset) in vx2_inl() 120 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl() 249 int offset = pipe->hw_ptr; in vx2_dma_write() local 287 int offset = pipe->hw_ptr; in vx2_dma_read() local
|
/sound/firewire/tascam/ |
D | tascam-hwdep.c | 19 long count, loff_t *offset) in tscm_hwdep_read_locked() 38 long remained, loff_t *offset) in tscm_hwdep_read_queue() 97 loff_t *offset) in hwdep_read()
|
/sound/firewire/digi00x/ |
D | digi00x-transaction.c | 12 unsigned long long offset, __be32 *buf) in handle_unknown_message() 25 int generation, unsigned long long offset, in handle_message()
|
/sound/pcmcia/vx/ |
D | vxp_ops.c | 48 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb() 58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb() 355 int offset = pipe->hw_ptr; in vxp_dma_write() local 395 int offset = pipe->hw_ptr; in vxp_dma_read() local
|
/sound/pci/trident/ |
D | trident_memory.c | 39 #define get_aligned_page(offset) ((offset) >> 12) argument 51 #define get_aligned_page(offset) ((offset) >> 13) argument 81 #define get_aligned_page(offset) ((offset) / ALIGN_PAGE_SIZE) argument 109 static inline void *offset_ptr(struct snd_trident *trident, int offset) in offset_ptr()
|
/sound/synth/emux/ |
D | emux_effect.c | 40 long offset; /* offset in parameter record (-1 = not written) */ member 167 int offset; in snd_emux_send_effect() local 231 int offset; in snd_emux_setup_effect() local
|
/sound/pci/ |
D | intel8x0m.c | 236 static inline u8 igetbyte(struct intel8x0m *chip, u32 offset) in igetbyte() 241 static inline u16 igetword(struct intel8x0m *chip, u32 offset) in igetword() 246 static inline u32 igetdword(struct intel8x0m *chip, u32 offset) in igetdword() 251 static inline void iputbyte(struct intel8x0m *chip, u32 offset, u8 val) in iputbyte() 256 static inline void iputword(struct intel8x0m *chip, u32 offset, u16 val) in iputword() 261 static inline void iputdword(struct intel8x0m *chip, u32 offset, u32 val) in iputdword() 270 static inline u16 iagetword(struct intel8x0m *chip, u32 offset) in iagetword() 275 static inline void iaputword(struct intel8x0m *chip, u32 offset, u16 val) in iaputword() 1084 unsigned int offset; member
|
/sound/pci/nm256/ |
D | nm256.c | 266 snd_nm256_readb(struct nm256 *chip, int offset) in snd_nm256_readb() 272 snd_nm256_readw(struct nm256 *chip, int offset) in snd_nm256_readw() 278 snd_nm256_readl(struct nm256 *chip, int offset) in snd_nm256_readl() 284 snd_nm256_writeb(struct nm256 *chip, int offset, u8 val) in snd_nm256_writeb() 290 snd_nm256_writew(struct nm256 *chip, int offset, u16 val) in snd_nm256_writew() 296 snd_nm256_writel(struct nm256 *chip, int offset, u32 val) in snd_nm256_writel() 302 snd_nm256_write_buffer(struct nm256 *chip, void *src, int offset, int size) in snd_nm256_write_buffer() 323 u16 offset = 0; in snd_nm256_get_start_offset() local 333 u16 offset = snd_nm256_get_start_offset(which); in snd_nm256_load_one_coefficient() local 376 u32 offset = snd_nm256_get_start_offset(number); in snd_nm256_load_coefficient() local
|
/sound/drivers/opl4/ |
D | opl4_lib.c | 48 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) in snd_opl4_read_memory() 74 void snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size) in snd_opl4_write_memory()
|
/sound/core/ |
D | hwdep.c | 42 static loff_t snd_hwdep_llseek(struct file * file, loff_t offset, int orig) in snd_hwdep_llseek() 51 size_t count, loff_t *offset) in snd_hwdep_read() 60 size_t count, loff_t *offset) in snd_hwdep_write()
|