Lines Matching refs:feat
222 def output_arch_table(self, arch, feat=None): argument
257 if feat and name != feat:
282 def output_feature(self, feat): argument
294 if not feat in self.data:
297 if self.data[feat]["subsys"]:
299 if self.data[feat]["kconfig"]:
302 desc = self.data[feat]["description"]
307 com = self.data[feat]["comments"].strip()
322 arch_table = self.data[feat]["table"]
466 def list_arch_features(self, arch, feat): argument
478 if feat and name != feat: