Home
last modified time | relevance | path

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

12345678910>>...16

/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py20 from typing import Any, Dict, List
64 def rst_definition(self, key: str, value: Any, level: int = 0) -> str: argument
149 def parse_mcast_group(self, mcast_group: List[Dict[str, Any]]) -> str: argument
157 def parse_do(self, do_dict: Dict[str, Any], level: int = 0) -> str: argument
174 def parse_op_attributes(self, attrs: Dict[str, Any], level: int = 0) -> str: argument
184 def parse_operations(self, operations: List[Dict[str, Any]], namespace: str) -> str: argument
228 def parse_entries(self, entries: List[Dict[str, Any]], level: int) -> str: argument
255 def parse_definitions(self, defs: Dict[str, Any], namespace: str) -> str: argument
284 def parse_attr_sets(self, entries: List[Dict[str, Any]], namespace: str) -> str: argument
324 def parse_sub_messages(self, entries: List[Dict[str, Any]], namespace: str) -> str: argument
[all …]
/linux/rust/kernel/sync/arc/
H A Dstd_vendor.rs11 use core::any::Any;
13 impl Arc<dyn Any + Send + Sync> {
17 T: Any + Send + Sync, in downcast()
/linux/Documentation/translations/zh_CN/mm/
H A Dpage_table_check.rst38 | Anonymous | Named | Any | Prohibit |
40 | Named | Anonymous | Any | Prohibit |
42 | Named | Named | Any | Allow |
/linux/Documentation/ABI/testing/
H 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
43 Any subsequently received response can be read from this same
60 Any subsequently received response can be read from this same
62 Any additional delayed response received afterwards can be read
113 Any subsequently received response can be read from this same
137 Any subsequently received response can be read from this same
140 Any additional delayed response received afterwards can be read
166 Any subsequently received response can be read from this same
[all …]
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py40 from typing import Any, ClassVar, Dict, List, Optional, Tuple, Type, Union
187 requires: List[Any] = [], argument
188 excludes: List[Any] = [], argument
189 req_properties: List[Any] = [], argument
190 excl_properties: List[Any] = [], argument
223 self.event_node: Any = None
/linux/tools/testing/kunit/
H A Dkunit_json.py11 from typing import Any, Dict
22 JsonObj = Dict[str, Any]
H A Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple
37 def __eq__(self, other: Any) -> bool: argument
/linux/Documentation/mm/
H A Dpage_table_check.rst42 | Anonymous | Named | Any | Prohibit |
44 | Named | Anonymous | Any | Prohibit |
46 | Named | Named | Any | Allow |
/linux/Documentation/block/
H 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/
H 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.
H A Dsysfs-driver-qaic19 Users: Any userspace application or clients interested in DBC state.
/linux/Documentation/translations/zh_CN/doc-guide/
H 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/bpf/
H 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/userspace-api/media/v4l/
H 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
H A Dfunc-close.rst33 Closes the device. Any I/O in progress is terminated and resources
H A Dvidioc-enumoutput.rst67 The LSB corresponds to audio output 0, the MSB to output 31. Any
113 - Any non-modulator video output, for example Composite Video,
/linux/Documentation/process/
H A Dcode-of-conduct-interpretation.rst92 defined in the MAINTAINERS file in the kernel source tree. Any emails
99 email address, or "official" social media address. Any activity
137 Any member of the committee, including the mediator, can be contacted
146 Any decisions regarding enforcement recommendations will be brought to
151 measures. Any Code of Conduct Committee members serving on the TAB will
236 administrators. Any Code of Conduct Committee members serving on the TAB
/linux/tools/memory-model/Documentation/
H A Dlocking.txt9 Locking is well-known and the common use cases are straightforward: Any
23 Any CPU holding a given lock sees any changes previously seen
26 Note that this statement is a bit stronger than "Any CPU holding a
58 The converse to the basic rule also holds: Any CPU holding a given
/linux/arch/m68k/hp300/
H A DREADME.hp3006 Currently only 9000/340 machines have been tested. Any amount of RAM should
/linux/Documentation/devicetree/bindings/regulator/
H A Dtps51632-regulator.txt13 Any property defined as part of the core regulator binding, defined in
H A Dmax8925-regulator.txt30 - Any optional property defined in bindings/regulator/regulator.txt
H A Dpbias-regulator.txt20 - Any optional property defined in bindings/regulator/regulator.txt
/linux/Documentation/ABI/removed/
H A Dvideo13948 performance issues in its first generation. Any video1394 user had
/linux/tools/perf/Documentation/
H A Dperf-mem.txt57 Any command you can specify in a shell.
201 25.08% 338 core, same node Any cache hit HitM
204 6.39% 101 core, same node Any cache hit N/A
/linux/Documentation/arch/riscv/
H A Dboot.rst102 Any new firmware must implement ``RISCV_EFI_BOOT_PROTOCOL`` as the devicetree
138 mapping (see ``setup_bootmem()`` function in arch/riscv/mm/init.c). Any usage of
162 - ``-mcmodel=medany``: Any access to a global symbol must be PC-relative to

12345678910>>...16