Home
last modified time | relevance | path

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

/sound/soc/sof/
Dloader.c19 const struct sof_ipc_ext_data_hdr *ext_hdr) in get_ext_windows() argument
22 container_of(ext_hdr, struct sof_ipc_window, ext_hdr); in get_ext_windows()
28 if (memcmp(sdev->info_window, w, ext_hdr->hdr.size)) { in get_ext_windows()
36 sdev->info_window = devm_kmemdup(sdev->dev, w, ext_hdr->hdr.size, in get_ext_windows()
45 const struct sof_ipc_ext_data_hdr *ext_hdr) in get_cc_info() argument
50 container_of(ext_hdr, struct sof_ipc_cc_version, ext_hdr); in get_cc_info()
53 if (memcmp(sdev->cc_version, cc, cc->ext_hdr.hdr.size)) { in get_cc_info()
67 sdev->cc_version = devm_kmalloc(sdev->dev, cc->ext_hdr.hdr.size, in get_cc_info()
73 memcpy(sdev->cc_version, cc, cc->ext_hdr.hdr.size); in get_cc_info()
75 cc->ext_hdr.hdr.size, in get_cc_info()
[all …]