Home
last modified time | relevance | path

Searched defs:stem (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/of/
Dbase.c43 char stem[0]; member
1132 int id, const char *stem, int stem_len) in of_alias_add()
1207 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()
/linux-3.3/include/linux/
Dpercpu.h229 #define __pcpu_size_call_return(stem, variable) \ argument
243 #define __pcpu_size_call_return2(stem, variable, ...) \ argument
266 #define __pcpu_double_call_return_bool(stem, pcp1, pcp2, ...) \ argument
285 #define __pcpu_size_call(stem, variable, ...) \ argument
Dof.h339 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id()