Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dtopology.c58 const struct sof_token_info *token_list; in sof_update_ipc_object() local
62 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_update_ipc_object()
63 /* nothing to do if token_list is NULL */ in sof_update_ipc_object()
64 if (!token_list) in sof_update_ipc_object()
67 if (token_list[token_id].count < 0) { in sof_update_ipc_object()
73 if (!token_list[token_id].count) in sof_update_ipc_object()
76 tokens = token_list[token_id].tokens; in sof_update_ipc_object()
82 for (i = 0; i < token_list[token_id].count; i++) { in sof_update_ipc_object()
111 tokens[i].token, token_list[token_i in sof_update_ipc_object()
501 const struct sof_token_info *token_list; sof_copy_tuples() local
1195 const struct sof_token_info *token_list; sof_widget_parse_tokens() local
1395 enum sof_tokens *token_list = NULL; sof_widget_ready() local
1857 const struct sof_token_info *token_list; sof_link_load() local
[all...]
H A Dsof-audio.h175 * @token_list: List of token ID's that should be parsed for the widget
176 * @token_list_size: number of elements in token_list
184 enum sof_tokens *token_list; member
203 * @token_list: List of all tokens supported by the IPC version. The size of the token_list
225 const struct sof_token_info *token_list; member
H A Dipc3-topology.c2716 .token_list = ipc3_token_list,
H A Dipc4-topology.c3559 .token_list = ipc4_token_list,
/linux/scripts/
H A Dasn1_compiler.c309 static struct token *token_list; variable
355 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()