/linux-6.6.21/Documentation/doc-guide/ |
D | parse-headers.rst | 6 order to describe the userspace API and to generate cross-references 7 between the code and the documentation. Adding cross-references for 12 cross-references. It has to be called via Makefile, while building the 26 enums and defines and create cross-references to a Sphinx book. 65 included via ..parsed-literal block with cross-references for the 73 enums and enum symbols and create cross-references for all of them. 84 The \ **ignore**\ means that it won't generate cross references for a 92 The \ **replace**\ means that it will generate cross references for a 140 references for \ **typedef**\ , \ **enum**\ and \ **struct**\ types. It will use :ref: 162 It won't generate cross-references for \ **PRIVATE**\ .
|
/linux-6.6.21/scripts/ |
D | checkkconfigsymbols.py | 388 references = [] 391 return references 403 references.append(symbol) 405 return references 423 defined, references = parse_kconfig_file(kfile) 428 referenced_symbols[kfile] = references 436 references = [] 439 return defined, references 465 references.append(symbol) 467 return defined, references
|
/linux-6.6.21/Documentation/gpu/dp-mst/ |
D | topology-figure-1.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 30 /* Malloc references */
|
D | topology-figure-2.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 32 /* Malloc references */
|
D | topology-figure-3.dot | 12 /* Driver malloc references */ 26 /* Topology references */ 34 /* Malloc references */
|
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_fdb.c | 20 u32 references; member 45 fdb_entry->references++; in lan966x_fdb_add_entry() 55 fdb_entry->references = 1; in lan966x_fdb_add_entry() 68 fdb_entry->references--; in lan966x_fdb_del_entry() 69 if (!fdb_entry->references) { in lan966x_fdb_del_entry()
|
/linux-6.6.21/drivers/misc/sgi-xp/ |
D | xpc.h | 334 atomic_t references; /* #of external references to queues */ member 495 atomic_t references; /* #of references to infrastructure */ member 678 atomic_inc(&ch->references); in xpc_msgqueue_ref() 684 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref() 701 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref() 713 atomic_inc(&part->references); in xpc_part_ref()
|
/linux-6.6.21/net/ |
D | Kconfig.debug | 9 Enable debugging feature to track device references. 18 Enable debugging feature to track netns references.
|
/linux-6.6.21/Documentation/firmware-guide/acpi/dsd/ |
D | graph.rst | 16 hierarchical data extension supports nodes with references to other 41 for generic data node references. 69 name followed by a reference in the same package. Such references consist of 72 data extension reference under the port. Individual references thus appear as:: 79 The references to endpoints must be always done both ways, to the 160 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
|
D | leds.rst | 19 ACPI references are limited to device nodes only [acpi]. For this reason using 38 show below. Objects not relevant for LEDs or the references to them have been 97 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
|
/linux-6.6.21/Documentation/devicetree/ |
D | dynamic-resolution-notes.rst | 21 3. Using the __local__fixups__ node information adjust all local references 23 4. For each property in the __fixups__ node locate the node it references
|
/linux-6.6.21/scripts/kconfig/tests/preprocess/circular_expansion/ |
D | expected_stderr | 1 Kconfig:5: Recursive variable 'X' references itself (eventually)
|
/linux-6.6.21/Documentation/bpf/ |
D | graph_ds_impl.rst | 81 Non-owning references 159 Let's enumerate the properties of both types of references. 184 From verifier's perspective non-owning references can only exist 191 To prevent this logic violation all non-owning references are invalidated by the 193 not page fault" property of non-owning references. So if the verifier hasn't 237 3) n and m are non-owning references, they both point to the same node 255 We prevent both by generalizing the "invalidate non-owning references" behavior
|
/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | phy-ath79-usb.txt | 7 - resets: references to the reset controllers
|
/linux-6.6.21/Documentation/devicetree/bindings/siox/ |
D | eckelmann,siox-gpio.txt | 5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
|
/linux-6.6.21/Documentation/firmware-guide/acpi/ |
D | index.rst | 12 dsd/data-node-references
|
/linux-6.6.21/Documentation/mm/ |
D | page_frags.rst | 38 was implemented. It allows for freeing multiple references from a single 40 cleaning up the multiple references that were added to a page in order to
|
/linux-6.6.21/tools/memory-model/Documentation/ |
D | README | 40 working papers, and LWN articles: references.txt 71 references.txt
|
/linux-6.6.21/Documentation/usb/ |
D | usb-help.rst | 2 USB references
|
/linux-6.6.21/Documentation/devicetree/bindings/iio/adc/ |
D | maxim,max1363.yaml | 13 Family of ADCs with i2c interface, internal references and threshold
|
D | qcom,pm8018-adc.yaml | 93 VADC will use a special voltage references for channel 94 calibration. The available references are specified in the
|
/linux-6.6.21/Documentation/arch/openrisc/ |
D | todo.rst | 12 - Finish the renaming cleanup... there are references to or32 in the code
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | vidioc-subdev-g-selection.rst | 120 ``pad`` references a non-existing pad, the ``which`` field 121 references a non-existing format, or the selection target is not
|
/linux-6.6.21/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 37 # You can use variable references for the lefthand side of assignment statement.
|
/linux-6.6.21/scripts/coccinelle/api/ |
D | simple_open.cocci | 3 /// and replace file operations references to the function
|