Searched refs:sp_vars (Results 1 – 1 of 1) sorted by relevance
108 static const struct serial_param_var __initconst sp_vars[] = { variable1165 for ( i = 0; i < ARRAY_SIZE(sp_vars); i++ ) in get_token()1167 if ( strcmp(sp_vars[i].name, param_name) == 0 ) in get_token()1170 return sp_vars[i].type; in get_token()
Completed in 5 milliseconds