Searched refs:type3_op (Results 1 – 1 of 1) sorted by relevance
2567 static const struct type3_op { struct2573 } type3_op[] = { argument2628 static const struct type3_op *2631 static const struct type3_op dummy_op = { in get_type3_op()2639 for (unsigned i = 0; i < ARRAY_SIZE(type3_op); i++) in get_type3_op()2640 if (!strcmp(name, type3_op[i].name)) in get_type3_op()2641 return &type3_op[i]; in get_type3_op()2713 const struct type3_op *op = get_type3_op(val); in dump_commands()2731 const struct type3_op *op = get_type3_op(val); in dump_commands()