Searched refs:mspac_attribute_types (Results 1 – 1 of 1) sorted by relevance
885 } mspac_attribute_types[] = { variable911 #define MSPAC_ATTRIBUTE_COUNT (sizeof(mspac_attribute_types)/sizeof(mspac_attribute_types[0]))919 if (mspac_attribute_types[i].type == type) { in mspac_type2attr()920 *attr = mspac_attribute_types[i].attribute; in mspac_type2attr()934 if (attr->length == mspac_attribute_types[i].attribute.length && in mspac_attr2type()935 strncasecmp(attr->data, mspac_attribute_types[i].attribute.data, attr->length) == 0) { in mspac_attr2type()936 *type = mspac_attribute_types[i].type; in mspac_attr2type()976 &mspac_attribute_types[0].attribute, in mspac_get_attribute_types()