Searched defs:param_table (Results 1 – 2 of 2) sorted by relevance
4462 static struct param_table { struct4463 const char *name;4464 void (*fn) (int *ints, int param, int param2);4465 int *var;4466 int def_param;4467 int param2;
367 const struct fixed_param *param, *param_table; in inno_mipi_dphy_get_fixed_param() local