Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dtopology.c197 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_uuid_tokens() argument
209 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_UUID || in avs_parse_uuid_tokens()
210 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_uuid_tokens()
213 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_uuid_tokens()
223 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_string_tokens() argument
235 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_STRING || in avs_parse_string_tokens()
236 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_string_tokens()
239 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_string_tokens()
249 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_word_tokens() argument
261 if (!(parsers[j].type == SND_SOC_TPLG_TUPLE_TYPE_WORD || in avs_parse_word_tokens()
[all …]
/linux/Documentation/sphinx/
H A Dparser_yaml.py15 from docutils.parsers.rst import Parser as RSTParser
16 from docutils.parsers.rst import states
20 from sphinx.parsers import Parser
H A Dmaintainers_include.py25 from docutils.parsers.rst import Directive
26 from docutils.parsers.rst.directives.misc import Include
H A DrstFlatTable.py47 from docutils.parsers.rst import directives, roles
48 from docutils.parsers.rst.directives.tables import Table
H A Dkernel_feat.py41 from docutils.parsers.rst import directives, Directive
H A Dkernel_abi.py41 from docutils.parsers.rst import directives, Directive
H A Dkernel_include.py94 from docutils.parsers.rst import Directive, directives
95 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
H A Dkfigure.py59 from docutils.parsers.rst import directives
60 from docutils.parsers.rst.directives import images
H A Dkerneldoc.py38 from docutils.parsers.rst import directives, Directive
/linux/drivers/mtd/
H A DMakefile10 obj-y += parsers/
H A DKconfig26 menu "Partition parsers"
27 source "drivers/mtd/parsers/Kconfig"
/linux/drivers/net/ethernet/apm/xgene/
H A 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()
H A Dxgene_enet_cle.h282 u32 parsers; member
H A Dxgene_enet_main.c1855 enet_cle->parsers = 3; in xgene_enet_init_hw()
/linux/Documentation/crypto/
H A 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/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt29 assumed by parsers.
41 design with parsers that behave according to these guidelines. This can
/linux/Documentation/core-api/
H A Dprintk-index.rst19 Finding these changes in the sources would require non-trivial parsers.
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py7 import xml.parsers.expat
622 parser = xml.parsers.expat.ParserCreate()
/linux/Documentation/dev-tools/
H A Dktap.rst52 is expected that most parsers and other tooling will accept the other versions
/linux/Documentation/
H A DChanges138 Since Linux 4.16, the build system generates parsers
/linux/Documentation/sound/hd-audio/
H A Dnotes.rst34 The snd-hda-intel driver has several different codec parsers depending
399 Shows / stores hint strings for codec parsers for any use.
/linux/tools/memory-model/Documentation/
H A 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/Documentation/process/
H A Dcoding-style.rst857 function; don't break the internal parsers of those who will read the code.
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4254 See drivers/mtd/parsers/cmdlinepart.c