Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 226) sorted by relevance

12345678910

/sound/soc/sof/
A Dops.c15 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()
A Dops.h318 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()
399 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_mailbox_read()
[all …]
A Diomem-utils.c54 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()
A Dtopology.c87 int offset = 0; in sof_update_ipc_object() local
349 int get_token_u32(void *elem, void *object, u32 offset) in get_token_u32()
358 int get_token_u16(void *elem, void *object, u32 offset) in get_token_u16()
367 int get_token_uuid(void *elem, void *object, u32 offset) in get_token_uuid()
381 int get_token_string(void *elem, void *object, u32 offset) in get_token_string()
392 int get_token_comp_format(void *elem, void *object, u32 offset) in get_token_comp_format()
400 int get_token_dai_type(void *elem, void *object, u32 offset) in get_token_dai_type()
457 void *object, size_t offset, in sof_parse_uuid_tokens()
628 void *object, int offset, in sof_parse_string_tokens()
674 void *object, int offset, in sof_parse_word_tokens()
[all …]
/sound/firewire/dice/
A Ddice.h134 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()
A Ddice-transaction.c12 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/hda/codecs/side-codecs/
A Dcirrus_scodec_test.c37 unsigned int offset) in cirrus_scodec_test_gpio_get_direction()
43 unsigned int offset) in cirrus_scodec_test_gpio_direction_in()
48 static int cirrus_scodec_test_gpio_get(struct gpio_chip *chip, unsigned int offset) in cirrus_scodec_test_gpio_get()
56 unsigned int offset, int value) in cirrus_scodec_test_gpio_direction_out()
62 unsigned int offset, int value) in cirrus_scodec_test_gpio_set()
68 unsigned int offset, in cirrus_scodec_test_gpio_set_config()
/sound/pci/cs46xx/
A Dcs46xx_lib.h48 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/
A Dacp-ipc.c18 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
A Dacp-loader.c32 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/
A Dtas2781-fmwlib.c84 unsigned char offset; member
281 int offset = 0; in tasdevice_rca_parser() local
478 int offset) in fw_parse_data_kernel()
514 const struct firmware *fmw, int offset) in fw_parse_program_data_kernel()
688 int offset) in fw_parse_variable_header_kernel()
1025 const struct firmware *fmw, int offset) in fw_parse_variable_hdr()
1146 int offset) in fw_parse_data()
1261 const struct firmware *fmw, int offset) in fw_parse_configuration_data()
1663 unsigned char offset; in tasdev_load_blk() local
2028 int offset = 0; in tas2781_load_calibration() local
[all …]
/sound/soc/intel/avs/
A Dtopology.c21 #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()
398 void *object, u32 offset) in parse_link_formatted_string()
1288 u32 modblk_size, offset; in avs_tplg_pipeline_create() local
1397 u32 offset; in avs_tplg_path_create() local
1464 u32 offset; in parse_path_template() local
[all …]
/sound/soc/intel/atom/sst/
A Dsst_pvt.c30 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/
A Dsoc-ac97.c59 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 int snd_soc_ac97_gpio_set(struct gpio_chip *chip, unsigned int offset, in snd_soc_ac97_gpio_set()
106 unsigned offset, int value) in snd_soc_ac97_gpio_direction_out()
/sound/firewire/fireworks/
A Dfireworks_hwdep.c23 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/
A Dmotu-transaction.c15 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/
A Demu8000_patch.c74 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/
A Dmemalloc.c233 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/
A Dvx222_ops.c85 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/
A Dbebob_focusrite.c61 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/
A Ddavinci-mcasp.c131 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
2138 unsigned offset, int value) in davinci_mcasp_gpio_direction_out()
2174 unsigned offset) in davinci_mcasp_gpio_direction_in()
2191 static int davinci_mcasp_gpio_get(struct gpio_chip *chip, unsigned offset) in davinci_mcasp_gpio_get()
[all …]
/sound/firewire/tascam/
A Dtascam-hwdep.c19 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/
A Dvxp_ops.c48 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/
A Ddigi00x-transaction.c12 unsigned long long offset, __be32 *buf) in handle_unknown_message()
25 int generation, unsigned long long offset, in handle_message()
/sound/soc/renesas/rcar/
A Ddebugfs.c42 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()

Completed in 757 milliseconds

12345678910