| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/ |
| H A D | drvhidcore_4.c | 256 static int open_collection_Port4(struct hid_parser *parser, unsigned type) in open_collection_Port4() argument 261 usage = parser->local.usage[0]; in open_collection_Port4() 263 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection_Port4() 268 collection = parser->collection_stack + parser->collection_stack_ptr++; in open_collection_Port4() 275 static int close_collection_Port4(struct hid_parser *parser) in close_collection_Port4() argument 277 if (!parser->collection_stack_ptr) { in close_collection_Port4() 281 parser->collection_stack_ptr--; in close_collection_Port4() 285 static int hid_chk_variable_Port4(struct hid_parser *parser, unsigned report_type) in hid_chk_variable_Port4() argument 289 usg_count = parser->local.usage_index; in hid_chk_variable_Port4() 290 rpt_count = parser->global.report_count; in hid_chk_variable_Port4() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/ |
| H A D | drvhidcore_3.c | 256 static int open_collection_Port3(struct hid_parser *parser, unsigned type) in open_collection_Port3() argument 261 usage = parser->local.usage[0]; in open_collection_Port3() 263 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection_Port3() 268 collection = parser->collection_stack + parser->collection_stack_ptr++; in open_collection_Port3() 275 static int close_collection_Port3(struct hid_parser *parser) in close_collection_Port3() argument 277 if (!parser->collection_stack_ptr) { in close_collection_Port3() 281 parser->collection_stack_ptr--; in close_collection_Port3() 285 static int hid_chk_variable_Port3(struct hid_parser *parser, unsigned report_type) in hid_chk_variable_Port3() argument 289 usg_count = parser->local.usage_index; in hid_chk_variable_Port3() 290 rpt_count = parser->global.report_count; in hid_chk_variable_Port3() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/ |
| H A D | drvhidcore.c | 255 static int open_collection(struct hid_parser *parser, unsigned type) in open_collection() argument 260 usage = parser->local.usage[0]; in open_collection() 262 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection() 267 collection = parser->collection_stack + parser->collection_stack_ptr++; in open_collection() 274 static int close_collection(struct hid_parser *parser) in close_collection() argument 276 if (!parser->collection_stack_ptr) { in close_collection() 280 parser->collection_stack_ptr--; in close_collection() 284 static int hid_chk_variable(struct hid_parser *parser, unsigned report_type) in hid_chk_variable() argument 288 usg_count = parser->local.usage_index; in hid_chk_variable() 289 rpt_count = parser->global.report_count; in hid_chk_variable() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/ |
| H A D | drvhidcore_2.c | 255 static int open_collection_Port2(struct hid_parser *parser, unsigned type) in open_collection_Port2() argument 260 usage = parser->local.usage[0]; in open_collection_Port2() 262 if (parser->collection_stack_ptr == HID_COLLECTION_STACK_SIZE) { in open_collection_Port2() 267 collection = parser->collection_stack + parser->collection_stack_ptr++; in open_collection_Port2() 274 static int close_collection_Port2(struct hid_parser *parser) in close_collection_Port2() argument 276 if (!parser->collection_stack_ptr) { in close_collection_Port2() 280 parser->collection_stack_ptr--; in close_collection_Port2() 284 static int hid_chk_variable_Port2(struct hid_parser *parser, unsigned report_type) in hid_chk_variable_Port2() argument 288 usg_count = parser->local.usage_index; in hid_chk_variable_Port2() 289 rpt_count = parser->global.report_count; in hid_chk_variable_Port2() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 2 /* A Bison parser, made by GNU Bison 2.4.1. */ 23 part or all of the Bison parser skeleton and distribute that work 25 parser generator using the skeleton or a modified version thereof 26 as a parser skeleton. Alternatively, if you modify or redistribute 27 the parser skeleton itself, you may (at your option) remove this 35 /* C LALR(1) parser skeleton written by Richard Stallman, by 36 simplifying the original so-called "semantic" parser. */ 71 #line 21 "dtc-parser.y" 91 #line 92 "dtc-parser.tab.c" 138 #line 39 "dtc-parser.y" [all …]
|
| H A D | Makefile | 8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 25 HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC) 28 $(obj)/dtc-parser.tab.o: $(obj)/dtc-parser.tab.c $(obj)/dtc-parser.tab.h 29 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-lexer.lex.c $(obj)/dtc-parser.tab.h 31 targets += dtc-parser.tab.c dtc-lexer.lex.c 33 clean-files += dtc-parser.tab.h 47 $(obj)/dtc-parser.tab.c: $(src)/dtc-parser.y FORCE 50 $(obj)/dtc-parser.tab.h: $(obj)/dtc-parser.tab.c
|
| H A D | dtc-parser.tab.h_shipped | 2 /* A Bison parser, made by GNU Bison 2.4.1. */ 23 part or all of the Bison parser skeleton and distribute that work 25 parser generator using the skeleton or a modified version thereof 26 as a parser skeleton. Alternatively, if you modify or redistribute 27 the parser skeleton itself, you may (at your option) remove this 62 #line 39 "dtc-parser.y" 82 #line 83 "dtc-parser.tab.h"
|
| H A D | Makefile.dtc | 8 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
| H A D | dtc-lexer.lex.c_shipped | 581 #include "dtc-parser.tab.h"
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.h_shipped | 2 /* A Bison parser, made by GNU Bison 2.4.1. */ 23 part or all of the Bison parser skeleton and distribute that work 25 parser generator using the skeleton or a modified version thereof 26 as a parser skeleton. Alternatively, if you modify or redistribute 27 the parser skeleton itself, you may (at your option) remove this
|
| H A D | parse.c_shipped | 2 /* A Bison parser, made by GNU Bison 2.4.1. */ 23 part or all of the Bison parser skeleton and distribute that work 25 parser generator using the skeleton or a modified version thereof 26 as a parser skeleton. Alternatively, if you modify or redistribute 27 the parser skeleton itself, you may (at your option) remove this 35 /* C LALR(1) parser skeleton written by Richard Stallman, by 36 simplifying the original so-called "semantic" parser. */ 278 /* The parser invokes alloca or malloc; define the necessary symbols. */ 1100 /* YYINITDEPTH -- initial size of the parser's stacks. */ 1646 unconditionally makes the parser a bit smaller, and it avoids a
|
| H A D | keywords.gperf | 32 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.
|
| H A D | lex.c_shipped | 2258 * SYM_ENUM_CONST. The parser will change this for struct and union tags later, 2279 of the parser to tailor the tokens that are returned. */
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c_shipped | 2 /* A Bison parser, made by GNU Bison 2.4.1. */ 23 part or all of the Bison parser skeleton and distribute that work 25 parser generator using the skeleton or a modified version thereof 26 as a parser skeleton. Alternatively, if you modify or redistribute 27 the parser skeleton itself, you may (at your option) remove this 35 /* C LALR(1) parser skeleton written by Richard Stallman, by 36 simplifying the original so-called "semantic" parser. */ 296 /* The parser invokes alloca or malloc; define the necessary symbols. */ 1051 /* YYINITDEPTH -- initial size of the parser's stacks. */ 1627 unconditionally makes the parser a bit smaller, and it avoids a
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | argp.h | 235 argp_parser_t parser; member
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 1144 # which can be used by a validating XML parser to check the 1150 # which can be used by a validating XML parser to check the 1271 # the parser if not removed.
|
| H A D | bsp.dxyfile | 1143 # which can be used by a validating XML parser to check the 1149 # which can be used by a validating XML parser to check the 1270 # the parser if not removed.
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 967 //Disable MVD parser 6082 /// Reset MVD parser
|