Lines Matching refs:parser
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,
2506 for (i = 0; i < parser->npatterns; i++) {
2509 pattern = &parser->patterns[i];
2522 pr_debug("->exec_op() parser: pattern not found!\n");
2530 pattern = &parser->patterns[best_pattern];