Searched refs:stem (Results 1 – 2 of 2) sorted by relevance
316 #define __pcpu_size_call_return(stem, variable) \ argument321 case 1: pscr_ret__ = stem##1(variable); break; \322 case 2: pscr_ret__ = stem##2(variable); break; \323 case 4: pscr_ret__ = stem##4(variable); break; \324 case 8: pscr_ret__ = stem##8(variable); break; \331 #define __pcpu_size_call_return2(stem, variable, ...) \ argument336 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \337 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \338 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \339 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \[all …]
398 extern int of_alias_get_id(struct device_node *np, const char *stem);399 extern int of_alias_get_highest_id(const char *stem);794 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument799 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument