Lines Matching refs:match
373 * @matches: match table for the regulators
374 * @num_matches: number of entries in match table
376 * This function uses a match table specified by the regulator driver to
381 * or otherwise the child node's name. Note that the match table is modified
412 struct of_regulator_match *match = &matches[i];
413 match->init_data = NULL;
414 match->of_node = NULL;
423 struct of_regulator_match *match = &matches[i];
424 if (match->of_node)
427 if (strcmp(match->name, name))
430 match->init_data =
432 match->desc);
433 if (!match->init_data) {
440 match->of_node = of_node_get(child);