Home
last modified time | relevance | path

Searched refs:parser (Results 276 - 300 of 367) sorted by relevance

1...<<1112131415

/kernel/linux/linux-6.6/net/9p/
H A Dtrans_rdma.c25 #include <linux/parser.h>
/kernel/linux/linux-5.10/drivers/of/
H A Dunittest.c973 struct of_pci_range_parser parser; in of_unittest_pci_dma_ranges() local
985 if (of_pci_dma_range_parser_init(&parser, np)) { in of_unittest_pci_dma_ranges()
993 for_each_of_pci_range(&parser, &range) { in of_unittest_pci_dma_ranges()
/kernel/linux/linux-6.6/drivers/bus/
H A Dti-sysc.c653 struct of_range_parser parser; in sysc_parse_and_check_child_range() local
657 error = of_range_parser_init(&parser, np); in sysc_parse_and_check_child_range()
661 for_each_of_range(&parser, &range) { in sysc_parse_and_check_child_range()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_pscsi.c14 #include <linux/parser.h>
H A Dtarget_core_file.c14 #include <linux/parser.h>
H A Dtarget_core_iblock.c15 #include <linux/parser.h>
/kernel/linux/linux-5.10/include/linux/mtd/
H A Drawnand.h828 * be split by the parser into sub-operations which will be passed to the
948 * struct nand_op_parser - NAND controller operation parser descriptor
952 * The parser descriptor is just an array of supported patterns which will be
995 const struct nand_op_parser *parser,
/kernel/linux/linux-5.10/security/keys/encrypted-keys/
H A Dencrypted.c18 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/befs/
H A Dlinuxvfs.c19 #include <linux/parser.h>
/kernel/linux/linux-5.10/lib/
H A Ddynamic_debug.c28 #include <linux/parser.h>
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfabrics.c11 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/jfs/
H A Dsuper.c9 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/jfs/
H A Dsuper.c9 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/erofs/
H A Dsuper.c9 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/befs/
H A Dlinuxvfs.c19 #include <linux/parser.h>
/kernel/linux/linux-6.6/include/linux/mtd/
H A Drawnand.h858 * be split by the parser into sub-operations which will be passed to the
978 * struct nand_op_parser - NAND controller operation parser descriptor
982 * The parser descriptor is just an array of supported patterns which will be
1025 const struct nand_op_parser *parser,
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_iblock.c15 #include <linux/parser.h>
H A Dtarget_core_pscsi.c14 #include <linux/parser.h>
H A Dtarget_core_file.c14 #include <linux/parser.h>
/kernel/linux/linux-6.6/security/keys/encrypted-keys/
H A Dencrypted.c18 #include <linux/parser.h>
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c12 #include <linux/parser.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v1_0.c1912 static int vcn_v1_0_validate_bo(struct amdgpu_cs_parser *parser, in vcn_v1_0_validate_bo() argument
1917 struct amdgpu_fpriv *fpriv = parser->filp->driver_priv; in vcn_v1_0_validate_bo()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_base.c1950 * struct nand_op_parser_ctx - Context used by the parser
1966 * @pat: the parser pattern element that matches @instr
2022 * remaining in the parser context
2024 * @ctx: the parser context structure to match with the pattern @pat
2149 * nand_op_parser_exec_op - exec_op parser
2151 * @parser: patterns description provided by the controller driver
2158 * are described in @parser, and the framework takes care of splitting @op into
2171 const struct nand_op_parser *parser, in nand_op_parser_exec_op()
2187 for (i = 0; i < parser->npatterns; i++) { in nand_op_parser_exec_op()
2190 pattern = &parser in nand_op_parser_exec_op()
2170 nand_op_parser_exec_op(struct nand_chip *chip, const struct nand_op_parser *parser, const struct nand_operation *op, bool check_only) nand_op_parser_exec_op() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnand_base.c2269 * struct nand_op_parser_ctx - Context used by the parser
2285 * @pat: the parser pattern element that matches @instr
2341 * remaining in the parser context
2343 * @ctx: the parser context structure to match with the pattern @pat
2468 * nand_op_parser_exec_op - exec_op parser
2470 * @parser: patterns description provided by the controller driver
2477 * are described in @parser, and the framework takes care of splitting @op into
2490 const struct nand_op_parser *parser, in nand_op_parser_exec_op()
2506 for (i = 0; i < parser->npatterns; i++) { in nand_op_parser_exec_op()
2509 pattern = &parser in nand_op_parser_exec_op()
2489 nand_op_parser_exec_op(struct nand_chip *chip, const struct nand_op_parser *parser, const struct nand_operation *op, bool check_only) nand_op_parser_exec_op() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1273 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,

Completed in 51 milliseconds

1...<<1112131415