Searched defs:stem (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/of/ | 
| D | of_private.h | 31 	char stem[0];  member
 | 
| D | base.c | 1873 			 int id, const char *stem, int stem_len)  in of_alias_add()1961 int of_alias_get_id(struct device_node *np, const char *stem)  in of_alias_get_id()
 1989 int of_alias_get_highest_id(const char *stem)  in of_alias_get_highest_id()
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | percpu-defs.h | 303 #define __pcpu_size_call_return(stem, variable)				\  argument318 #define __pcpu_size_call_return2(stem, variable, ...)			\  argument
 341 #define __pcpu_double_call_return_bool(stem, pcp1, pcp2, ...)		\  argument
 360 #define __pcpu_size_call(stem, variable, ...)				\  argument
 
 | 
| D | of.h | 611 static inline int of_alias_get_id(struct device_node *np, const char *stem)  in of_alias_get_id()616 static inline int of_alias_get_highest_id(const char *stem)  in of_alias_get_highest_id()
 
 |