Lines Matching refs:function
223 #define DEFINE_CONFIG_PARSE(function, parser, msg) \ argument
224 CONFIG_PARSER_PROTOTYPE(function) { \
243 #define DEFINE_CONFIG_PARSE_PTR(function, parser, type, msg) \ argument
244 CONFIG_PARSER_PROTOTYPE(function) { \
261 #define DEFINE_CONFIG_PARSE_ENUM_FULL(function, from_string, type, msg) \ argument
262 CONFIG_PARSER_PROTOTYPE(function) { \
281 #define DEFINE_CONFIG_PARSE_ENUM(function, name, type, msg) \ argument
282 DEFINE_CONFIG_PARSE_ENUM_FULL(function, name##_from_string, type, msg)
284 #define DEFINE_CONFIG_PARSE_ENUM_WITH_DEFAULT(function, name, type, default_value, msg) \ argument
285 CONFIG_PARSER_PROTOTYPE(function) { \
309 #define DEFINE_CONFIG_PARSE_ENUMV(function, name, type, invalid, msg) \ argument
310 CONFIG_PARSER_PROTOTYPE(function) { \