Home
last modified time | relevance | path

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

1234567891011

/Linux-v6.6/drivers/staging/rtl8192e/
Drtl819x_TSProc.c29 struct rx_reorder_entry, List); in RxPktPendingTimeout()
37 list_del_init(&pReorderEntry->List); in RxPktPendingTimeout()
51 list_add_tail(&pReorderEntry->List, in RxPktPendingTimeout()
145 list_add_tail(&pTxTS->TsCommonInfo.List, in TSInitialize()
162 list_add_tail(&pRxTS->ts_common_info.List, in TSInitialize()
168 list_add_tail(&pRxReorderEntry->List, in TSInitialize()
210 list_for_each_entry(pRet, psearch_list, List) { in SearchAdmitTRStream()
216 if (&pRet->List != psearch_list) in SearchAdmitTRStream()
220 if (pRet && &pRet->List != psearch_list) in SearchAdmitTRStream()
310 struct ts_common_info, List); in GetTs()
[all …]
/Linux-v6.6/scripts/coccinelle/api/
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-v6.6/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hv_24x73 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
28 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
38 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
45 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
52 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
59 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
66 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
73 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
80 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
91 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
Dsysfs-bus-event_source-devices-hv_gpci3 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
34 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
44 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
51 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
58 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
65 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
72 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
79 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
86 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
118 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
[all …]
/Linux-v6.6/tools/testing/kunit/
Dkunit_kernel.py18 from typing import Iterator, List, Optional, Tuple
60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None:
74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
145 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
165 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
200 extra_qemu_args: Optional[List[str]],
232 kunitconfig_paths: Optional[List[str]]=None,
233 kconfig_add: Optional[List[str]]=None,
[all …]
Dqemu_config.py9 from typing import List
19 extra_qemu_params: List[str]
Dkunit.py21 from typing import Iterable, List, Optional, Sequence, Tuple
42 make_options: Optional[List[str]]
60 kernel_args: Optional[List[str]]
107 def _list_tests(linux: kunit_kernel.LinuxSourceTree, request: KunitExecRequest) -> List[str]:
145 def _suites_from_test_list(tests: List[str]) -> List[str]:
421 qemu_args: List[str] = []
Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple
63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:
/Linux-v6.6/Documentation/scsi/
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-v6.6/arch/sh/tools/
Dmach-types6 # List of board groups.
15 # List of companion chips / MFDs.
20 # List of boards.
/Linux-v6.6/Documentation/devicetree/bindings/sound/
Dxlnx,audio-formatter.txt10 List of supported interrupt names are:
14 - interrupts: List of Interrupt numbers.
16 - clock-names: List of input clocks.
Dxlnx,spdif.txt7 - clock-names: List of input clocks.
12 - interrupts: List of Interrupt numbers.
/Linux-v6.6/tools/perf/scripts/python/
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-v6.6/Documentation/devicetree/bindings/mailbox/
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-v6.6/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c43 pReorderEntry = list_entry(pRxTs->rx_pending_pkt_list.prev, struct rx_reorder_entry, List); in RxPktPendingTimeout()
49 list_del_init(&pReorderEntry->List); in RxPktPendingTimeout()
58 list_add_tail(&pReorderEntry->List, &ieee->RxReorder_Unused_List); in RxPktPendingTimeout()
184 list_add_tail(&pRxReorderEntry->List, &ieee->RxReorder_Unused_List); in TSInitialize()
426 pRxReorderEntry = list_entry(pRxTS->rx_pending_pkt_list.prev, struct rx_reorder_entry, List); in RemoveTsEntry()
427 list_del_init(&pRxReorderEntry->List); in RemoveTsEntry()
441 list_add_tail(&pRxReorderEntry->List, &ieee->RxReorder_Unused_List); in RemoveTsEntry()
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/
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-v6.6/Documentation/devicetree/bindings/pci/
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-v6.6/tools/perf/Documentation/
Dperf.txt44 List the most commonly used perf commands.
47 List available perf options.
58 List of debug variables allowed to set:
/Linux-v6.6/Documentation/hwmon/
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-v6.6/Documentation/devicetree/bindings/media/
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-v6.6/Documentation/devicetree/bindings/interrupt-controller/
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
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
/Linux-v6.6/Documentation/devicetree/bindings/dma/
Dfsl-imx-dma.txt37 - dmas: List of one or more DMA request specifiers. One DMA request specifier
40 - dma-names: List of string identifiers for the DMA requests. For the correct
/Linux-v6.6/Documentation/devicetree/bindings/net/
Dwiznet,w5x00.txt18 - pinctrl-names: List of assigned state names, see pinctrl binding documentation.
19 - pinctrl-0: List of phandles to configure the GPIO pin used as interrupt line,
Dmicrochip,enc28j60.txt15 - pinctrl-names: List of assigned state names, see pinctrl binding documentation.
16 - pinctrl-0: List of phandles to configure the GPIO pin used as interrupt line,

1234567891011