Lines Matching defs:match
195 const struct soc_device_attribute *match)
197 if (match->machine &&
198 (!attr->machine || !glob_match(match->machine, attr->machine)))
201 if (match->family &&
202 (!attr->family || !glob_match(match->family, attr->family)))
205 if (match->revision &&
206 (!attr->revision || !glob_match(match->revision, attr->revision)))
209 if (match->soc_id &&
210 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id)))
228 * if none of them match.