Searched refs:tuple (Results 1 – 2 of 2) sorted by relevance
164 struct sof_ipc4_tuple *tuple; in sof_ipc4_query_fw_configuration() local186 tuple = (struct sof_ipc4_tuple *)((u8 *)msg.data_ptr + offset); in sof_ipc4_query_fw_configuration()188 switch (tuple->type) { in sof_ipc4_query_fw_configuration()190 fw_ver = (struct sof_ipc4_fw_version *)tuple->value; in sof_ipc4_query_fw_configuration()198 trace_sof_ipc4_fw_config(sdev, "DL mailbox size", *tuple->value); in sof_ipc4_query_fw_configuration()201 trace_sof_ipc4_fw_config(sdev, "UL mailbox size", *tuple->value); in sof_ipc4_query_fw_configuration()204 trace_sof_ipc4_fw_config(sdev, "Trace log size", *tuple->value); in sof_ipc4_query_fw_configuration()205 ipc4_data->mtrace_log_bytes = *tuple->value; in sof_ipc4_query_fw_configuration()211 offset += sizeof(*tuple) + tuple->size; in sof_ipc4_query_fw_configuration()
40 struct snd_soc_tplg_vendor_value_elem *tuple; in avs_tplg_vendor_array_lookup() local46 tuple = tuples->value; in avs_tplg_vendor_array_lookup()47 if (le32_to_cpu(tuple->token) == token) { in avs_tplg_vendor_array_lookup()131 struct snd_soc_tplg_vendor_uuid_elem *tuple = elem; in avs_parse_uuid_token() local134 guid_copy((guid_t *)val, (const guid_t *)&tuple->uuid); in avs_parse_uuid_token()142 struct snd_soc_tplg_vendor_value_elem *tuple = elem; in avs_parse_bool_token() local145 *val = le32_to_cpu(tuple->value); in avs_parse_bool_token()153 struct snd_soc_tplg_vendor_value_elem *tuple = elem; in avs_parse_byte_token() local156 *val = le32_to_cpu(tuple->value); in avs_parse_byte_token()164 struct snd_soc_tplg_vendor_value_elem *tuple = elem; in avs_parse_short_token() local[all …]