Searched refs:option (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | kconfig.h | 29 #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 D | compiler_types.h | 246 #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 D | acpi.h | 313 void acpi_dump_items(enum acpi_dump_option option);
|
| /include/ |
| A D | imx8image.h | 227 option_type_t option; member
|
| A D | efi_api.h | 1204 efi_string_id_t option; member
|
| /include/valgrind/ |
| A D | valgrind.h | 7072 #define VALGRIND_CLO_CHANGE(option) \ argument 7074 option, 0, 0, 0, 0)
|
Completed in 38 milliseconds