/sof-3.4.0/src/ipc/ |
D | ipc-zephyr.c | 103 int ipc_platform_compact_read_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_read_msg() 117 int ipc_platform_compact_write_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_write_msg() 124 struct ipc_cmd_hdr *hdr; in ipc_platform_do_cmd() local 170 struct ipc_cmd_hdr *hdr = ipc_prepare_to_send(msg); in ipc_platform_send_msg() local
|
/sof-3.4.0/src/include/ipc/ |
D | pm.h | 29 struct sof_ipc_hdr hdr; member 40 struct sof_ipc_cmd_hdr hdr; member 53 struct sof_ipc_cmd_hdr hdr; member 58 struct sof_ipc_cmd_hdr hdr; member
|
D | trace.h | 33 struct sof_ipc_cmd_hdr hdr; member 40 struct sof_ipc_cmd_hdr hdr; member 77 struct sof_ipc_cmd_hdr hdr; /**< IPC command header */ member 112 struct sof_ipc_hdr hdr; member
|
D | info.h | 49 struct sof_ipc_hdr hdr; member 67 struct sof_ipc_cmd_hdr hdr; member 95 struct sof_ipc_cmd_hdr hdr; member 100 struct sof_ipc_hdr hdr; member
|
D | channel_map.h | 56 struct sof_ipc_cmd_hdr hdr; member
|
D | stream.h | 76 struct sof_ipc_hdr hdr; member 84 struct sof_ipc_hdr hdr; member 108 struct sof_ipc_cmd_hdr hdr; member 124 struct sof_ipc_cmd_hdr hdr; member
|
D | topology.h | 63 struct sof_ipc_cmd_hdr hdr; member 114 struct sof_ipc_cmd_hdr hdr; member 257 struct sof_ipc_cmd_hdr hdr; member 279 struct sof_ipc_cmd_hdr hdr; member 294 struct sof_ipc_cmd_hdr hdr; member 299 struct sof_ipc_cmd_hdr hdr; member 305 struct sof_ipc_cmd_hdr hdr; member
|
/sof-3.4.0/src/include/kernel/ |
D | ext_manifest.h | 118 struct ext_man_elem_header hdr; member 126 struct ext_man_elem_header hdr; member 133 struct ext_man_elem_header hdr; member 139 struct ext_man_elem_header hdr; member 145 struct ext_man_elem_header hdr; member 152 struct ext_man_elem_header hdr; member
|
/sof-3.4.0/src/drivers/intel/cavs/ |
D | ipc.c | 108 int ipc_platform_compact_read_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_read_msg() 122 int ipc_platform_compact_write_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_write_msg() 139 struct ipc_cmd_hdr *hdr; in ipc_platform_do_cmd() local 173 struct ipc_cmd_hdr *hdr; in ipc_platform_send_msg() local
|
/sof-3.4.0/src/drivers/host/ |
D | ipc.c | 22 int ipc_platform_compact_write_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_write_msg() 27 int ipc_platform_compact_read_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_read_msg()
|
/sof-3.4.0/src/include/ipc3/ |
D | probe.h | 67 struct sof_ipc_cmd_hdr hdr; /**< Header */ member 92 struct sof_ipc_cmd_hdr hdr; /**< Header */ member 103 struct sof_ipc_cmd_hdr hdr; /**< Header */ member 114 struct sof_ipc_cmd_hdr hdr; /**< Header */ member
|
/sof-3.4.0/src/drivers/imx/ |
D | ipc.c | 86 int ipc_platform_compact_write_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_write_msg() 91 int ipc_platform_compact_read_msg(struct ipc_cmd_hdr *hdr, int words) in ipc_platform_compact_read_msg() 98 struct ipc_cmd_hdr *hdr; in ipc_platform_do_cmd() local
|
/sof-3.4.0/smex/ |
D | elf.c | 19 Elf32_Ehdr *hdr = &module->hdr; in elf_read_sections() local 130 Elf32_Ehdr *hdr = &module->hdr; in elf_read_programs() local 186 Elf32_Ehdr *hdr = &module->hdr; in elf_read_hdr() local 384 const Elf32_Ehdr *hdr = &module->hdr; in elf_find_section() local
|
/sof-3.4.0/src/platform/intel/cavs/ |
D | boot_loader.c | 76 static void parse_module(struct sof_man_fw_header *hdr, in parse_module() 115 struct sof_man_fw_header *hdr = &desc->header; in parse_manifest() local 134 struct sof_man_fw_header *hdr = &desc->header; in get_fw_size_in_use() local
|
/sof-3.4.0/tools/oss-fuzz/ |
D | fuzz_ipc.c | 20 struct sof_ipc_cmd_hdr *hdr = calloc(SOF_IPC_MSG_MAX_SIZE, 1); in LLVMFuzzerTestOneInput() local
|
/sof-3.4.0/src/platform/intel/cavs/include/cavs/ |
D | ext_manifest.h | 23 struct ext_man_elem_header hdr; member
|
/sof-3.4.0/tools/ctl/ |
D | ctl.c | 100 struct sof_abi_hdr *hdr = in header_init() local 111 struct sof_abi_hdr *hdr = in read_setup() local 185 struct sof_abi_hdr *hdr = in header_dump() local 534 struct sof_abi_hdr *hdr; in main() local
|
/sof-3.4.0/src/drivers/mediatek/mt8195/ |
D | ipc.c | 77 struct ipc_cmd_hdr *hdr; in ipc_platform_do_cmd() local
|
/sof-3.4.0/src/drivers/mediatek/mt818x/ |
D | ipc.c | 78 struct ipc_cmd_hdr *hdr; in ipc_platform_do_cmd() local
|
/sof-3.4.0/src/platform/intel/cavs/lib/ |
D | memory.c | 18 #define uncached_block_hdr(hdr) cache_to_uncache_init((struct block_hdr *)(hdr)) argument
|
/sof-3.4.0/src/platform/posix/ |
D | ipc.c | 150 struct ipc_cmd_hdr *hdr; in ipc_platform_do_cmd() local
|
/sof-3.4.0/src/ipc/ipc3/ |
D | handler.c | 106 struct sof_ipc_cmd_hdr *hdr = ipc_get()->comp_data; in mailbox_validate() local 1549 static struct ipc_cmd_hdr *ipc_cavs_read_set_d0ix(struct ipc_cmd_hdr *hdr) in ipc_cavs_read_set_d0ix() 1567 struct ipc_cmd_hdr *hdr = (struct ipc_cmd_hdr *)chdr; in ipc_compact_read_msg() local 1590 static uint32_t hdr[2]; in ipc_prepare_to_send() local 1612 struct sof_ipc_cmd_hdr *hdr = ipc_from_hdr(_hdr); in ipc_cmd() local
|
/sof-3.4.0/src/lib/ |
D | alloc.c | 179 void *ptr, struct block_hdr *hdr) in align_ptr() 196 struct block_hdr *hdr; in alloc_block_index() local 240 struct block_hdr *hdr; in alloc_cont_blocks() local 455 struct block_hdr *hdr; in free_block() local 827 struct block_hdr *hdr; in alloc_heap_buffer() local
|
/sof-3.4.0/src/platform/library/lib/ |
D | memory.c | 19 #define uncached_block_hdr(hdr) cache_to_uncache_init((struct block_hdr *)(hdr)) argument
|
/sof-3.4.0/src/drivers/amd/rembrandt/ |
D | ipc.c | 138 struct ipc_cmd_hdr *hdr; in ipc_platform_do_cmd() local
|