Lines Matching defs:matches
225 * @matches: zero-terminated array of possible matches
242 const struct soc_device_attribute *matches)
246 if (!matches)
250 if (!(matches->machine || matches->family ||
251 matches->revision || matches->soc_id))
253 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches,
257 matches);
261 matches++;
263 return matches;