| /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() 48 void sst_dsp_shim_write(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write() 58 u32 sst_dsp_shim_read(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read() 71 void sst_dsp_shim_write_unlocked(struct sst_dsp *sst, u32 offset, u32 value) in sst_dsp_shim_write_unlocked() 77 u32 sst_dsp_shim_read_unlocked(struct sst_dsp *sst, u32 offset) in sst_dsp_shim_read_unlocked() 83 int sst_dsp_shim_update_bits_unlocked(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits_unlocked() 104 void sst_dsp_shim_update_bits_forced_unlocked(struct sst_dsp *sst, u32 offset, in sst_dsp_shim_update_bits_forced_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() 151 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset, bool non_recoverable) in snd_sof_dsp_panic()
|
| D | ops.h | 306 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, in snd_sof_debugfs_add_region_item() 318 u32 offset, u8 value) in snd_sof_dsp_write8() 327 u32 offset, u32 value) in snd_sof_dsp_write() 336 u32 offset, u64 value) in snd_sof_dsp_write64() 345 u32 offset) in snd_sof_dsp_read8() 354 u32 offset) in snd_sof_dsp_read() 363 u32 offset) in snd_sof_dsp_read64() 372 u32 offset, u8 mask, u8 value) in snd_sof_dsp_update8() 385 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_block_read() 392 u32 offset, void *src, size_t bytes) in snd_sof_dsp_block_write() [all …]
|
| D | iomem-utils.c | 54 void sof_mailbox_write(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_write() 63 void sof_mailbox_read(struct snd_sof_dev *sdev, u32 offset, in sof_mailbox_read() 77 u32 offset, void *src, size_t size) in sof_block_write() 116 u32 offset, void *dest, size_t size) in sof_block_read()
|
| D | topology.c | 83 int offset = 0; in sof_update_ipc_object() local 345 int get_token_u32(void *elem, void *object, u32 offset) in get_token_u32() 354 int get_token_u16(void *elem, void *object, u32 offset) in get_token_u16() 363 int get_token_uuid(void *elem, void *object, u32 offset) in get_token_uuid() 377 int get_token_string(void *elem, void *object, u32 offset) in get_token_string() 388 int get_token_comp_format(void *elem, void *object, u32 offset) in get_token_comp_format() 396 int get_token_dai_type(void *elem, void *object, u32 offset) in get_token_dai_type() 449 void *object, size_t offset, in sof_parse_uuid_tokens() 616 void *object, int offset, in sof_parse_string_tokens() 662 void *object, int offset, in sof_parse_word_tokens() [all …]
|
| /sound/firewire/dice/ |
| D | dice.h | 134 unsigned int offset, in snd_dice_transaction_write_global() 142 unsigned int offset, in snd_dice_transaction_read_global() 150 unsigned int offset, in snd_dice_transaction_write_tx() 157 unsigned int offset, in snd_dice_transaction_read_tx() 164 unsigned int offset, in snd_dice_transaction_write_rx() 171 unsigned int offset, in snd_dice_transaction_read_rx() 178 unsigned int offset, in snd_dice_transaction_write_sync() 185 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/sof/amd/ |
| D | acp-ipc.c | 18 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_write() 24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_read() 71 unsigned int offset = sdev->host_box.offset; in acp_sof_ipc_send_msg() local 101 unsigned int offset = sdev->host_box.offset; in acp_dsp_ipc_get_reply() local 252 unsigned int offset = sdev->dsp_box.offset; in acp_sof_ipc_msg_data() local
|
| D | acp-loader.c | 32 u32 offset, void *dest, size_t size) in acp_dsp_block_read() 50 u32 offset, void *src, size_t size) in acp_dsp_block_write() 124 u32 offset; in configure_pte_for_fw_loading() local
|
| /sound/soc/codecs/ |
| D | tas2781-fmwlib.c | 78 unsigned char offset; member 275 int offset = 0; in tasdevice_rca_parser() local 411 struct tasdev_blk *block, const struct firmware *fmw, int offset) in fw_parse_block_data_kernel() 472 int offset) in fw_parse_data_kernel() 508 const struct firmware *fmw, int offset) in fw_parse_program_data_kernel() 535 struct tasdevice_fw *tas_fmw, const struct firmware *fmw, int offset) in fw_parse_configuration_data_kernel() 564 int offset) in fw_parse_variable_header_kernel() 896 const struct firmware *fmw, int offset) in fw_parse_variable_hdr() 934 *tas_priv, const struct firmware *fmw, int offset) in fw_parse_variable_header_git() 954 struct tasdev_blk *block, const struct firmware *fmw, int offset) in fw_parse_block_data() [all …]
|
| /sound/soc/intel/avs/ |
| D | topology.c | 21 #define avs_tplg_vendor_array_at(array, offset) \ argument 37 u32 block_size, u32 token, u32 *offset) in avs_tplg_vendor_array_lookup() 73 u32 block_size, u32 token, u32 *offset) in avs_tplg_vendor_array_lookup_next() 126 u32 offset; member 131 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_uuid_token() 142 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token() 153 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token() 164 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token() 175 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_word_token() 186 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_string_token() [all …]
|
| /sound/soc/intel/atom/sst/ |
| D | sst_pvt.c | 30 int sst_shim_write(void __iomem *addr, int offset, int value) in sst_shim_write() 36 u32 sst_shim_read(void __iomem *addr, int offset) in sst_shim_read() 41 u64 sst_reg_read64(void __iomem *addr, int offset) in sst_reg_read64() 50 int sst_shim_write64(void __iomem *addr, int offset, u64 value) in sst_shim_write64() 56 u64 sst_shim_read64(void __iomem *addr, int offset) in sst_shim_read64()
|
| /sound/soc/ |
| D | soc-ac97.c | 59 static int snd_soc_ac97_gpio_request(struct gpio_chip *chip, unsigned int offset) in snd_soc_ac97_gpio_request() 68 unsigned int offset) in snd_soc_ac97_gpio_direction_in() 77 static int snd_soc_ac97_gpio_get(struct gpio_chip *chip, unsigned int offset) in snd_soc_ac97_gpio_get() 90 static void snd_soc_ac97_gpio_set(struct gpio_chip *chip, unsigned int offset, in snd_soc_ac97_gpio_set() 104 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/core/ |
| D | memalloc.c | 233 dma_addr_t snd_sgbuf_get_addr(struct snd_dma_buffer *dmab, size_t offset) in snd_sgbuf_get_addr() 251 struct page *snd_sgbuf_get_page(struct snd_dma_buffer *dmab, size_t offset) in snd_sgbuf_get_page() 370 #define get_vmalloc_page_addr(dmab, offset) \ argument 374 size_t offset) in snd_dma_vmalloc_get_addr() 380 size_t offset) in snd_dma_vmalloc_get_page() 614 size_t offset) in snd_dma_noncontig_iter_set() 623 size_t offset) in snd_dma_noncontig_get_addr() 633 size_t offset) in snd_dma_noncontig_get_page()
|
| /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/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/soc/ti/ |
| D | davinci-mcasp.c | 131 static inline void mcasp_set_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_set_bits() 138 static inline void mcasp_clr_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_clr_bits() 145 static inline void mcasp_mod_bits(struct davinci_mcasp *mcasp, u32 offset, in mcasp_mod_bits() 152 static inline void mcasp_set_reg(struct davinci_mcasp *mcasp, u32 offset, in mcasp_set_reg() 158 static inline u32 mcasp_get_reg(struct davinci_mcasp *mcasp, u32 offset) in mcasp_get_reg() 2066 u32 offset = 0; in davinci_mcasp_txdma_offset() local 2089 u32 offset = 0; in davinci_mcasp_rxdma_offset() local 2110 static int davinci_mcasp_gpio_request(struct gpio_chip *chip, unsigned offset) in davinci_mcasp_gpio_request() 2124 static void davinci_mcasp_gpio_free(struct gpio_chip *chip, unsigned offset) in davinci_mcasp_gpio_free() 2138 unsigned offset, int value) in davinci_mcasp_gpio_direction_out() [all …]
|
| /sound/firewire/tascam/ |
| D | tascam-hwdep.c | 19 long count, loff_t *offset) in tscm_hwdep_read_locked() 39 long remained, loff_t *offset) in tscm_hwdep_read_queue() 99 loff_t *offset) in hwdep_read()
|
| /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() 359 int offset = pipe->hw_ptr; in vxp_dma_write() local 399 int offset = pipe->hw_ptr; in vxp_dma_read() local
|
| /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/soc/sh/rcar/ |
| D | debugfs.c | 42 void __iomem *base, int offset, int size) in rsnd_debugfs_reg_show() 57 int reg_id, int offset, int size) in rsnd_debugfs_mod_reg_show()
|