Searched refs:stem (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
A 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 373 #define __pcpu_size_call(stem, variable, ...) \ argument 377 case 1: stem##1(variable, __VA_ARGS__);break; \ 378 case 2: stem##2(variable, __VA_ARGS__);break; \ 379 case 4: stem##4(variable, __VA_ARGS__);break; \ [all …]
|
A D | of.h | 395 extern int of_alias_get_id(struct device_node *np, const char *stem); 396 extern int of_alias_get_highest_id(const char *stem); 398 const char *stem, unsigned long *bitmap, 928 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 933 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument 939 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() argument
|
/linux/scripts/ |
A 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))
|
A 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)
|
A D | Makefile.lib | 120 target-stem = $(basename $(patsubst $(obj)/%,%,$@)) 132 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 135 $(CFLAGS_$(target-stem).o)) 136 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 139 $(AFLAGS_$(target-stem).o)) 140 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(target-stem).lds)
|
/linux/drivers/of/ |
A D | base.c | 1964 int id, const char *stem, int stem_len) in of_alias_add() argument 1968 strncpy(ap->stem, stem, stem_len); in of_alias_add() 1969 ap->stem[stem_len] = 0; in of_alias_add() 1972 ap->alias, ap->stem, ap->id, np); in of_alias_add() 2062 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 2090 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() argument 2103 __func__, app->stem, app->id); in of_alias_get_alias_list() 2105 if (strcmp(app->stem, stem) != 0) { in of_alias_get_alias_list() 2107 __func__, app->stem); in of_alias_get_alias_list() 2136 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument [all …]
|
A D | of_private.h | 29 char stem[]; member
|
/linux/scripts/gcc-plugins/ |
A D | Makefile | 52 $(addprefix $(obj)/, $($(target-stem)-objs))
|
/linux/fs/btrfs/ |
A D | disk-io.c | 152 #define DEFINE_LEVEL(stem, level) \ argument 153 .names[level] = "btrfs-" stem "-0" #level, 155 #define DEFINE_NAME(stem) \ argument 156 DEFINE_LEVEL(stem, 0) \ 157 DEFINE_LEVEL(stem, 1) \ 158 DEFINE_LEVEL(stem, 2) \ 159 DEFINE_LEVEL(stem, 3) \ 160 DEFINE_LEVEL(stem, 4) \ 161 DEFINE_LEVEL(stem, 5) \ 162 DEFINE_LEVEL(stem, 6) \ [all …]
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
A D | ti,keystone-rproc.txt | 16 have an alias with the stem 'rproc' defined. Each node has a number of required
|
Completed in 28 milliseconds