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