Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/
Dpinmux-aspeed.h738 #define FUNC_DECL_(func, ...) \ macro
741 #define FUNC_DECL_1(func, group) FUNC_DECL_(func, #group)
742 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two)
743 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three)
747 FUNC_DECL_(func, #func)