/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_rdma.c | 25 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 973 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 D | ti-sysc.c | 653 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 D | target_core_pscsi.c | 14 #include <linux/parser.h>
|
H A D | target_core_file.c | 14 #include <linux/parser.h>
|
H A D | target_core_iblock.c | 15 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | rawnand.h | 828 * 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 D | encrypted.c | 18 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | linuxvfs.c | 19 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/lib/ |
H A D | dynamic_debug.c | 28 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fabrics.c | 11 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | super.c | 9 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | super.c | 9 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | super.c | 9 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | linuxvfs.c | 19 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | rawnand.h | 858 * 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 D | target_core_iblock.c | 15 #include <linux/parser.h>
|
H A D | target_core_pscsi.c | 14 #include <linux/parser.h>
|
H A D | target_core_file.c | 14 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/security/keys/encrypted-keys/ |
H A D | encrypted.c | 18 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 12 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | vcn_v1_0.c | 1912 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 D | nand_base.c | 1950 * 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 D | nand_base.c | 2269 * 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 D | amdgpu.h | 1273 int amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
|