Lines Matching defs:match
61 /* find closest match to given frequency in OPP table */
138 scpi_clk_ops_init(struct device *dev, const struct of_device_id *match,
148 init.ops = match->data;
191 const struct of_device_id *match)
235 err = scpi_clk_ops_init(dev, match, sclk, name);
267 const struct of_device_id *match;
273 match = of_match_node(scpi_clk_match, child);
274 if (!match)
276 ret = scpi_clk_add(dev, child, match);
283 if (match->data != &scpi_dvfs_ops)