Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/linux-6.15/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py7 from typing import List
98 def symbolic_width(self) -> List:
112 def symbolic_width(self) -> List:
134 def symbolic_width(self) -> List:
155 def symbolic_width(self) -> List:
351 fields: List[_XdrDeclaration]
379 fields: List[_XdrDeclaration]
431 values: List[str]
450 cases: List[_XdrCaseSpec]
509 versions: List[_RpcVersion]
[all …]
/linux-6.15/scripts/coccinelle/api/
H A Dcheck_bq27xxx_data.cocci19 let p = List.hd p in
84 List.sort compare i1regs_vals = List.sort compare i2regs_vals
89 i1regs i2regs (List.hd p2).line in
120 List.sort compare i1dmregs_vals = List.sort compare i2dmregs_vals
125 i1dmregs i2dmregs (List.hd p2).line in
156 List.sort compare i1props_vals = List.sort compare i2props_vals
161 i1props i2props (List.hd p2).line in
/linux-6.15/tools/perf/pmu-events/
H A Dmodels.py8 from typing import List
17 def find_archs(start_dir: str, arch: str) -> List[str]:
30 def find_mapfiles(start_dir: str, archs: List[str]) -> List[str]:
40 def find_cpuids(mapfiles: List[str], cpuids: str) -> List[str]:
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_24x73 Contact: Linux on PowerPC Developer List <[email protected]>
28 Contact: Linux on PowerPC Developer List <[email protected]>
38 Contact: Linux on PowerPC Developer List <[email protected]>
45 Contact: Linux on PowerPC Developer List <[email protected]>
52 Contact: Linux on PowerPC Developer List <[email protected]>
59 Contact: Linux on PowerPC Developer List <[email protected]>
66 Contact: Linux on PowerPC Developer List <[email protected]>
73 Contact: Linux on PowerPC Developer List <[email protected]>
80 Contact: Linux on PowerPC Developer List <[email protected]>
91 Contact: Linux on PowerPC Developer List <[email protected]>
H A Dsysfs-bus-event_source-devices-hv_gpci3 Contact: Linux on PowerPC Developer List <[email protected]>
34 Contact: Linux on PowerPC Developer List <[email protected]>
44 Contact: Linux on PowerPC Developer List <[email protected]>
51 Contact: Linux on PowerPC Developer List <[email protected]>
58 Contact: Linux on PowerPC Developer List <[email protected]>
65 Contact: Linux on PowerPC Developer List <[email protected]>
72 Contact: Linux on PowerPC Developer List <[email protected]>
79 Contact: Linux on PowerPC Developer List <[email protected]>
86 Contact: Linux on PowerPC Developer List <[email protected]>
118 Contact: Linux on PowerPC Developer List <[email protected]>
[all …]
H A Dsysfs-bus-event_source-devices-vpa-pmu3 Contact: Linux on PowerPC Developer List <[email protected]>
20 Contact: Linux on PowerPC Developer List <[email protected]>
/linux-6.15/tools/testing/kunit/
H A Dkunit_kernel.py18 from typing import Iterator, List, Optional, Tuple
74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
96 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
119 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
151 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
172 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
207 extra_qemu_args: Optional[List[str]],
239 kunitconfig_paths: Optional[List[str]]=None,
240 kconfig_add: Optional[List[str]]=None,
244 extra_qemu_args: Optional[List[str]]=None) -> None:
[all …]
H A Dqemu_config.py9 from typing import List
19 extra_qemu_params: List[str]
H A Dkunit.py21 from typing import Iterable, List, Optional, Sequence, Tuple
42 make_options: Optional[List[str]]
62 kernel_args: Optional[List[str]]
109 def _list_tests(linux: kunit_kernel.LinuxSourceTree, request: KunitExecRequest) -> List[str]:
147 def _suites_from_test_list(tests: List[str]) -> List[str]:
447 qemu_args: List[str] = []
/linux-6.15/rust/kernel/
H A Dlist.rs41 pub struct List<T: ?Sized + ListItem<ID>, const ID: u64 = 0> { struct
48 unsafe impl<T, const ID: u64> Send for List<T, ID> implementation
56 unsafe impl<T, const ID: u64> Sync for List<T, ID> implementation
237 impl<T: ?Sized + ListItem<ID>, const ID: u64> List<T, ID> { implementation
461 pub fn push_all_back(&mut self, other: &mut List<T, ID>) { in push_all_back()
519 impl<T: ?Sized + ListItem<ID>, const ID: u64> Default for List<T, ID> { implementation
521 List::new() in default()
525 impl<T: ?Sized + ListItem<ID>, const ID: u64> Drop for List<T, ID> { implementation
720 list: &'a mut List<T, ID>,
951 list: List<T, ID>,
[all …]
/linux-6.15/Documentation/scsi/
H A Dhptiop.rst89 0x4000 Inbound List Base Address Low
90 0x4004 Inbound List Base Address High
91 0x4018 Inbound List Write Pointer
92 0x402C Inbound List Configuration and Control
93 0x4050 Outbound List Base Address Low
94 0x4054 Outbound List Base Address High
95 0x4058 Outbound List Copy Pointer Shadow Base Address Low
96 0x405C Outbound List Copy Pointer Shadow Base Address High
97 0x4088 Outbound List Interrupt Cause
98 0x408C Outbound List Interrupt Enable
/linux-6.15/arch/sh/tools/
H A Dmach-types6 # List of board groups.
15 # List of companion chips / MFDs.
20 # List of boards.
/linux-6.15/tools/perf/scripts/python/
H A Dgecko.py30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any
120 samples: List[Sample] = field(default_factory=list)
121 frameTable: List[Frame] = field(default_factory=list)
122 stringTable: List[str] = field(default_factory=list)
124 stackTable: List[Stack] = field(default_factory=list)
177 def _add_sample(self, comm: str, stack: List[str], time_ms: Milliseconds) -> None:
/linux-6.15/Documentation/devicetree/bindings/mailbox/
H A Dmailbox.txt22 - mboxes: List of phandle and mailbox channel specifiers.
25 - mbox-names: List of identifier strings for each mailbox channel.
26 - shmem : List of phandle pointing to the shared memory(SHM) area between the
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dbase_device.py38 from typing import Any, ClassVar, Dict, List, Optional, Tuple, Type, Union
178 requires: List[Any] = [],
179 excludes: List[Any] = [],
180 req_properties: List[Any] = [],
181 excl_properties: List[Any] = [],
316 def led_classes(self: "BaseDevice") -> List[LED]:
332 def input_nodes(self: "BaseDevice") -> List[EvdevDevice]:
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_rst.py21 from typing import Any, Dict, List
100 def rst_list_inline(list_: List[str], level: int = 0) -> str:
145 def parse_mcast_group(mcast_group: List[Dict[str, Any]]) -> str:
176 def parse_operations(operations: List[Dict[str, Any]], namespace: str) -> str:
210 def parse_entries(entries: List[Dict[str, Any]], level: int) -> str:
260 def parse_attr_sets(entries: List[Dict[str, Any]], namespace: str) -> str:
291 def parse_sub_messages(entries: List[Dict[str, Any]], namespace: str) -> str:
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dhisilicon-histb-pcie.txt21 - clocks: List of phandle and clock specifier pairs as listed in clock-names
28 - resets: List of phandle and reset specifier pairs as listed in reset-names
38 - phys: List of phandle and phy mode specifier, should be 0.
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dti,am3359-adc.yaml27 description: List of analog inputs available for ADC. AIN0 = 0, AIN1 = 1 and
34 description: List of open delays for each channel of ADC in the order of
43 description: List of sample delays for each channel of ADC in the order of
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,ns2-pinmux.txt24 List of pin names to change configuration
63 List of supported functions and groups in Northstar2:
89 List of pins that support pinconf parameters:
/linux-6.15/Documentation/devicetree/bindings/nvmem/
H A Dnvmem-consumer.yaml18 List of phandle to the nvmem providers.
23 List of phandle to the nvmem data cells.
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dimg-ir-rev1.txt13 - clocks: List of clock specifiers as described in standard
19 - clock-names: List of clock names corresponding to the clocks
/linux-6.15/Documentation/hwmon/
H A Dadm1026.rst23 List of GPIO pins (0-16) to program as inputs
26 List of GPIO pins (0-16) to program as outputs
29 List of GPIO pins (0-16) to program as inverted
32 List of GPIO pins (0-16) to program as normal/non-inverted
35 List of GPIO pins (0-7) to program as fan tachs
/linux-6.15/tools/perf/Documentation/
H A Dperf.txt44 List the most commonly used perf commands.
47 List available perf options.
58 List of debug variables allowed to set:
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
H A Dmarvell,odmi-controller.txt20 - reg : List of register definitions, one for each
23 - marvell,spi-base : List of GIC base SPI interrupts, one for each
H A Dqca,ath79-cpu-intc.txt20 - qca,ddr-wb-channel-interrupts: List of the interrupts needing a write
22 - qca,ddr-wb-channels: List of phandles to the write buffer channels for

12345678910>>...19