/linux-6.12.1/sound/soc/intel/avs/ |
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-6.12.1/include/linux/mtd/ |
D | partitions.h | 48 const char *const *types; /* names of parsers to use if any */ 66 * struct mtd_part_parser_data - used to pass data to MTD partition parsers. 102 * module_mtd_part_parser() - Helper macro for MTD partition parsers that don't
|
/linux-6.12.1/Documentation/crypto/ |
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 229 Instantiation Data Parsers 241 Examples of blob formats for which parsers could be implemented include: 320 Functions are provided to register and unregister parsers:: 325 Parsers may not have the same name. The names are otherwise only used for
|
/linux-6.12.1/Documentation/sphinx/ |
D | kernel_include.py | 38 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
|
D | maintainers_include.py | 26 from docutils.parsers.rst import Directive 27 from docutils.parsers.rst.directives.misc import Include
|
D | kernel_abi.py | 44 from docutils.parsers.rst import directives, Directive
|
D | kernel_feat.py | 42 from docutils.parsers.rst import directives, Directive
|
D | parse-headers.pl | 150 # Parsers to ignore a symbol 177 # Parsers to replace a symbol
|
D | kerneldoc.py | 39 from docutils.parsers.rst import directives, Directive
|
D | rstFlatTable.py | 46 from docutils.parsers.rst import directives, roles 47 from docutils.parsers.rst.directives.tables import Table
|
D | cdomain.py | 36 from docutils.parsers.rst import directives
|
/linux-6.12.1/drivers/mtd/ |
D | mtdpart.c | 472 * Many partition parsers just expected the core to kfree() all their data in 546 * MTD parsers can specify supported partitions by providing a table of 654 * @types: names of partition parsers to try or %NULL 658 * uses MTD partition parsers, specified in @types. However, if @types is %NULL, 659 * then the default list of parsers is used. The default list contains only the 660 * "cmdlinepart" and "ofpart" parsers ATM.
|
D | Kconfig | 26 menu "Partition parsers" 27 source "drivers/mtd/parsers/Kconfig"
|
D | Makefile | 10 obj-y += parsers/
|
/linux-6.12.1/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_cle.c | 133 /* PTREE_RAM onwards, DRAM regions are common for all parsers */ in xgene_cle_dram_wr() 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()
|
D | xgene_enet_cle.h | 282 u32 parsers; member
|
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | topology_amd.c | 38 * parsers set SMT shift. Assume one thread per core by default in parse_8000_0008() 145 /* If none of the parsers set LLC ID then use the die ID for it. */ in legacy_set_llc()
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/partitions/ |
D | partitions.yaml | 11 node. All partition parsers must be referenced here.
|
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/ |
D | ibm,powerpc-cpu-features.txt | 29 assumed by parsers. 41 design with parsers that behave according to these guidelines. This can
|
/linux-6.12.1/Documentation/devicetree/bindings/nvmem/ |
D | nvmem.yaml | 47 parsers.
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | act.c | 70 * The same parse_state should be passed to action parsers
|
/linux-6.12.1/drivers/firmware/ |
D | sysfb.c | 24 * other OF/DT parsers to create such devices, too. However, they must
|
/linux-6.12.1/Documentation/core-api/ |
D | printk-index.rst | 19 Finding these changes in the sources would require non-trivial parsers.
|
/linux-6.12.1/drivers/mtd/parsers/ |
D | scpart.c | 244 /* mtd parsers will request the module by parser name */
|
/linux-6.12.1/drivers/firmware/efi/ |
D | dev-path-parser.c | 77 * Insert parsers for further node types here.
|