Lines Matching defs:self

187     def __init__(self, path: Optional[str], fname2path: dict[str, str],  argument
265 def __repr__(self) -> str: argument
274 def title(self) -> Optional[str]: argument
279 def description(self) -> Optional[str]: argument
284 def compatible(self) -> Optional[str]: argument
289 def bus(self) -> Union[None, str, list[str]]: argument
294 def buses(self) -> list[str]: argument
302 def on_bus(self) -> Optional[str]: argument
306 def _merge_includes(self, raw: dict, binding_path: Optional[str]) -> dict: argument
373 def _load_raw(self, fname: str) -> dict: argument
391 def _check(self, require_compatible: bool, require_description: bool, argument
471 def _check_properties(self) -> None: argument
573 def __init__(self, name: str, binding: Binding): argument
578 def __repr__(self) -> str: argument
582 def path(self) -> Optional[str]: argument
587 def type(self) -> str: argument
592 def description(self) -> Optional[str]: argument
597 def enum(self) -> Optional[list]: argument
602 def enum_tokenizable(self) -> bool: argument
619 def enum_upper_tokenizable(self) -> bool: argument
632 def const(self) -> Union[None, int, list[int], str, list[str]]: argument
637 def default(self) -> Union[None, int, list[int], str, list[str]]: argument
642 def required(self) -> bool: argument
647 def deprecated(self) -> bool: argument
652 def specifier_space(self) -> Optional[str]: argument
728 def name(self) -> str: argument
733 def description(self) -> Optional[str]: argument
738 def type(self) -> str: argument
743 def val_as_tokens(self) -> list[str]: argument
752 def enum_indices(self) -> Optional[list[int]]: argument
897 def name_as_token(self): argument
1054 self, argument
1090 def name(self) -> str: argument
1095 def filename(self) -> str: argument
1100 def lineno(self) -> int: argument
1105 def unit_addr(self) -> Optional[int]: argument
1122 def title(self) -> Optional[str]: argument
1129 def description(self) -> Optional[str]: argument
1136 def path(self) -> str: argument
1141 def label(self) -> Optional[str]: argument
1148 def labels(self) -> list[str]: argument
1153 def parent(self) -> Optional['Node']: argument
1158 def children(self) -> dict[str, 'Node']: argument
1166 def child_index(self, node) -> int: argument
1183 def required_by(self) -> list['Node']: argument
1188 def depends_on(self) -> list['Node']: argument
1193 def status(self) -> str: argument
1208 def read_only(self) -> bool: argument
1213 def matching_compat(self) -> Optional[str]: argument
1220 def binding_path(self) -> Optional[str]: argument
1227 def aliases(self) -> list[str]: argument
1233 def buses(self) -> list[str]: argument
1240 def on_buses(self) -> list[str]: argument
1246 def flash_controller(self) -> 'Node': argument
1267 def spi_cs_gpio(self) -> Optional[ControllerAndData]: argument
1299 def gpio_hogs(self) -> list[ControllerAndData]: argument
1325 def has_child_binding(self) -> bool: argument
1333 def is_pci_device(self) -> bool: argument
1337 def __repr__(self) -> str: argument
1344 def _init_binding(self) -> None: argument
1394 def _binding_from_properties(self) -> None: argument
1436 def _binding_from_parent(self) -> Optional[Binding]: argument
1452 def _bus_node(self, support_fixed_partitions_on_any_bus: bool = True argument
1477 self, default_prop_types: bool = False, err_on_deprecated: bool = False argument
1488 def _init_props(self, default_prop_types: bool = False, argument
1513 def _init_prop(self, prop_spec: PropertySpec, argument
1552 self, argument
1656 def _check_undeclared_props(self) -> None: argument
1676 def _init_ranges(self) -> None: argument
1738 def _init_regs(self) -> None: argument
1773 def _init_pinctrls(self) -> None: argument
1801 def _init_interrupts(self) -> None: argument
1819 self, argument
1897 self, argument
1993 def __init__(self, argument
2090 def _finish_init(self) -> None: argument
2102 def get_node(self, path: str) -> Node: argument
2113 def chosen_nodes(self) -> dict[str, Node]: argument
2132 def chosen_node(self, name: str) -> Optional[Node]: argument
2140 def dts_source(self) -> str: argument
2143 def __repr__(self) -> str: argument
2147 def __deepcopy__(self, memo) -> 'EDT': argument
2169 def scc_order(self) -> list[list[Node]]: argument
2175 def _process_properties_r(self, root_node: Node, props_node: Node) -> None: argument
2218 def _process_properties(self, node: Node) -> None: argument
2225 def _init_graph(self) -> None: argument
2244 def _init_compat2binding(self) -> None: argument
2301 def _binding(self, argument
2326 def _register_binding(self, binding: Binding) -> None: argument
2343 def _init_nodes(self) -> None: argument
2382 def _init_luts(self) -> None: argument
2432 def _check(self) -> None: argument