| /linux/tools/net/ynl/ |
| A D | ynl-gen-rst.py | 21 from typing import Any, Dict, List 60 def rst_definition(key: str, value: Any, level: int = 0) -> str: argument 145 def parse_mcast_group(mcast_group: List[Dict[str, Any]]) -> str: argument 154 def parse_do(do_dict: Dict[str, Any], level: int = 0) -> str: argument 167 def parse_do_attributes(attrs: Dict[str, Any], level: int = 0) -> str: argument 176 def parse_operations(operations: List[Dict[str, Any]], namespace: str) -> str: argument 210 def parse_entries(entries: List[Dict[str, Any]], level: int) -> str: argument 235 def parse_definitions(defs: Dict[str, Any], namespace: str) -> str: argument 260 def parse_attr_sets(entries: List[Dict[str, Any]], namespace: str) -> str: argument 291 def parse_sub_messages(entries: List[Dict[str, Any]], namespace: str) -> str: argument [all …]
|
| /linux/rust/kernel/sync/arc/ |
| A D | std_vendor.rs | 9 use core::any::Any; 11 impl Arc<dyn Any + Send + Sync> { 15 T: Any + Send + Sync, in downcast()
|
| /linux/Documentation/translations/zh_CN/mm/ |
| A D | page_table_check.rst | 38 | Anonymous | Named | Any | Prohibit | 40 | Named | Anonymous | Any | Prohibit | 42 | Named | Named | Any | Allow |
|
| /linux/tools/testing/kunit/ |
| A D | kunit_json.py | 11 from typing import Any, Dict 22 JsonObj = Dict[str, Any]
|
| A D | kunit_config.py | 11 from typing import Any, Dict, Iterable, List, Tuple 37 def __eq__(self, other: Any) -> bool: argument
|
| /linux/tools/testing/selftests/hid/tests/ |
| A D | base_device.py | 38 from typing import Any, ClassVar, Dict, List, Optional, Tuple, Type, Union 178 requires: List[Any] = [], argument 179 excludes: List[Any] = [], argument 180 req_properties: List[Any] = [], argument 181 excl_properties: List[Any] = [], argument 214 self.event_node: Any = None
|
| /linux/Documentation/ABI/testing/ |
| A D | debugfs-scmi-raw | 9 Any subsequently received response can be read from this same 24 Any subsequently received response can be read from this same 26 Any additional delayed response received afterwards can be read 77 Any subsequently received response can be read from this same 101 Any subsequently received response can be read from this same 104 Any additional delayed response received afterwards can be read
|
| /linux/Documentation/mm/ |
| A D | page_table_check.rst | 42 | Anonymous | Named | Any | Prohibit | 44 | Named | Anonymous | Any | Prohibit | 46 | Named | Named | Any | Allow |
|
| /linux/Documentation/block/ |
| A D | pr.rst | 27 device. Any initiator can read from the device. 35 Any initiator can read from the device. 43 Any initiator can read from the device.
|
| /linux/Documentation/ABI/stable/ |
| A D | sysfs-bus-mhi | 10 Users: Any userspace application or clients interested in device info. 21 Users: Any userspace application or clients interested in device info.
|
| /linux/tools/perf/Documentation/ |
| A D | perf-amd-ibs.txt | 177 Remote core, same node Any cache hit 1572 HitM 178 Remote core, same node Any cache hit 514 N/A 179 Remote node, same socket Any cache hit 1216 HitM 180 Remote node, same socket Any cache hit 350 N/A
|
| /linux/Documentation/bpf/ |
| A D | prog_cgroup_sockopt.rst | 31 value. It can only be decreased or set to -1. Any other value will 53 original value that the kernel returned. Any other value will trigger 95 use the original buffer from the userspace. Any modifications
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| A D | kernel-doc.rst | 113 * Context: Any context. 114 * Context: Any context. Takes and releases the RCU lock. 115 * Context: Any context. Expects <lock> to be held by caller.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | dev-rds.rst | 21 identical to the RDS standard. Any RDS decoder/encoder can also handle 38 :ref:`VIDIOC_QUERYCAP` ioctl. Any tuner that 57 :ref:`VIDIOC_QUERYCAP` ioctl. Any modulator that
|
| A D | func-close.rst | 33 Closes the device. Any I/O in progress is terminated and resources
|
| /linux/arch/m68k/hp300/ |
| A D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
| /linux/Documentation/devicetree/bindings/media/i2c/ |
| A D | st,st-mipid02.yaml | 72 Any lane can be inverted or not. 96 Any lane can be inverted or not.
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| A D | tps51632-regulator.txt | 13 Any property defined as part of the core regulator binding, defined in
|
| A D | fixed-regulator.yaml | 14 Any property defined as part of the core regulator binding, defined in 48 - description: Any name allowed
|
| A D | google,cros-ec-regulator.yaml | 13 Any property defined as part of the core regulator binding, defined in
|
| A D | max8925-regulator.txt | 30 - Any optional property defined in bindings/regulator/regulator.txt
|
| /linux/Documentation/devicetree/bindings/cpu/ |
| A D | cpu-topology.txt | 65 Any other configuration is considered invalid. 78 system must be defined within the topology. Any other configuration is 116 Any other configuration is considered invalid. 133 Any other configuration is considered invalid. 159 Any other configuration is considered invalid.
|
| /linux/Documentation/ABI/removed/ |
| A D | video1394 | 8 performance issues in its first generation. Any video1394 user had
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | fixed-clock.yaml | 20 - description: Any name allowed
|
| /linux/tools/memory-model/Documentation/ |
| A D | locking.txt | 4 Locking is well-known and the common use cases are straightforward: Any 18 Any CPU holding a given lock sees any changes previously seen 21 Note that this statement is a bit stronger than "Any CPU holding a 53 The converse to the basic rule also holds: Any CPU holding a given
|