Lines Matching refs:match
212 const struct soc_device_attribute *match)
214 if (match->machine &&
215 (!attr->machine || !glob_match(match->machine, attr->machine)))
218 if (match->family &&
219 (!attr->family || !glob_match(match->family, attr->family)))
222 if (match->revision &&
223 (!attr->revision || !glob_match(match->revision, attr->revision)))
226 if (match->soc_id &&
227 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id)))
245 * if none of them match.