Searched defs:stem (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.c | 64 char stem[0]; member 764 int id, const char *stem, int stem_len) in of_alias_add() 853 int of_alias_get_id(const struct device_node *np, const char *stem) in of_alias_get_id() 873 struct device_node *of_alias_get_dev(const char *stem, int id) in of_alias_get_dev()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | of_private.h | 27 char stem[]; member
|
| H A D | base.c | 1942 int id, const char *stem, int stem_len) in of_alias_add() 2032 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() 2067 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() 2113 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id()
|