Home
last modified time | relevance | path

Searched refs:ARG_NONE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/acpi/parser/
Dpsopcode.c93 #define ARGP_ARG0 ARG_NONE
94 #define ARGP_ARG1 ARG_NONE
95 #define ARGP_ARG2 ARG_NONE
96 #define ARGP_ARG3 ARG_NONE
97 #define ARGP_ARG4 ARG_NONE
98 #define ARGP_ARG5 ARG_NONE
99 #define ARGP_ARG6 ARG_NONE
107 #define ARGP_BREAK_OP ARG_NONE
108 #define ARGP_BREAK_POINT_OP ARG_NONE
115 #define ARGP_CONTINUE_OP ARG_NONE
[all …]
/linux-2.4.37.9/include/acpi/
Damlcode.h208 #define ARG_NONE 0x0 macro