Lines Matching defs:match
183 const struct meson_drm_match_data *match;
196 match = of_device_get_match_data(dev);
197 if (!match)
212 priv->compat = match->compat;
213 priv->afbcd.ops = match->afbcd_ops;
479 struct component_match *match = NULL;
492 component_match_add(&pdev->dev, &match, component_compare_of, remote);
494 dev_dbg(&pdev->dev, "parent %pOF remote match add %pOF parent %s\n",
503 if (count && !match)
512 match);