Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/linux/tools/net/ynl/
A Dynl-gen-rst.py21 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 Dstd_vendor.rs9 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 Dpage_table_check.rst38 | Anonymous | Named | Any | Prohibit |
40 | Named | Anonymous | Any | Prohibit |
42 | Named | Named | Any | Allow |
/linux/tools/testing/kunit/
A Dkunit_json.py11 from typing import Any, Dict
22 JsonObj = Dict[str, Any]
A Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple
37 def __eq__(self, other: Any) -> bool: argument
/linux/tools/testing/selftests/hid/tests/
A Dbase_device.py38 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 Ddebugfs-scmi-raw9 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 Dpage_table_check.rst42 | Anonymous | Named | Any | Prohibit |
44 | Named | Anonymous | Any | Prohibit |
46 | Named | Named | Any | Allow |
/linux/Documentation/block/
A Dpr.rst27 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 Dsysfs-bus-mhi10 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 Dperf-amd-ibs.txt177 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 Dprog_cgroup_sockopt.rst31 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 Dkernel-doc.rst113 * 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 Ddev-rds.rst21 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 Dfunc-close.rst33 Closes the device. Any I/O in progress is terminated and resources
/linux/arch/m68k/hp300/
A DREADME.hp3006 Currently only 9000/340 machines have been tested. Any amount of RAM should
/linux/Documentation/devicetree/bindings/media/i2c/
A Dst,st-mipid02.yaml72 Any lane can be inverted or not.
96 Any lane can be inverted or not.
/linux/Documentation/devicetree/bindings/regulator/
A Dtps51632-regulator.txt13 Any property defined as part of the core regulator binding, defined in
A Dfixed-regulator.yaml14 Any property defined as part of the core regulator binding, defined in
48 - description: Any name allowed
A Dgoogle,cros-ec-regulator.yaml13 Any property defined as part of the core regulator binding, defined in
A Dmax8925-regulator.txt30 - Any optional property defined in bindings/regulator/regulator.txt
/linux/Documentation/devicetree/bindings/cpu/
A Dcpu-topology.txt65 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 Dvideo13948 performance issues in its first generation. Any video1394 user had
/linux/Documentation/devicetree/bindings/clock/
A Dfixed-clock.yaml20 - description: Any name allowed
/linux/tools/memory-model/Documentation/
A Dlocking.txt4 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

Completed in 33 milliseconds

12345678910>>...17