Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 198) sorted by relevance

12345678

/kernel/linux/linux-5.10/Documentation/doc-guide/
Dparse-headers.rst6 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**\ .
/kernel/linux/linux-5.10/scripts/
Dcheckkconfigsymbols.py386 references = []
389 return references
401 references.append(symbol)
403 return references
421 defined, references = parse_kconfig_file(kfile)
426 referenced_symbols[kfile] = references
434 references = []
438 return defined, references
470 references.append(symbol)
472 return defined, references
/kernel/linux/linux-5.10/Documentation/gpu/dp-mst/
Dtopology-figure-3.dot12 /* Driver malloc references */
26 /* Topology references */
34 /* Malloc references */
Dtopology-figure-2.dot9 /* Driver malloc references */
24 /* Topology references */
32 /* Malloc references */
Dtopology-figure-1.dot9 /* Driver malloc references */
24 /* Topology references */
30 /* Malloc references */
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
Dxpc.h334 atomic_t references; /* #of external references to queues */ member
495 atomic_t references; /* #of references to infrastructure */ member
677 atomic_inc(&ch->references); in xpc_msgqueue_ref()
683 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref()
700 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref()
712 atomic_inc(&part->references); in xpc_part_ref()
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-handle.txt7 references of trace event parser context.
31 When there is no more references, then it will free the handler, as well
41 The _tep_ref_get()_ functions gets the current references of the _tep_ handler.
48 _tep_ref_get()_ returns the current references of _tep_.
/kernel/linux/linux-5.10/Documentation/devicetree/
Ddynamic-resolution-notes.rst21 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
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/circular_expansion/
Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/dsd/
Dleds.rst18 references are limited to device nodes only [2]. For this reason using the same
37 show below. Objects not relevant for LEDs or the references to them have been
111 [7] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
Dgraph.rst16 hierarchical data extension supports nodes with references to other
68 name followed by a reference in the same package. Such references consist of
71 data extension reference under the port. Individual references thus appear as::
78 The references to endpoints must be always done both ways, to the
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dphy-ath79-usb.txt7 - resets: references to the reset controllers
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
Dindex.rst12 dsd/data-node-references
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/siox/
Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
/kernel/linux/linux-5.10/Documentation/vm/
Dpage_frags.rst40 was implemented. It allows for freeing multiple references from a single
42 cleaning up the multiple references that were added to a page in order to
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dgpio-mux-clock.txt9 - clocks: list of two references to parent clocks.
/kernel/linux/linux-5.10/Documentation/usb/
Dusb-help.rst2 USB references
/kernel/linux/linux-5.10/Documentation/ide/
Dwarm-plug-howto.rst16 no other active references to devices before doing "delete_devices" step,
/kernel/linux/linux-5.10/Documentation/openrisc/
Dtodo.rst12 - Finish the renaming cleanup... there are references to or32 in the code
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/
Dfaraday,ftrtc010.txt12 - clocks: when present should contain clock references to the
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-g-selection.rst117 ``pad`` references a non-existing pad, the ``which`` field
118 references a non-existing format, or the selection target is not
Dvidioc-subdev-g-crop.rst119 references a non-existing pad, the ``which`` field references a
/kernel/linux/linux-5.10/arch/mips/vdso/
DKconfig6 # with < 2.25 binutils on pre-R6 kernels. For more references on why we
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/variable/
DKconfig37 # You can use variable references for the lefthand side of assignment statement.
/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dsimple_open.cocci3 /// and replace file operations references to the function

12345678