Lines Matching refs:match
200 const struct meson_drm_match_data *match;
213 match = of_device_get_match_data(dev);
214 if (!match)
229 priv->compat = match->compat;
230 priv->afbcd.ops = match->afbcd_ops;
462 struct component_match **match,
469 /* If node is a connector, return and do not add to match table */
473 component_match_add(&pdev->dev, match, compare_of, remote);
484 count += meson_probe_remote(pdev, match, remote, remote_node);
505 struct component_match *match = NULL;
517 count += meson_probe_remote(pdev, &match, np, remote);
521 if (count && !match)
530 match);