Lines Matching defs:match
315 * @matches: match table for the regulators
316 * @num_matches: number of entries in match table
318 * This function uses a match table specified by the regulator driver to
323 * or otherwise the child node's name. Note that the match table is modified
354 struct of_regulator_match *match = &matches[i];
355 match->init_data = NULL;
356 match->of_node = NULL;
365 struct of_regulator_match *match = &matches[i];
366 if (match->of_node)
369 if (strcmp(match->name, name))
372 match->init_data =
374 match->desc);
375 if (!match->init_data) {
382 match->of_node = of_node_get(child);