Searched +full:x +full:- +full:tal (Results  1 – 12 of 12) sorted by relevance
| /linux/include/sound/ | 
| H A D | ak4117.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */27 #define AK4117_REG_QSUB_ADDR	0x11	/* Q-subcode address + control */
 28 #define AK4117_REG_QSUB_TRACK	0x12	/* Q-subcode track */
 29 #define AK4117_REG_QSUB_INDEX	0x13	/* Q-subcode index */
 30 #define AK4117_REG_QSUB_MINUTE	0x14	/* Q-subcode minute */
 31 #define AK4117_REG_QSUB_SECOND	0x15	/* Q-subcode second */
 32 #define AK4117_REG_QSUB_FRAME	0x16	/* Q-subcode frame */
 33 #define AK4117_REG_QSUB_ZERO	0x17	/* Q-subcode zero */
 34 #define AK4117_REG_QSUB_ABSMIN	0x18	/* Q-subcode absolute minute */
 35 #define AK4117_REG_QSUB_ABSSEC	0x19	/* Q-subcode absolute second */
 [all …]
 
 | 
| /linux/tools/perf/util/ | 
| H A D | data-convert-json.c | 1 // SPDX-License-Identifier: GPL-2.0-only8 #include "data-convert.h"
 31 #include <event-parse.h>
 41 // Outputs a JSON-encoded string surrounded by quotes with characters escaped.
 60 				fprintf(out, "\\u%04x", *s);  in output_json_string()
 96 // Outputs a JSON key-value pair where the value is a string.
 106 // Outputs a JSON key-value pair where the value is a printf format string.
 125 	FILE *out = c->out;  in output_sample_callchain_entry()
 128 	output_json_key_format(out, false, 5, "ip", "\"0x%" PRIx64 "\"", ip);  in output_sample_callchain_entry()
 130 	if (al && al->sym && al->sym->namelen) {  in output_sample_callchain_entry()
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/rtc/ | 
| H A D | nxp,pcf85363.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Alexandre Belloni <alexandre.belloni@bootlin.com>
 13   - $ref: rtc.yaml#
 18       - nxp,pcf85263
 19       - nxp,pcf85363
 24   "#clock-cells":
 27   clock-output-names:
 33   quartz-load-femtofarads:
 [all …]
 
 | 
| H A D | nxp,pcf85063.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Alexander Stein <alexander.stein@ew.tq-group.com>
 15       - microcrystal,rv8063
 16       - microcrystal,rv8263
 17       - nxp,pcf85063
 18       - nxp,pcf85063a
 19       - nxp,pcf85063tp
 20       - nxp,pca85073a
 [all …]
 
 | 
| H A D | rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Alexandre Belloni <alexandre.belloni@bootlin.com>
 18     pattern: "^rtc(@.*|-([0-9]|[1-9][0-9]+))?$"
 20   aux-voltage-chargeable:
 29   quartz-load-femtofarads:
 31       The capacitive load of the quartz(x-tal), expressed in femto
 35   start-year:
 41   trickle-diode-disable:
 [all …]
 
 | 
| /linux/Documentation/translations/sp_SP/ | 
| H A D | memory-barriers.txt | 2 This is a version of Documentation/memory-barriers.txt translated into35 consistencia de memoria formal y documentación en tools/memory-model/. Sin
 53 Tenga en cuenta también que es posible que una barrera no valga (sea no-op)
 63      - Operaciones del dispositivo.
 64      - Garantías.
 68      - Variedades de barrera de memoria.
 69      - ¿Qué no se puede asumir sobre las barreras de memoria?
 70      - Barreras de dirección-dependencia (históricas).
 71      - Dependencias de control.
 72      - Emparejamiento de barreras smp.
 [all …]
 
 | 
| /linux/Documentation/translations/sp_SP/process/ | 
| H A D | submitting-patches.rst | 1 .. include:: ../disclaimer-sp.rst3 :Original: :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
 20 Documentation/process/development-process.rst. Además, lea
 21 Documentation/process/submit-checklist.rst para obtener una lista de
 24 Documentation/devicetree/bindings/submitting-patches.rst.
 33 :ref:`Documentation/process/maintainer-handbooks.rst <maintainer_handbooks_main>`.
 36 --------------------------------
 54 ---------------------
 68 que seleccionan ("cherry-pick") solo parches específicos de upstream, así
 113 referencia al ID SHA-1 del commit. Incluya también el resumen de una línea
 [all …]
 
 | 
| H A D | coding-style.rst | 1 .. include:: ../disclaimer-sp.rst3 :Original: :ref:`Documentation/process/coding-style.rst <submittingpatches>`
 24 -----------
 49 sangría`` (``double-indenting``) en etiquetas ``case``. Por ejemplo:
 51 .. code-block:: c
 73 .. code-block:: c
 80 .. code-block:: c
 87 .. code-block:: c
 106 ------------------------------------
 129 ----------------------------------
 [all …]
 
 | 
| H A D | maintainer-kvm-x86.rst | 1 .. include:: ../disclaimer-sp.rst3 :Original: Documentation/process/maintainer-kvm-x86.rst
 10 --------
 21 -----
 26 -------
 28 del árbol principal de KVM, a ser "sólo otra rama de KVM". Como tal, KVM
 31 x86, ``github.com/kvm-x86/linux.git``.
 102 -----------
 114 Todo lo demás debería basarse en ``kvm-x86/next``, es decir, no hay
 119 La única excepción al uso de ``kvm-x86/next`` como base es si un
 [all …]
 
 | 
| /linux/Documentation/translations/it_IT/process/ | 
| H A D | stable-kernel-rules.rst | 1 .. include:: ../disclaimer-ita.rst3 :Original: :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
 8 Tutto quello che volevate sapere sui rilasci -stable di Linux
 12 "-stable":
 14 - Questa patch o una equivalente deve esistere già nei sorgenti principali di
 16 - Ovviamente dev'essere corretta e verificata.
 17 - Non dev'essere più grande di 100 righe, incluso il contesto.
 18 - Deve rispettare le regole scritte in
 19   :ref:`Documentation/translations/it_IT/process/submitting-patches.rst <it_submittingpatches>`
 20 - Deve correggere un vero baco che causi problemi agli utenti oppure aggiunge
 [all …]
 
 | 
| /linux/drivers/media/tuners/ | 
| H A D | r820t.c | 1 // SPDX-License-Identifier: GPL-2.07 // that it is part of rtl-sdr git tree, released under GPLv2:
 8 //	https://groups.google.com/forum/#!topic/ultra-cheap-sdr/Y3rBEOFtHug
 9 //	https://github.com/n1gp/gr-baz
 30 #include "tuner-i2c.h"
 355 	int r = reg - REG_SHADOW_START;  in shadow_store()
 363 	if (len > NUM_REGS - r)  in shadow_store()
 364 		len = NUM_REGS - r;  in shadow_store()
 366 	tuner_dbg("%s: prev  reg=%02x len=%d: %*ph\n",  in shadow_store()
 369 	memcpy(&priv->regs[r], val, len);  in shadow_store()
 [all …]
 
 | 
| /linux/Documentation/networking/ | 
| H A D | arcnet-hardware.rst | 1 .. SPDX-License-Identifier: GPL-2.011    2) This file is no longer Linux-specific.  It should probably be moved out
 17 e-mail apenwarr@worldvisions.ca with any settings for your particular card,
 39 There are two "types" of ARCnet - STAR topology and BUS topology.  This
 46 well-designed standard.  It uses something called "modified token passing"
 47 which makes it completely incompatible with so-called "Token Ring" cards,
 63 programming interface also means that when high-performance hardware
 73 although they are generally kept down to the Ethernet-style 1500 bytes.
 91 	- Avery Pennraun     <apenwarr@worldvisions.ca>
 92 	- Stephen A. Wood    <saw@hallc1.cebaf.gov>
 [all …]
 
 |