Searched defs:stem (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | percpu-defs.h | 316 #define __pcpu_size_call_return(stem, variable) \ argument 331 #define __pcpu_size_call_return2(stem, variable, ...) \ argument 354 #define __pcpu_double_call_return_bool(stem, pcp1, pcp2, ...) \ argument 373 #define __pcpu_size_call(stem, variable, ...) \ argument
|
| D | of.h | 912 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 917 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() 923 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list()
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | percpu-defs.h | 317 #define __pcpu_size_call_return(stem, variable) \ argument 332 #define __pcpu_size_call_return2(stem, variable, ...) \ argument 355 #define __pcpu_double_call_return_bool(stem, pcp1, pcp2, ...) \ argument 374 #define __pcpu_size_call(stem, variable, ...) \ argument
|
| D | of.h | 891 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 896 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id()
|
| /kernel/linux/linux-4.19/drivers/of/ |
| D | of_private.h | 27 char stem[0]; member
|
| D | base.c | 1887 int id, const char *stem, int stem_len) in of_alias_add() 1977 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 2005 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id()
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | of_private.h | 27 char stem[]; member
|
| D | base.c | 1936 int id, const char *stem, int stem_len) in of_alias_add() 2026 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 2061 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() 2107 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id()
|