Searched refs:stem (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | percpu-defs.h | 316 #define __pcpu_size_call_return(stem, variable) \ argument 321 case 1: pscr_ret__ = stem##1(variable); break; \ 322 case 2: pscr_ret__ = stem##2(variable); break; \ 323 case 4: pscr_ret__ = stem##4(variable); break; \ 324 case 8: pscr_ret__ = stem##8(variable); break; \ 331 #define __pcpu_size_call_return2(stem, variable, ...) \ argument 336 case 1: pscr2_ret__ = stem##1(variable, __VA_ARGS__); break; \ 337 case 2: pscr2_ret__ = stem##2(variable, __VA_ARGS__); break; \ 338 case 4: pscr2_ret__ = stem##4(variable, __VA_ARGS__); break; \ 339 case 8: pscr2_ret__ = stem##8(variable, __VA_ARGS__); break; \ [all …]
|
D | of.h | 394 extern int of_alias_get_id(struct device_node *np, const char *stem); 395 extern int of_alias_get_highest_id(const char *stem); 397 const char *stem, unsigned long *bitmap, 912 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 917 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument 923 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() argument
|
/kernel/linux/linux-5.10/scripts/ |
D | Makefile.userprogs | 20 $($(target-stem)-userccflags) 21 user_ldflags = $(KBUILD_USERLDFLAGS) $(userldflags) $($(target-stem)-userldflags) 26 $($(target-stem)-userldlibs) 33 $(addprefix $(obj)/, $($(target-stem)-objs)) \ 34 $($(target-stem)-userldlibs)
|
D | Makefile.host | 71 $(HOSTCFLAGS_$(target-stem).o) 73 $(HOSTCXXFLAGS_$(target-stem).o) 93 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem)) 101 $(addprefix $(obj)/, $($(target-stem)-objs)) \ 102 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem)) 119 $(addprefix $(obj)/, $($(target-stem)-$(o)))) \ 120 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem))
|
D | Makefile.lib | 115 target-stem = $(basename $(patsubst $(obj)/%,%,$@)) 127 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 130 $(CFLAGS_$(target-stem).o)) 131 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 134 $(AFLAGS_$(target-stem).o)) 135 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(target-stem).lds)
|
/kernel/linux/linux-5.10/drivers/of/ |
D | base.c | 1941 int id, const char *stem, int stem_len) in of_alias_add() argument 1945 strncpy(ap->stem, stem, stem_len); in of_alias_add() 1946 ap->stem[stem_len] = 0; in of_alias_add() 1949 ap->alias, ap->stem, ap->id, np); in of_alias_add() 2031 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 2038 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 2066 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() argument 2076 pr_debug("%s: Looking for stem: %s\n", __func__, stem); in of_alias_get_alias_list() 2079 __func__, app->stem, app->id); in of_alias_get_alias_list() 2081 if (strcmp(app->stem, stem) != 0) { in of_alias_get_alias_list() [all …]
|
D | of_private.h | 27 char stem[]; member
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
D | Makefile | 51 $(addprefix $(obj)/, $($(target-stem)-objs))
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
D | ti,keystone-rproc.txt | 16 have an alias with the stem 'rproc' defined. Each node has a number of required
|