Home
last modified time | relevance | path

Searched refs:blk_type (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/sof/
A Dutils.c76 int sof_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_write() argument
79 int bar = snd_sof_dsp_get_bar_index(sdev, blk_type); in sof_block_write()
115 int sof_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_read() argument
118 int bar = snd_sof_dsp_get_bar_index(sdev, blk_type); in sof_block_read()
A Dops.h247 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, in snd_sof_debugfs_add_region_item() argument
251 return sof_ops(sdev)->debugfs_add_region_item(sdev, blk_type, offset, in snd_sof_debugfs_add_region_item()
302 enum snd_sof_fw_blk_type blk_type, in snd_sof_dsp_block_read() argument
305 return sof_ops(sdev)->block_read(sdev, blk_type, offset, dest, bytes); in snd_sof_dsp_block_read()
309 enum snd_sof_fw_blk_type blk_type, in snd_sof_dsp_block_write() argument
312 return sof_ops(sdev)->block_write(sdev, blk_type, offset, src, bytes); in snd_sof_dsp_block_write()
A Dsof-priv.h269 enum snd_sof_fw_blk_type blk_type, u32 offset,
553 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size,
597 int sof_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type,
599 int sof_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type,
A Ddebug.c591 enum snd_sof_fw_blk_type blk_type, u32 offset, in snd_sof_debugfs_add_region_item_iomem() argument
595 int bar = snd_sof_dsp_get_bar_index(sdev, blk_type); in snd_sof_debugfs_add_region_item_iomem()
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.h96 static inline int intel_pt_blk_type_pos(enum intel_pt_blk_type blk_type) in intel_pt_blk_type_pos() argument
110 return blk_type < INTEL_PT_BLK_TYPE_MAX ? map[blk_type] - 1 : -1; in intel_pt_blk_type_pos()
A Dintel-pt-decoder.c178 enum intel_pt_blk_type blk_type; member
1807 decoder->blk_type = decoder->packet.payload; in intel_pt_bbp()
1808 decoder->blk_type_pos = intel_pt_blk_type_pos(decoder->blk_type); in intel_pt_bbp()
1809 if (decoder->blk_type == INTEL_PT_GP_REGS) in intel_pt_bbp()
1813 decoder->blk_type); in intel_pt_bbp()
1816 decoder->blk_type); in intel_pt_bbp()
1828 id, decoder->blk_type); in intel_pt_bip()
1834 id, decoder->blk_type); in intel_pt_bip()
2642 decoder->blk_type = decoder->packet.payload; in intel_pt_vm_time_correlation()
2646 if (decoder->blk_type == INTEL_PT_PEBS_BASIC && in intel_pt_vm_time_correlation()
[all …]

Completed in 24 milliseconds