Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h316 #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 Dof.h394 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 DMakefile.host71 $(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 DMakefile.userprogs20 $($(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 DMakefile.lib129 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 DMakefile.host71 $(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 DMakefile.userprogs20 $($(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 DMakefile.lib129 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 DMakefile.host71 $(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 DMakefile.userprogs20 $($(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 DMakefile.lib129 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 Dof_access.c64 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 Dbase.c1942 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 Dof_private.h27 char stem[]; member
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmultilib_header.bbclass35 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 Dof_access.h466 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 Dyocto-vars.py52 p_rel_no_ext = p.relative_to(app.srcdir).parent / p.stem
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A DMakefile51 $(addprefix $(obj)/, $($(target-stem)-objs))
/OK3568_Linux_fs/external/libmali/
H A Dmeson.build135 mali = cc.find_library(fs.stem(default_lib),
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/
H A Dti,keystone-rproc.txt16 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 Dfs_path.h407 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 Dfs_path.h401 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 Dfs_path.h401 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 Dfs_path.h407 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 Dfilesystem1068 _LIBCPP_INLINE_VISIBILITY path stem() const { return string_type(__stem()); }

12