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

/linux-master/sound/soc/sof/
H A Dtopology.c58 const struct sof_token_info *token_list; local
62 token_list = tplg_ops ? tplg_ops->token_list : NULL;
63 /* nothing to do if token_list is NULL */
64 if (!token_list)
67 if (token_list[token_id].count < 0) {
73 if (!token_list[token_id].count)
76 tokens = token_list[token_id].tokens;
82 for (i = 0; i < token_list[token_id].count; i++) {
111 tokens[i].token, token_list[token_i
501 const struct sof_token_info *token_list; local
1195 const struct sof_token_info *token_list; local
1395 enum sof_tokens *token_list = NULL; local
1858 const struct sof_token_info *token_list; local
[all...]
H A Dsof-audio.h171 * @token_list: List of token ID's that should be parsed for the widget
172 * @token_list_size: number of elements in token_list
180 enum sof_tokens *token_list; member in struct:sof_ipc_tplg_widget_ops
199 * @token_list: List of all tokens supported by the IPC version. The size of the token_list
221 const struct sof_token_info *token_list; member in struct:sof_ipc_tplg_ops
H A Dipc3-topology.c2691 .token_list = ipc3_token_list,
H A Dipc4-topology.c3148 .token_list = ipc4_token_list,
/linux-master/scripts/
H A Dasn1_compiler.c309 static struct token *token_list; variable in typeref:struct:token
355 token_list = tokens = calloc((end - buffer) / 2, sizeof(struct token));
547 debug("Token %3u: '%s'\n", n, token_list[n].content);
753 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME &&
754 token_list[n + 1].token_type == TOKEN_ASSIGNMENT)
777 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME &&
778 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) {
779 types[t].name = &token_list[n];
784 types[t].name = &token_list[n + 1];

Completed in 140 milliseconds