| /OK3568_Linux_fs/kernel/include/linux/ |
| H 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 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 …]
|
| H A 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
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H 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))
|
| H 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)
|
| H A D | Makefile.lib | 129 target-stem = $(basename $(patsubst $(obj)/%,%,$@)) 141 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 144 $(CFLAGS_$(target-stem).o)) 145 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 148 $(AFLAGS_$(target-stem).o)) 149 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(target-stem).lds)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H 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))
|
| H 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)
|
| H A D | Makefile.lib | 129 target-stem = $(basename $(patsubst $(obj)/%,%,$@)) 141 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 144 $(CFLAGS_$(target-stem).o)) 145 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 148 $(AFLAGS_$(target-stem).o)) 149 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(target-stem).lds)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H 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))
|
| H 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)
|
| H A D | Makefile.lib | 129 target-stem = $(basename $(patsubst $(obj)/%,%,$@)) 141 _c_flags = $(filter-out $(CFLAGS_REMOVE_$(target-stem).o), \ 144 $(CFLAGS_$(target-stem).o)) 145 _a_flags = $(filter-out $(AFLAGS_REMOVE_$(target-stem).o), \ 148 $(AFLAGS_$(target-stem).o)) 149 _cpp_flags = $(KBUILD_CPPFLAGS) $(cppflags-y) $(CPPFLAGS_$(target-stem).lds)
|
| /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() argument 769 strncpy(ap->stem, stem, stem_len); in of_alias_add() 770 ap->stem[stem_len] = 0; in of_alias_add() 775 if (stem && !strcmp(stem, oldap->alias) && (id == oldap->id)) { in of_alias_add() 777 if (strcmp(stem, "mmc")) in of_alias_add() 788 ap->alias, ap->stem, ap->id, of_node_full_name(np)); in of_alias_add() 853 int of_alias_get_id(const struct device_node *np, const char *stem) in of_alias_get_id() argument 860 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 873 struct device_node *of_alias_get_dev(const char *stem, int id) in of_alias_get_dev() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | base.c | 1942 int id, const char *stem, int stem_len) in of_alias_add() argument 1946 strncpy(ap->stem, stem, stem_len); in of_alias_add() 1947 ap->stem[stem_len] = 0; in of_alias_add() 1950 ap->alias, ap->stem, ap->id, np); in of_alias_add() 2032 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 2039 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 2067 const char *stem, unsigned long *bitmap, in of_alias_get_alias_list() argument 2077 pr_debug("%s: Looking for stem: %s\n", __func__, stem); in of_alias_get_alias_list() 2080 __func__, app->stem, app->id); in of_alias_get_alias_list() 2082 if (strcmp(app->stem, stem) != 0) { in of_alias_get_alias_list() [all …]
|
| H A D | of_private.h | 27 char stem[]; member
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | multilib_header.bbclass | 35 stem=$(echo $each_header | sed 's#\.h$##') 37 mv ${D}/${includedir}/$each_header ${D}/${includedir}/${stem}-${ident}.h 39 …sed -e "s#ENTER_HEADER_FILENAME_HERE#${stem}#g" ${COREBASE}/scripts/multilib_header_wrapper.h > ${…
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | of_access.h | 466 int of_alias_get_id(const struct device_node *np, const char *stem); 477 struct device_node *of_alias_get_dev(const char *stem, int id);
|
| /OK3568_Linux_fs/yocto/poky/documentation/sphinx/ |
| H A D | yocto-vars.py | 52 p_rel_no_ext = p.relative_to(app.srcdir).parent / p.stem
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | Makefile | 51 $(addprefix $(obj)/, $($(target-stem)-objs))
|
| /OK3568_Linux_fs/external/libmali/ |
| H A D | meson.build | 135 mali = cc.find_library(fs.stem(default_lib),
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/ |
| H A D | ti,keystone-rproc.txt | 16 have an alias with the stem 'rproc' defined. Each node has a number of required
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | fs_path.h | 407 path stem() const; in _GLIBCXX_VISIBILITY() 1228 path::stem() const in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_path.h | 401 path stem() const; in _GLIBCXX_VISIBILITY() 1156 path::stem() const in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_path.h | 401 path stem() const; in _GLIBCXX_VISIBILITY() 1156 path::stem() const in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | fs_path.h | 407 path stem() const; in _GLIBCXX_VISIBILITY() 1228 path::stem() const in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | filesystem | 1068 _LIBCPP_INLINE_VISIBILITY path stem() const { return string_type(__stem()); }
|