Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h745 #define FUNC_SYM(func) func_groups_ ## func macro
747 static const char *FUNC_SYM(func)[] = { __VA_ARGS__ }
782 .groups = &FUNC_SYM(name_)[0], \
783 .ngroups = ARRAY_SIZE(FUNC_SYM(name_)), \