Home
last modified time | relevance | path

Searched refs:option (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dkconfig.h29 #define IS_ENABLED(option) config_enabled(option, 0) argument
61 #define CONFIG_VAL(option) config_val(option) argument
84 #define IF_ENABLED_INT(option, int_option) \ argument
85 config_opt_enabled(option, int_option, invalid_use_of_IF_ENABLED_INT())
101 #define __CONFIG_IS_ENABLED_1(option) __CONFIG_IS_ENABLED_3(option, (1), (0)) argument
102 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument
103 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument
138 #define CONFIG_IS_ENABLED(option, ...) \ argument
139 __concat(__CONFIG_IS_ENABLED_, __count_args(option, ##__VA_ARGS__)) (option, ##__VA_ARGS__)
154 #define CONFIG_IF_ENABLED_INT(option, int_option) \ argument
[all …]
A Dcompiler_types.h246 #define __diag_ignore(compiler, version, option, comment) \ argument
247 __diag_ ## compiler(version, ignore, option)
248 #define __diag_warn(compiler, version, option, comment) \ argument
249 __diag_ ## compiler(version, warn, option)
250 #define __diag_error(compiler, version, option, comment) \ argument
251 __diag_ ## compiler(version, error, option)
/include/dm/
A Dacpi.h313 void acpi_dump_items(enum acpi_dump_option option);
/include/
A Dimx8image.h227 option_type_t option; member
A Defi_api.h1204 efi_string_id_t option; member
/include/valgrind/
A Dvalgrind.h7072 #define VALGRIND_CLO_CHANGE(option) \ argument
7074 option, 0, 0, 0, 0)

Completed in 38 milliseconds