Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/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**\ .
/Linux-v4.19/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
/Linux-v4.19/drivers/misc/sgi-xp/
Dxpc.h556 atomic_t references; /* #of external references to queues */ member
755 atomic_t references; /* #of references to infrastructure */ member
950 atomic_inc(&ch->references); in xpc_msgqueue_ref()
956 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref()
973 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref()
985 atomic_inc(&part->references); in xpc_part_ref()
/Linux-v4.19/Documentation/devicetree/
Ddynamic-resolution-notes.txt18 3. Using the __local__fixups__ node information adjust all local references
20 4. For each property in the __fixups__ node locate the node it references
/Linux-v4.19/scripts/kconfig/tests/preprocess/circular_expansion/
Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/Linux-v4.19/Documentation/acpi/dsd/
Dgraph.txt13 hierarchical data extension supports nodes with references to other
65 name followed by a reference in the same package. Such references consist of the
68 data extension reference under the port. Individual references thus appear as:
75 The references to endpoints must be always done both ways, to the
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dphy-ath79-usb.txt7 - resets: references to the reset controllers
/Linux-v4.19/Documentation/devicetree/bindings/siox/
Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
/Linux-v4.19/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
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dgpio-mux-clock.txt9 - clocks: list of two references to parent clocks.
Dbrcm,kona-ccu.txt66 BCM281XX family clocks. When a clock consumer references a clocks,
111 BCM21664 family clocks. When a clock consumer references a clocks,
/Linux-v4.19/Documentation/ide/
Dwarm-plug-howto.txt16 no other active references to devices before doing "delete_devices" step,
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-subdev-g-selection.rst116 ``pad`` references a non-existing pad, the ``which`` field
117 references a non-existing format, or the selection target is not
Dvidioc-subdev-g-crop.rst116 references a non-existing pad, the ``which`` field references a
Dvidioc-subdev-g-fmt.rst139 ``pad`` references a non-existing pad, or the ``which`` field
140 references a non-existing format.
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dst,stm32-exti.txt13 - interrupts: interrupts references to primary interrupt controller
/Linux-v4.19/Documentation/openrisc/
DTODO8 -- Finish the renaming cleanup... there are references to or32 in the code
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Dfaraday,ftrtc010.txt12 - clocks: when present should contain clock references to the
/Linux-v4.19/tools/memory-model/
DREADME113 Documentation/references.txt
118 references, memory barriers, atomic read-modify-write operations,
126 Specifies what reorderings are forbidden by memory references,
/Linux-v4.19/scripts/coccinelle/api/
Dsimple_open.cocci3 /// and replace file operations references to the function
/Linux-v4.19/scripts/kconfig/tests/preprocess/variable/
DKconfig37 # You can use variable references for the lefthand side of assignment statement.
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt26 A hashtable references all shadow variables. These references are
73 - find and remove any <*, id> references from global hashtable
/Linux-v4.19/sound/pci/mixart/
Dmixart.h160 int references; /* number of subs openned */ member
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/
Dqcom,pm8xxx-xoadc.txt85 VADC will use a special voltage references for channel
86 calibration. The available references are specified in the
/Linux-v4.19/Documentation/parisc/
Dregisters65 O (ordered references) 1*
127 used to make references to global variables easier. r30 is

1234567