Home
last modified time | relevance | path

Searched refs:parsers (Results 1 – 24 of 24) sorted by relevance

/linux-6.1.9/sound/soc/intel/avs/
Dtopology.c195 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_uuid_tokens() argument
207 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_UUID || in avs_parse_uuid_tokens()
208 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_uuid_tokens()
211 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_uuid_tokens()
221 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_string_tokens() argument
233 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_STRING || in avs_parse_string_tokens()
234 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_string_tokens()
237 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_string_tokens()
247 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_word_tokens() argument
259 if (!(parsers[j].type == SND_SOC_TPLG_TUPLE_TYPE_WORD || in avs_parse_word_tokens()
[all …]
/linux-6.1.9/Documentation/sphinx/
Dkernel_include.py38 from docutils.parsers.rst import directives
39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
40 from docutils.parsers.rst.directives.misc import Include
Dmaintainers_include.py26 from docutils.parsers.rst import Directive
27 from docutils.parsers.rst.directives.misc import Include
DrstFlatTable.py46 from docutils.parsers.rst import directives, roles
47 from docutils.parsers.rst.directives.tables import Table
Dkernel_abi.py46 from docutils.parsers.rst import directives, Directive
Dkernel_feat.py44 from docutils.parsers.rst import directives, Directive
Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
Dcdomain.py36 from docutils.parsers.rst import directives
Dkfigure.py58 from docutils.parsers.rst import directives
59 from docutils.parsers.rst.directives import images
/linux-6.1.9/drivers/mtd/
DMakefile10 obj-y += parsers/
DKconfig26 menu "Partition parsers"
27 source "drivers/mtd/parsers/Kconfig"
/linux-6.1.9/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.c134 nparsers = (type >= PTREE_RAM) ? 1 : cle->parsers; in xgene_cle_dram_wr()
165 for (i = 0; i < cle->parsers; i++) { in xgene_cle_enable_ptree()
627 for (i = 0; i < enet_cle->parsers; i++) { in xgene_cle_setup_def_dbptr()
737 for (i = 0; i < cle->parsers; i++) { in xgene_cle_setup_rss()
Dxgene_enet_cle.h282 u32 parsers; member
Dxgene_enet_main.c1855 enet_cle->parsers = 3; in xgene_enet_init_hw()
/linux-6.1.9/Documentation/crypto/
Dasymmetric-keys.rst14 - Instantiation data parsers.
36 Also provided is the concept of a data parser. Data parsers are responsible
49 If a key is added with an empty name, the instantiation data parsers are given
241 Examples of blob formats for which parsers could be implemented include:
320 Functions are provided to register and unregister parsers::
/linux-6.1.9/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt29 assumed by parsers.
41 design with parsers that behave according to these guidelines. This can
/linux-6.1.9/Documentation/core-api/
Dprintk-index.rst19 Finding these changes in the sources would require non-trivial parsers.
/linux-6.1.9/Documentation/dev-tools/
Dktap.rst50 is expected that most parsers and other tooling will accept the other versions
/linux-6.1.9/Documentation/
DChanges142 Since Linux 4.16, the build system generates parsers
/linux-6.1.9/Documentation/process/
Dchanges.rst142 Since Linux 4.16, the build system generates parsers
Dcoding-style.rst839 function; don't break the internal parsers of those who will read the code.
/linux-6.1.9/Documentation/sound/hd-audio/
Dnotes.rst34 The snd-hda-intel driver has several different codec parsers depending
405 Shows / stores hint strings for codec parsers for any use.
/linux-6.1.9/tools/memory-model/Documentation/
Dlitmus-tests.txt100 tests, but this is a bit involved due to the use of multiple parsers.
763 Different portions of a litmus test are processed by different parsers,
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt3368 See drivers/mtd/parsers/cmdlinepart.c