• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/parser/

Lines Matching refs:ARG_NONE

75 #define ARGP_ARG0                       ARG_NONE
76 #define ARGP_ARG1 ARG_NONE
77 #define ARGP_ARG2 ARG_NONE
78 #define ARGP_ARG3 ARG_NONE
79 #define ARGP_ARG4 ARG_NONE
80 #define ARGP_ARG5 ARG_NONE
81 #define ARGP_ARG6 ARG_NONE
89 #define ARGP_BREAK_OP ARG_NONE
90 #define ARGP_BREAK_POINT_OP ARG_NONE
97 #define ARGP_CONTINUE_OP ARG_NONE
106 #define ARGP_DEBUG_OP ARG_NONE
133 #define ARGP_LOCAL0 ARG_NONE
134 #define ARGP_LOCAL1 ARG_NONE
135 #define ARGP_LOCAL2 ARG_NONE
136 #define ARGP_LOCAL3 ARG_NONE
137 #define ARGP_LOCAL4 ARG_NONE
138 #define ARGP_LOCAL5 ARG_NONE
139 #define ARGP_LOCAL6 ARG_NONE
140 #define ARGP_LOCAL7 ARG_NONE
152 #define ARGP_NOOP_OP ARG_NONE
154 #define ARGP_ONE_OP ARG_NONE
155 #define ARGP_ONES_OP ARG_NONE
166 #define ARGP_REVISION_OP ARG_NONE
191 #define ARGP_ZERO_OP ARG_NONE
206 #define ARGI_ARG0 ARG_NONE
207 #define ARGI_ARG1 ARG_NONE
208 #define ARGI_ARG2 ARG_NONE
209 #define ARGI_ARG3 ARG_NONE
210 #define ARGI_ARG4 ARG_NONE
211 #define ARGI_ARG5 ARG_NONE
212 #define ARGI_ARG6 ARG_NONE
220 #define ARGI_BREAK_OP ARG_NONE
221 #define ARGI_BREAK_POINT_OP ARG_NONE
237 #define ARGI_DEBUG_OP ARG_NONE
264 #define ARGI_LOCAL0 ARG_NONE
265 #define ARGI_LOCAL1 ARG_NONE
266 #define ARGI_LOCAL2 ARG_NONE
267 #define ARGI_LOCAL3 ARG_NONE
268 #define ARGI_LOCAL4 ARG_NONE
269 #define ARGI_LOCAL5 ARG_NONE
270 #define ARGI_LOCAL6 ARG_NONE
271 #define ARGI_LOCAL7 ARG_NONE
283 #define ARGI_NOOP_OP ARG_NONE
285 #define ARGI_ONE_OP ARG_NONE
286 #define ARGI_ONES_OP ARG_NONE
297 #define ARGI_REVISION_OP ARG_NONE
322 #define ARGI_ZERO_OP ARG_NONE
566 /* 6_a */ ACPI_OP ("[Return Value]", ARG_NONE, ARG_NONE, AML_CLASS_RETURN_VALUE, AML_TYPE_RETURN, AML_HAS_ARGS | AML_HAS_RETVAL),
567 /* 6_b */ ACPI_OP ("UNKNOWN_OP!", ARG_NONE, ARG_NONE, AML_CLASS_UNKNOWN, AML_TYPE_BOGUS, AML_HAS_ARGS),
568 /* 6_c */ ACPI_OP ("ASCII_ONLY!", ARG_NONE, ARG_NONE, AML_CLASS_ASCII, AML_TYPE_BOGUS, AML_HAS_ARGS),
569 /* 6_d */ ACPI_OP ("PREFIX_ONLY!", ARG_NONE, ARG_NONE, AML_CLASS_PREFIX, AML_TYPE_BOGUS, AML_HAS_ARGS),