Searched refs:stem (Results 1 – 2 of 2) sorted by relevance
175 #define __pcpu_size_call_return(stem, variable) \ argument179 case 1: pscr_ret__ = stem##1(variable);break; \180 case 2: pscr_ret__ = stem##2(variable);break; \181 case 4: pscr_ret__ = stem##4(variable);break; \182 case 8: pscr_ret__ = stem##8(variable);break; \189 #define __pcpu_size_call_return2(stem, variable, ...) \ argument194 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \195 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \196 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \197 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \[all …]
288 extern int of_alias_get_id(struct device_node *np, const char *stem);510 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument