Searched refs:comp_ext (Results 1 – 3 of 3) sorted by relevance
115 struct sof_ipc_comp_ext comp_ext; member
185 memcpy((u8 *)comp + sizeof(struct sof_ipc_comp_dai), &swidget->comp_ext, in sof_widget_setup()186 sizeof(swidget->comp_ext)); in sof_widget_setup()
1493 if (memcmp(&swidget->comp_ext, nil_uuid, SOF_UUID_SIZE)) in sof_comp_alloc()1494 total_size += sizeof(swidget->comp_ext); in sof_comp_alloc()1510 memcpy((u8 *)comp + *ipc_size, &swidget->comp_ext, sizeof(swidget->comp_ext)); in sof_comp_alloc()1511 comp->ext_data_length = sizeof(swidget->comp_ext); in sof_comp_alloc()2366 ret = sof_parse_tokens(scomp, &swidget->comp_ext, comp_ext_tokens, in sof_widget_ready()
Completed in 18 milliseconds