Lines Matching defs:match
62 /* find closest match to given frequency in OPP table */
139 scpi_clk_ops_init(struct device *dev, const struct of_device_id *match,
149 init.ops = match->data;
192 const struct of_device_id *match)
236 err = scpi_clk_ops_init(dev, match, sclk, name);
269 const struct of_device_id *match;
275 match = of_match_node(scpi_clk_match, child);
276 if (!match)
278 ret = scpi_clk_add(dev, child, match);
285 if (match->data != &scpi_dvfs_ops)