| /linux/sound/soc/intel/avs/ |
| H A D | topology.c | 197 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 D | parser_yaml.py | 15 from docutils.parsers.rst import Parser as RSTParser 16 from docutils.parsers.rst import states 20 from sphinx.parsers import Parser
|
| H A D | maintainers_include.py | 25 from docutils.parsers.rst import Directive 26 from docutils.parsers.rst.directives.misc import Include
|
| H A D | rstFlatTable.py | 47 from docutils.parsers.rst import directives, roles 48 from docutils.parsers.rst.directives.tables import Table
|
| H A D | kernel_feat.py | 41 from docutils.parsers.rst import directives, Directive
|
| H A D | kernel_abi.py | 41 from docutils.parsers.rst import directives, Directive
|
| H A D | kernel_include.py | 94 from docutils.parsers.rst import Directive, directives 95 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
|
| H A D | kfigure.py | 59 from docutils.parsers.rst import directives 60 from docutils.parsers.rst.directives import images
|
| H A D | kerneldoc.py | 38 from docutils.parsers.rst import directives, Directive
|
| /linux/drivers/mtd/ |
| H A D | Makefile | 10 obj-y += parsers/
|
| H A D | Kconfig | 26 menu "Partition parsers" 27 source "drivers/mtd/parsers/Kconfig"
|
| /linux/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_cle.c | 134 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 D | xgene_enet_cle.h | 282 u32 parsers; member
|
| H A D | xgene_enet_main.c | 1855 enet_cle->parsers = 3; in xgene_enet_init_hw()
|
| /linux/Documentation/crypto/ |
| H A D | asymmetric-keys.rst | 14 - 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 D | ibm,powerpc-cpu-features.txt | 29 assumed by parsers. 41 design with parsers that behave according to these guidelines. This can
|
| /linux/Documentation/core-api/ |
| H A D | printk-index.rst | 19 Finding these changes in the sources would require non-trivial parsers.
|
| /linux/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 7 import xml.parsers.expat 622 parser = xml.parsers.expat.ParserCreate()
|
| /linux/Documentation/dev-tools/ |
| H A D | ktap.rst | 52 is expected that most parsers and other tooling will accept the other versions
|
| /linux/Documentation/ |
| H A D | Changes | 138 Since Linux 4.16, the build system generates parsers
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | notes.rst | 34 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 D | litmus-tests.txt | 100 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 D | coding-style.rst | 857 function; don't break the internal parsers of those who will read the code.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 4254 See drivers/mtd/parsers/cmdlinepart.c
|