Home
last modified time | relevance | path

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

12

/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[ in avs_parse_string_tokens()
249 avs_parse_word_tokens(struct snd_soc_component * comp,void * object,const struct avs_tplg_token_parser * parsers,int count,struct snd_soc_tplg_vendor_array * tuples) avs_parse_word_tokens() argument
280 avs_parse_tokens(struct snd_soc_component * comp,void * object,const struct avs_tplg_token_parser * parsers,size_t count,struct snd_soc_tplg_vendor_array * tuples,int priv_size) avs_parse_tokens() argument
452 parse_dictionary_entries(struct snd_soc_component * comp,struct snd_soc_tplg_vendor_array * tuples,u32 block_size,void * dict,u32 num_entries,size_t entry_size,u32 entry_id_token,const struct avs_tplg_token_parser * parsers,size_t num_parsers) parse_dictionary_entries() argument
485 parse_dictionary(struct snd_soc_component * comp,struct snd_soc_tplg_vendor_array * tuples,u32 block_size,void ** dict,u32 * num_entries,size_t entry_size,u32 num_entries_token,u32 entry_id_token,const struct avs_tplg_token_parser * parsers,size_t num_parsers) parse_dictionary() argument
1393 avs_tplg_path_create(struct snd_soc_component * comp,struct avs_tplg_path_template * owner,struct snd_soc_tplg_vendor_array * tuples,u32 block_size,const struct avs_tplg_token_parser * parsers,u32 num_parsers) avs_tplg_path_create() argument
[all...]
/linux/include/linux/mtd/
H A 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
/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
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/drivers/mtd/
H A Dmtdpart.c472 * 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.
H A DKconfig26 menu "Partition parsers"
27 source "drivers/mtd/parsers/Kconfig"
H A DMakefile10 obj-y += parsers/
/linux/drivers/net/ethernet/apm/xgene/
H A 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()
H A Dxgene_enet_cle.h282 u32 parsers; member
/linux/arch/x86/kernel/cpu/
H A Dtopology_amd.c39 * parsers set SMT shift. Assume one thread per core by default in parse_8000_0008()
151 /* If none of the parsers set LLC ID then use the die ID for it. */ in legacy_set_llc()
H A Dtopology.c232 * of the APICs via firmware parsers or VM guest in topo_register_apic()
/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dpartitions.yaml11 node. All partition parsers must be referenced here.
/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/devicetree/bindings/nvmem/
H A Dnvmem.yaml47 parsers.
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.c70 * The same parse_state should be passed to action parsers
/linux/Documentation/core-api/
H A Dprintk-index.rst19 Finding these changes in the sources would require non-trivial parsers.
/linux/drivers/firmware/
H A Dsysfb.c24 * other OF/DT parsers to create such devices, too. However, they must
/linux/drivers/mtd/parsers/
H A Dscpart.c244 /* mtd parsers will request the module by parser name */
H A Dredboot.c319 /* mtd parsers will request the module by parser name */
/linux/scripts/lib/kdoc/
H A Dkdoc_files.py92 There are two type of parsers defined here:
/linux/drivers/acpi/acpica/
H A Dutstrtoul64.c44 * used primarily for iASL, where the default width is 64 bits for all parsers,
/linux/tools/perf/util/
H A Dtrace-event-info.c327 * Just to keep older perf.data file parsers happy, record a zero in record_proc_kallsyms()
/linux/Documentation/
H A DChanges138 Since Linux 4.16, the build system generates parsers
/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/tools/testing/selftests/bpf/
H A Dbench.c405 /* Parse arguments the second time with the correct set of parsers */ in parse_cmdline_args_final()
/linux/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c121 * Individual command parsers

12