Searched refs:stem (Results 1 – 2 of 2) sorted by relevance
333 #define __pcpu_size_call_return(stem, variable) \ argument338 case 1: pscr_ret__ = stem##1(variable); break; \339 case 2: pscr_ret__ = stem##2(variable); break; \340 case 4: pscr_ret__ = stem##4(variable); break; \341 case 8: pscr_ret__ = stem##8(variable); break; \348 #define __pcpu_size_call_return2(stem, variable, ...) \ argument353 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \354 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \355 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \356 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \[all …]
366 extern int of_alias_get_id(struct device_node *np, const char *stem);367 extern int of_alias_get_highest_id(const char *stem);776 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument781 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument