Home
last modified time | relevance | path

Searched full:parsers (Results 1 – 25 of 114) sorted by relevance

12345

/kernel/linux/linux-6.6/sound/soc/intel/avs/
Dtopology.c196 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_uuid_tokens() argument
208 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_UUID || in avs_parse_uuid_tokens()
209 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_uuid_tokens()
212 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_uuid_tokens()
222 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_string_tokens() argument
234 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_STRING || in avs_parse_string_tokens()
235 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_string_tokens()
238 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_string_tokens()
248 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_word_tokens() argument
260 if (!(parsers[j].type == SND_SOC_TPLG_TUPLE_TYPE_WORD || in avs_parse_word_tokens()
[all …]
/kernel/linux/linux-5.10/include/linux/mtd/
Dpartitions.h48 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
/kernel/linux/linux-6.6/include/linux/mtd/
Dpartitions.h48 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
/kernel/linux/linux-5.10/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
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
/kernel/linux/linux-6.6/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
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
/kernel/linux/linux-5.10/drivers/mtd/
Dmtdpart.c467 * Many partition parsers just expected the core to kfree() all their data in
541 * MTD parsers can specify supported partitions by providing a table of
631 * @types: names of partition parsers to try or %NULL
635 * uses MTD partition parsers, specified in @types. However, if @types is %NULL,
636 * then the default list of parsers is used. The default list contains only the
637 * "cmdlinepart" and "ofpart" parsers ATM.
DMakefile10 obj-y += parsers/
DKconfig26 menu "Partition parsers"
27 source "drivers/mtd/parsers/Kconfig"
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
Dkernel_abi.py44 from docutils.parsers.rst import directives, Directive
/kernel/linux/linux-6.6/drivers/mtd/
Dmtdpart.c468 * Many partition parsers just expected the core to kfree() all their data in
542 * MTD parsers can specify supported partitions by providing a table of
650 * @types: names of partition parsers to try or %NULL
654 * uses MTD partition parsers, specified in @types. However, if @types is %NULL,
655 * then the default list of parsers is used. The default list contains only the
656 * "cmdlinepart" and "ofpart" parsers ATM.
DMakefile10 obj-y += parsers/
DKconfig26 menu "Partition parsers"
27 source "drivers/mtd/parsers/Kconfig"
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.c133 /* 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.c133 /* 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()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/partitions/
Dpartitions.yaml11 node. All partition parsers must be referenced here.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt29 assumed by parsers.
41 design with parsers that behave according to these guidelines. This can
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt29 assumed by parsers.
41 design with parsers that behave according to these guidelines. This can
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsysfb.c24 * other x86 OF/DT parsers to create such devices, too. However, they must
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/nvmem/
Dnvmem.yaml47 parsers.
/kernel/linux/linux-6.6/drivers/firmware/
Dsysfb.c24 * other OF/DT parsers to create such devices, too. However, they must
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dact.c70 * The same parse_state should be passed to action parsers

12345