Home
last modified time | relevance | path

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

/include/linux/
A Dpercpu-defs.h320 #define __pcpu_size_call_return(stem, variable) \ argument
325 case 1: pscr_ret__ = stem##1(variable); break; \
326 case 2: pscr_ret__ = stem##2(variable); break; \
327 case 4: pscr_ret__ = stem##4(variable); break; \
328 case 8: pscr_ret__ = stem##8(variable); break; \
335 #define __pcpu_size_call_return2(stem, variable, ...) \ argument
365 #define __pcpu_size_call(stem, variable, ...) \ argument
369 case 1: stem##1(variable, __VA_ARGS__);break; \
370 case 2: stem##2(variable, __VA_ARGS__);break; \
371 case 4: stem##4(variable, __VA_ARGS__);break; \
[all …]
A Dof.h406 extern int of_alias_get_id(const struct device_node *np, const char *stem);
407 extern int of_alias_get_highest_id(const char *stem);
821 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
826 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument

Completed in 9 milliseconds