Lines Matching refs:attr_set
34 def __init__(self, family, attr_set, attr, value): argument
35 super().__init__(family, attr_set, attr, value)
38 self.attr_set = attr_set
219 def __init__(self, family, attr_set, attr, value): argument
220 super().__init__(family, attr_set, attr, value)
522 self.attr_set = family.attr_sets[space_name]
542 self.attr_list.append((t, self.attr_set[t]),)
544 for t in self.attr_set:
545 self.attr_list.append((t, self.attr_set[t]),)
876 def __init__(self, cw, family, ku_space, op, op_name, op_mode, attr_set=None): argument
891 self.attr_set = attr_set
892 if not self.attr_set:
893 self.attr_set = op['attribute-set']
898 self.type_name = c_lower(attr_set)
905 self.struct[op_dir] = Struct(family, self.attr_set,
908 … self.struct['reply'] = Struct(family, self.attr_set, type_list=op['event']['attributes'])
1138 type_max = struct.attr_set.max_name
1470 attr.setter(ri, ri.attr_set, direction, deref=deref)
1950 for _, attr_set in family.attr_sets.items():
1951 if attr_set.subset_of:
1958 uapi_enum_start(family, cw, attr_set.yaml, 'enum-name')
1959 for _, attr in attr_set.items():
2123 for attr_set, struct in sorted(parsed.pure_nested_structs.items()):
2150 for attr_set, struct in sorted(parsed.pure_nested_structs.items()):
2179 for attr_set, struct in sorted(parsed.pure_nested_structs.items()):
2180 ri = RenderInfo(cw, parsed, args.mode, "", "", "", attr_set)
2241 for attr_set, struct in sorted(parsed.pure_nested_structs.items()):
2242 ri = RenderInfo(cw, parsed, args.mode, "", "", "", attr_set)