Searched +full:x +full:- +full:tal (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/include/sound/ |
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-v6.1/Documentation/devicetree/bindings/rtc/ |
D | nxp,pcf8523.txt | 4 - compatible: Should contain "nxp,pcf8523". 5 - reg: I2C address for chip. 8 - quartz-load-femtofarads: The capacitive load of the quartz(x-tal), 17 quartz-load-femtofarads = <7000>;
|
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,rv8263 16 - nxp,pcf85063 17 - nxp,pcf85063a 18 - nxp,pcf85063tp 19 - nxp,pca85073a 24 "#clock-cells": [all …]
|
D | rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 18 pattern: "^rtc(@.*|-[0-9a-f])*$" 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-v6.1/tools/perf/util/ |
D | data-convert-json.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include "data-convert.h" 37 // Outputs a JSON-encoded string surrounded by quotes with characters escaped. 56 fprintf(out, "\\u%04x", *s); in output_json_string() 92 // Outputs a JSON key-value pair where the value is a string. 102 // Outputs a JSON key-value pair where the value is a printf format string. 121 FILE *out = c->out; in output_sample_callchain_entry() 124 output_json_key_format(out, false, 5, "ip", "\"0x%" PRIx64 "\"", ip); in output_sample_callchain_entry() 126 if (al && al->sym && al->sym->namelen) { in output_sample_callchain_entry() 128 output_json_key_string(out, false, 5, "symbol", al->sym->name); in output_sample_callchain_entry() [all …]
|
/Linux-v6.1/tools/perf/ |
D | builtin-probe.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * builtin-probe.c 21 #include "util/build-id.h" 27 #include <subcmd/parse-options.h> 28 #include "util/probe-finder.h" 29 #include "util/probe-event.h" 30 #include "util/probe-file.h" 59 pr_debug("probe-definition(%d): %s\n", params.nevents, str); in parse_probe_event() 62 return -1; in parse_probe_event() 65 pev->uprobes = params.uprobes; in parse_probe_event() [all …]
|
/Linux-v6.1/Documentation/translations/it_IT/process/ |
D | maintainer-pgp-guide.rst | 1 .. include:: ../disclaimer-ita.rst 3 :Original: :ref:`Documentation/process/maintainer-pgp-guide.rst <pgpguide>` 21 .. _`Protecting Code Integrity`: https://github.com/lfit/itpol/blob/master/protecting-code-integrit… 33 - repositori distribuiti di sorgenti (git) 34 - rilasci periodici di istantanee (archivi tar) 40 hanno sul loro posto di lavoro. A tal scopo: 42 - i repositori git forniscono firme PGP per ogni tag 43 - gli archivi tar hanno firme separate per ogni archivio 48 ----------------------------------------------------- 72 -------------- [all …]
|
/Linux-v6.1/drivers/media/tuners/ |
D | r820t.c | 1 // SPDX-License-Identifier: GPL-2.0 7 // 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-v6.1/Documentation/networking/ |
D | arcnet-hardware.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 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 …]
|
/Linux-v6.1/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|