Lines Matching defs:feat
235 def output_arch_table(self, arch, feat=None):
270 if feat and name != feat:
295 def output_feature(self, feat):
300 title = f"Feature {feat}"
307 if not feat in self.data:
310 if self.data[feat]["subsys"]:
311 self.emit(f":Subsystem: {self.data[feat]['subsys']}")
312 if self.data[feat]["kconfig"]:
313 self.emit(f":Kconfig: {self.data[feat]['kconfig']}")
315 desc = self.data[feat]["description"]
320 com = self.data[feat]["comments"].strip()
335 arch_table = self.data[feat]["table"]
479 def list_arch_features(self, arch, feat):
491 if feat and name != feat: