Searched full:macro (Results 1 – 25 of 161) sorted by relevance
1234567
| /Documentation/devicetree/bindings/phy/ |
| D | phy-ocelot-serdes.txt | 16 Also, SERDES6G number (aka "macro") 0 is the only interface supporting 27 SerDes macro. The second defines the macro to use. They are
|
| /Documentation/kbuild/ |
| D | kconfig-macro-language.rst | 2 Kconfig macro language 10 targets and prerequisites. The other is a macro language for performing textual 23 The macro language replaces the variable references with their expanded form, 40 The macro language in Kconfig processes the source file into the following 53 Like in Make, a variable in Kconfig works as a macro variable. A macro 145 Kconfig adopts Make-like macro language, but the function call syntax is
|
| D | index.rst | 11 kconfig-macro-language
|
| /Documentation/devicetree/bindings/clock/ |
| D | csr,atlas7-car.txt | 29 compatible = "sirf,macro-tick"; 42 compatible = "sirf,macro-uart";
|
| /Documentation/translations/it_IT/process/ |
| D | coding-style.rst | 436 esportata, la macro **EXPORT** per questa funzione deve seguire immediatamente 621 (cpp-macro . -1000) 622 (cpp-macro-cont . +) 666 ordinare gli ``#include``, per allineare variabili/macro, per ridistribuire 737 12) Macro, enumerati e RTL 740 I nomi delle macro che definiscono delle costanti e le etichette degli 749 I nomi delle macro in MAIUSCOLO sono preferibili ma le macro che assomigliano 752 Generalmente, le funzioni inline sono preferibili rispetto alle macro che 755 Le macro che contengono più istruzioni dovrebbero essere sempre chiuse in un 766 Cose da evitare quando si usano le macro: [all …]
|
| /Documentation/sphinx/ |
| D | cdomain.py | 75 function-like macro, the name of the macro is returned. Otherwise 99 # This is a function-like macro, it's arguments are typeless! 165 'macro': CObject,
|
| /Documentation/ABI/testing/ |
| D | ppc-memtrace | 6 hardware trace macro to use. CONFIG_PPC64_HARDWARE_TRACING 45 Description: This is where the hardware trace macro will output the trace
|
| D | sysfs-driver-hid-corsair | 7 hardware playback mode where the G-keys play their macro
|
| /Documentation/arm/ |
| D | firmware.rst | 24 To call a firmware operation, a helper macro is provided:: 29 the macro checks if the operation is provided and calls it or otherwise returns
|
| /Documentation/core-api/ |
| D | symbol-namespaces.rst | 45 Please note that due to macro expansion that argument needs to be a 63 and EXPORT_SYMBOL_GPL() macro expansions that do not specify a namespace. 84 within the corresponding compilation unit before any EXPORT_SYMBOL macro is 92 load the module. The module code is required to use the macro MODULE_IMPORT_NS
|
| /Documentation/driver-api/ |
| D | isa.rst | 115 module_isa_driver is a helper macro for ISA drivers which do not do 117 boilerplate code. Each module may only use this macro once, and calling 120 max_num_isa_dev is a macro to determine the maximum possible number of
|
| /Documentation/devicetree/bindings/pinctrl/ |
| D | renesas,rza2-pinctrl.txt | 46 number and the desired function index. Use the RZA2_PINMUX macro located 48 For assigning GPIO pins, use the macro RZA2_PIN also in r7s9210-pinctrl.h
|
| D | fsl,imx8mq-pinctrl.txt | 14 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
|
| D | fsl,imx8mm-pinctrl.txt | 14 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
|
| D | fsl,imx8mn-pinctrl.txt | 14 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
|
| D | st,stm32-pinctrl.yaml | 147 To simplify the usage, macro is available to generate "pinmux" field. 148 This macro is available here: 150 Some examples of using macro:
|
| D | fsl,imx6sx-pinctrl.txt | 10 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
|
| D | fsl,imx6sll-pinctrl.txt | 10 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
|
| D | fsl,imx6ul-pinctrl.txt | 11 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
|
| /Documentation/devicetree/bindings/net/ |
| D | mediatek-dwmac.txt | 24 - mediatek,tx-delay-ps: TX clock delay macro value. Default is 0. 26 - mediatek,rx-delay-ps: RX clock delay macro value. Default is 0.
|
| /Documentation/driver-api/driver-model/ |
| D | design-patterns.rst | 106 container_of() is a macro defined in <linux/kernel.h> 109 a pointer to a member by a simple subtraction using the offsetof() macro from
|
| /Documentation/media/uapi/mediactl/ |
| D | media-ioc-device-info.rst | 87 - Media API version, formatted with the ``KERNEL_VERSION()`` macro. 96 ``KERNEL_VERSION()`` macro. Together with the ``driver`` field
|
| /Documentation/translations/it_IT/kernel-hacking/ |
| D | hacking.rst | 136 macro :c:func:`in_softirq()` (``include/linux/preempt.h``). 140 State attenti che questa macro ritornerà un falso positivo 377 Questa variabile globale (in realtà una macro) contiene un puntatore alla 475 caricabili dinamicamente). L'utilizzo delle macro :c:func:`module_init()` 479 La macro :c:func:`module_init()` definisce quale funzione dev'essere 482 macro :c:func:`module_init()` diventa equivalente a :c:func:`__initcall()`, 498 Questa macro definisce la funzione che dev'essere chiamata al momento della 504 Da notare che questa macro è opzionale: se non presente, il modulo non sarà 524 Impostate questo campo al valore della macro ``THIS_MODULE``. 542 Potere dichiarare una ``wait_queue_head_t`` utilizzando la macro [all …]
|
| /Documentation/pcmcia/ |
| D | devicetable.rst | 18 hashes of the string to the macro, e.g. if you want to match the product ID
|
| /Documentation/filesystems/ |
| D | files.txt | 37 the files_fdtable() macro : 50 files_fdtable() uses rcu_dereference() macro which takes care of
|
1234567