Home
last modified time | relevance | path

Searched defs:helper (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dpush.hpp36 #define BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper) \ argument
45 #define BOOST_IOSTREAMS_DEFINE_PUSH(name, mode, ch, helper) \ argument
51 #define BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, arg, helper, has_return) \ argument
59 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
97 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
132 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_cthelper.c35 struct nf_conntrack_helper helper; member
45 struct nf_conntrack_helper *helper; in nfnl_userspace_cthelper() local
168 nfnl_cthelper_parse_expect_policy(struct nf_conntrack_helper *helper, in nfnl_cthelper_parse_expect_policy()
219 struct nf_conntrack_helper *helper; in nfnl_cthelper_create() local
316 struct nf_conntrack_helper *helper) in nfnl_cthelper_update_policy_all()
356 static int nfnl_cthelper_update_policy(struct nf_conntrack_helper *helper, in nfnl_cthelper_update_policy()
381 struct nf_conntrack_helper *helper) in nfnl_cthelper_update()
421 struct nf_conntrack_helper *cur, *helper = NULL; in nfnl_cthelper_new() local
465 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_tuple()
489 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_policy()
[all …]
H A Dnf_conntrack_helper.c57 struct nf_conntrack_helper *helper; in __nf_ct_helper_find() local
127 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper) in nf_conntrack_helper_put()
186 void nf_nat_helper_put(struct nf_conntrack_helper *helper) in nf_nat_helper_put()
235 struct nf_conntrack_helper *helper = NULL; in __nf_ct_try_assign_helper() local
306 struct nf_conntrack_helper *helper; in nf_ct_helper_destroy() local
374 const struct nf_conntrack_helper *helper; in nf_ct_helper_log() local
478 void nf_ct_helper_init(struct nf_conntrack_helper *helper, in nf_ct_helper_init()
508 int nf_conntrack_helpers_register(struct nf_conntrack_helper *helper, in nf_conntrack_helpers_register()
528 void nf_conntrack_helpers_unregister(struct nf_conntrack_helper *helper, in nf_conntrack_helpers_unregister()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fbdev.c22 struct drm_fb_helper *helper = info->par; in rockchip_fbdev_mmap() local
37 static int rockchip_drm_fbdev_create(struct drm_fb_helper *helper, in rockchip_drm_fbdev_create()
115 struct drm_fb_helper *helper; in rockchip_drm_fbdev_init() local
154 struct drm_fb_helper *helper = private->fbdev_helper; in rockchip_drm_fbdev_fini() local
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/
H A Djni_helper.c36 static jfieldID get_string_member_field(JNIEnv* env, jobject helper) in get_string_member_field()
41 jstring write_string_member(JNIEnv* env, jobject helper) in write_string_member()
48 static void set_string_member_helper(JNIEnv* env, jobject helper, const char* utf8_string) in set_string_member_helper()
54 void set_string_member(JNIEnv* env, jobject helper) in set_string_member()
72 void execute_java_function(JNIEnv* env, jobject helper) in execute_java_function()
H A DJniWrapper.java12 public static native String write_string_member(JniHelper helper); in write_string_member()
13 public static native void set_string_member(JniHelper helper); in set_string_member()
14 public static native void execute_java_function(JniHelper helper); in execute_java_function()
H A DJniWrapper.c27 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_write_1string_1member()
32 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_set_1string_1member()
37 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_execute_1java_1function()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c46 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_mmap() local
60 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create()
152 struct drm_fb_helper *helper; in msm_fbdev_init() local
190 struct drm_fb_helper *helper = priv->fbdev; in msm_fbdev_free() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c39 struct drm_fb_helper *helper = info->par; in exynos_drm_fb_mmap() local
72 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update()
102 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create()
167 struct drm_fb_helper *helper; in exynos_drm_fbdev_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c51 struct drm_fb_helper *helper = get_fb(fbi); in omap_fbdev_pan_display() local
90 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create()
229 struct drm_fb_helper *helper; in omap_fbdev_init() local
268 struct drm_fb_helper *helper = priv->fbdev; in omap_fbdev_fini() local
/OK3568_Linux_fs/kernel/scripts/
H A Dbpf_helpers_doc.py179 def print_one(self, helper): argument
355 def print_proto(self, helper): argument
381 def print_one(self, helper): argument
530 def print_one(self, helper): argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dxt_CT.h24 char helper[16]; member
35 char helper[16]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_CT.h24 char helper[16]; member
35 char helper[16]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dxt_CT.h24 char helper[16]; member
35 char helper[16]; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dfb.c20 static inline struct tegra_fbdev *to_tegra_fbdev(struct drm_fb_helper *helper) in to_tegra_fbdev()
182 struct drm_fb_helper *helper = info->par; in tegra_fb_mmap() local
204 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c16 const struct firmware *helper, const struct firmware *mainfw) in lbs_fw_loaded()
174 const struct firmware **helper, in lbs_get_firmware()
H A Ddecl.h18 const char *helper; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv04.c128 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_prepare() local
170 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_commit() local
H A Ddac.c366 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_prepare() local
417 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_commit() local
530 const struct drm_encoder_helper_funcs *helper; in nv04_dac_create() local
H A Ddfp.c248 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_prepare() local
450 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_commit() local
680 const struct drm_encoder_helper_funcs *helper; in nv04_dfp_create() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fb_helper.c156 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() local
192 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave() local
291 struct drm_fb_helper *helper; in drm_fb_helper_force_kernel_mode() local
382 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_resume_worker() local
414 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_dirty_work() local
455 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, in drm_fb_helper_prepare()
636 struct drm_fb_helper *helper = info->par; in drm_fb_helper_dirty() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dlocationtest.cpp44 TestHelper *helper = new TestHelper(); in helper_factory() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_fb.c46 struct drm_fb_helper helper; /* must be first */ member
211 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create()
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dhead.S87 helper: label
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_fb_helper.h276 struct drm_fb_helper *helper, in drm_fb_helper_prepare()
282 struct drm_fb_helper *helper) in drm_fb_helper_init()
291 static inline void drm_fb_helper_fini(struct drm_fb_helper *helper) in drm_fb_helper_fini()

123