Lines Matching defs:match
32 #define SOC_FLAG(match, flag) { .machine = match, .data = (void *)(flag), }
3112 const struct soc_device_attribute *match;
3133 match = soc_device_match(sysc_soc_match);
3134 if (match && match->data)
3135 sysc_soc->soc = (enum sysc_soc)(uintptr_t)match->data;
3169 match = soc_device_match(sysc_soc_feat_match);
3170 if (!match)
3173 if (match->data)
3174 features = (unsigned long)match->data;