Searched refs:token_list (Results 1 – 5 of 5) sorted by relevance
62 const struct sof_token_info *token_list; in sof_update_ipc_object() local66 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_update_ipc_object()68 if (!token_list) in sof_update_ipc_object()71 if (token_list[token_id].count < 0) { in sof_update_ipc_object()77 if (!token_list[token_id].count) in sof_update_ipc_object()80 tokens = token_list[token_id].tokens; in sof_update_ipc_object()86 for (i = 0; i < token_list[token_id].count; i++) { in sof_update_ipc_object()115 tokens[i].token, token_list[token_id].name); in sof_update_ipc_object()509 const struct sof_token_info *token_list; in sof_copy_tuples() local515 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_copy_tuples()[all …]
175 * @token_list: List of token ID's that should be parsed for the widget176 * @token_list_size: number of elements in token_list184 enum sof_tokens *token_list; member 203 * @token_list: List of all tokens supported by the IPC version. The size of the token_list226 const struct sof_token_info *token_list;225 const struct sof_token_info *token_list; global() member
2704 .token_list = ipc3_token_list,
3975 .token_list = ipc4_token_list,
309 static struct token *token_list; variable355 token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token)); in tokenise()547 debug("Token %3u: '%s'\n", n, token_list[n].content); in tokenise()753 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()754 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) in build_type_list()777 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && in build_type_list()778 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) { in build_type_list()779 types[t].name = &token_list[n]; in build_type_list()784 types[t].name = &token_list[n + 1]; in build_type_list()