Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpercpu-defs.h318 #define __pcpu_size_call_return(stem, variable) \ argument
323 case 1: pscr_ret__ = stem##1(variable); break; \
324 case 2: pscr_ret__ = stem##2(variable); break; \
325 case 4: pscr_ret__ = stem##4(variable); break; \
326 case 8: pscr_ret__ = stem##8(variable); break; \
333 #define __pcpu_size_call_return2(stem, variable, ...) \ argument
338 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \
339 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \
340 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \
341 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \
[all …]
Dof.h393 extern int of_alias_get_id(struct device_node *np, const char *stem);
394 extern int of_alias_get_highest_id(const char *stem);
886 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
891 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
/Linux-v4.19/drivers/of/
Dbase.c1834 int id, const char *stem, int stem_len) in of_alias_add() argument
1838 strncpy(ap->stem, stem, stem_len); in of_alias_add()
1839 ap->stem[stem_len] = 0; in of_alias_add()
1842 ap->alias, ap->stem, ap->id, np); in of_alias_add()
1924 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
1931 if (strcmp(app->stem, stem) != 0) in of_alias_get_id()
1952 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
1959 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
Dof_private.h27 char stem[0]; member
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/
Dti,keystone-rproc.txt16 have an alias with the stem 'rproc' defined. Each node has a number of required