Lines Matching refs:token
97 char *token; in parse_version() local
100 while ((token = strsep(&ver, ".")) != NULL) { in parse_version()
105 rc = kstrtou16(token, 10, cv[sep_count]); in parse_version()
151 int token; in parse_header() local
160 token = match_token(t, header_tokens, args); in parse_header()
161 if (token != idx) { in parse_header()
166 switch (token) { in parse_header()
204 static bool token_default(char *token) in token_default() argument
206 return !strcmp(token, "DEFAULT"); in token_default()
305 int token; in parse_property() local
312 token = match_token(t, property_tokens, args); in parse_property()
314 switch (token) { in parse_property()
334 p->type = token; in parse_property()