Searched refs:restriction_format_table (Results 1 – 5 of 5) sorted by relevance
50 static const restriction_key_t restriction_format_table[] = { variable
42 static const restriction_key_t restriction_format_table[] = { variable
49 static const restriction_key_t restriction_format_table[] = { variable
92 static const restriction_key_t restriction_format_table[] = { variable
2630 mFormatRestrictionCnt = sizeof(restriction_format_table)/sizeof(restriction_key); in updateRestrictions()2632 mFormatRestrictions[i].hwType = restriction_format_table[i].hwType; in updateRestrictions()2633 mFormatRestrictions[i].nodeType = restriction_format_table[i].nodeType; in updateRestrictions()2634 mFormatRestrictions[i].format = restriction_format_table[i].format; in updateRestrictions()2635 mFormatRestrictions[i].reserved = restriction_format_table[i].reserved; in updateRestrictions()