| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_helper.c | 57 struct nf_conntrack_helper *helper; in __nf_ct_helper_find() local 65 hlist_for_each_entry_rcu(helper, &nf_ct_helper_hash[h], hnode) { in __nf_ct_helper_find() 66 if (nf_ct_tuple_src_mask_cmp(tuple, &helper->tuple, &mask)) in __nf_ct_helper_find() 67 return helper; in __nf_ct_helper_find() 127 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper) in nf_conntrack_helper_put() argument 129 refcount_dec(&helper->refcnt); in nf_conntrack_helper_put() 130 module_put(helper->me); in nf_conntrack_helper_put() 186 void nf_nat_helper_put(struct nf_conntrack_helper *helper) in nf_nat_helper_put() argument 190 nat = nf_conntrack_nat_helper_find(helper->nat_mod_name); in nf_nat_helper_put() 235 struct nf_conntrack_helper *helper = NULL; in __nf_ct_try_assign_helper() local [all …]
|
| H A D | nfnetlink_cthelper.c | 35 struct nf_conntrack_helper helper; member 45 struct nf_conntrack_helper *helper; in nfnl_userspace_cthelper() local 52 helper = rcu_dereference(help->helper); in nfnl_userspace_cthelper() 53 if (helper == NULL) in nfnl_userspace_cthelper() 57 if ((helper->flags & in nfnl_userspace_cthelper() 63 return NF_QUEUE_NR(helper->queue_num) | NF_VERDICT_FLAG_QUEUE_BYPASS; in nfnl_userspace_cthelper() 103 if (help->helper->data_len == 0) in nfnl_cthelper_from_nlattr() 115 if (help->helper->data_len && in nfnl_cthelper_to_nlattr() 116 nla_put(skb, CTA_HELP_INFO, help->helper->data_len, &help->data)) in nfnl_cthelper_to_nlattr() 168 nfnl_cthelper_parse_expect_policy(struct nf_conntrack_helper *helper, in nfnl_cthelper_parse_expect_policy() argument [all …]
|
| H A D | xt_CT.c | 76 struct nf_conntrack_helper *helper; in xt_ct_set_helper() local 86 helper = nf_conntrack_helper_try_module_get(helper_name, par->family, in xt_ct_set_helper() 88 if (helper == NULL) { in xt_ct_set_helper() 95 nf_conntrack_helper_put(helper); in xt_ct_set_helper() 99 help->helper = helper; in xt_ct_set_helper() 183 if (info->helper[0]) { in xt_ct_tg_check() 184 if (strnlen(info->helper, sizeof(info->helper)) == sizeof(info->helper)) { in xt_ct_tg_check() 189 ret = xt_ct_set_helper(ct, info->helper, par); in xt_ct_tg_check() 213 nf_conntrack_helper_put(help->helper); in xt_ct_tg_check() 236 memcpy(info_v1.helper, info->helper, sizeof(info->helper)); in xt_ct_tg_check_v0() [all …]
|
| H A D | xt_helper.c | 29 const struct nf_conntrack_helper *helper; in helper_mt() local 42 helper = rcu_dereference(master_help->helper); in helper_mt() 43 if (!helper) in helper_mt() 49 ret ^= !strncmp(helper->name, info->name, in helper_mt() 50 strlen(helper->name)); in helper_mt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_fbdev.c | 22 struct drm_fb_helper *helper = info->par; in rockchip_fbdev_mmap() local 23 struct rockchip_drm_private *private = helper->dev->dev_private; in rockchip_fbdev_mmap() 37 static int rockchip_drm_fbdev_create(struct drm_fb_helper *helper, in rockchip_drm_fbdev_create() argument 40 struct rockchip_drm_private *private = helper->dev->dev_private; in rockchip_drm_fbdev_create() 42 struct drm_device *dev = helper->dev; in rockchip_drm_fbdev_create() 67 fbi = drm_fb_helper_alloc_fbi(helper); in rockchip_drm_fbdev_create() 74 helper->fb = rockchip_drm_framebuffer_init(dev, &mode_cmd, in rockchip_drm_fbdev_create() 76 if (IS_ERR(helper->fb)) { in rockchip_drm_fbdev_create() 79 ret = PTR_ERR(helper->fb); in rockchip_drm_fbdev_create() 85 fb = helper->fb; in rockchip_drm_fbdev_create() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_fbdev.c | 39 struct drm_fb_helper *helper = info->par; in exynos_drm_fb_mmap() local 40 struct exynos_drm_fbdev *exynos_fbd = to_exynos_fbdev(helper); in exynos_drm_fb_mmap() 52 ret = dma_mmap_attrs(to_dma_dev(helper->dev), vma, exynos_gem->cookie, in exynos_drm_fb_mmap() 56 DRM_DEV_ERROR(to_dma_dev(helper->dev), "failed to mmap.\n"); in exynos_drm_fb_mmap() 72 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update() argument 77 struct drm_framebuffer *fb = helper->fb; in exynos_drm_fbdev_update() 81 fbi = drm_fb_helper_alloc_fbi(helper); in exynos_drm_fbdev_update() 83 DRM_DEV_ERROR(to_dma_dev(helper->dev), in exynos_drm_fbdev_update() 90 drm_fb_helper_fill_info(fbi, helper, sizes); in exynos_drm_fbdev_update() 102 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | push.hpp | 36 #define BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper) \ argument 37 BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, 0, ?) \ 45 #define BOOST_IOSTREAMS_DEFINE_PUSH(name, mode, ch, helper) \ argument 46 BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, 1, void) \ 51 #define BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, arg, helper, has_return) \ argument 52 this->helper( ::boost::iostreams::detail::resolve<mode, ch>(arg) \ 59 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument 63 { BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, sb, helper, has_return); } \ 68 BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, is, helper, has_return); } \ 73 BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, os, helper, has_return); } \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_fbdev.c | 46 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_mmap() local 47 struct msm_fbdev *fbdev = to_msm_fbdev(helper); in msm_fbdev_mmap() 60 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create() argument 63 struct msm_fbdev *fbdev = to_msm_fbdev(helper); in msm_fbdev_create() 64 struct drm_device *dev = helper->dev; in msm_fbdev_create() 103 fbi = drm_fb_helper_alloc_fbi(helper); in msm_fbdev_create() 113 helper->fb = fb; in msm_fbdev_create() 117 drm_fb_helper_fill_info(fbi, helper, sizes); in msm_fbdev_create() 152 struct drm_fb_helper *helper; in msm_fbdev_init() local 159 helper = &fbdev->base; in msm_fbdev_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_fbdev.c | 51 struct drm_fb_helper *helper = get_fb(fbi); in omap_fbdev_pan_display() local 52 struct omap_fbdev *fbdev = to_omap_fbdev(helper); in omap_fbdev_pan_display() 54 if (!helper) in omap_fbdev_pan_display() 63 struct omap_drm_private *priv = helper->dev->dev_private; in omap_fbdev_pan_display() 90 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create() argument 93 struct omap_fbdev *fbdev = to_omap_fbdev(helper); in omap_fbdev_create() 94 struct drm_device *dev = helper->dev; in omap_fbdev_create() 163 fbi = drm_fb_helper_alloc_fbi(helper); in omap_fbdev_create() 173 helper->fb = fb; in omap_fbdev_create() 177 drm_fb_helper_fill_info(fbi, helper, sizes); in omap_fbdev_create() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | Makefile | 14 cvmx-helper-board.o cvmx-helper.o cvmx-helper-xaui.o \ 15 cvmx-helper-rgmii.o cvmx-helper-sgmii.o cvmx-helper-npi.o \ 16 cvmx-helper-loop.o cvmx-helper-spi.o cvmx-helper-util.o \ 19 obj-y += cvmx-helper-errata.o cvmx-helper-jtag.o cvmx-boot-vector.o
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fbcon.c | 67 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_fillrect() 99 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_copyarea() 131 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_imageblit() 163 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_sync() 190 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_open() 203 struct nouveau_drm *drm = nouveau_drm(fbcon->helper.dev); in nouveau_fbcon_release() 233 if (drm->fbcon && drm->fbcon->helper.fbdev) { in nouveau_fbcon_accel_save_disable() 234 drm->fbcon->saved_flags = drm->fbcon->helper.fbdev->flags; in nouveau_fbcon_accel_save_disable() 235 drm->fbcon->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED; in nouveau_fbcon_accel_save_disable() 243 if (drm->fbcon && drm->fbcon->helper.fbdev) { in nouveau_fbcon_accel_restore() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | firmware.c | 16 const struct firmware *helper, const struct firmware *mainfw) in lbs_fw_loaded() argument 23 priv->fw_callback(priv, ret, helper, mainfw); in lbs_fw_loaded() 99 if (!iter->helper) { in load_next_firmware_from_table() 111 do_load_firmware(priv, iter->helper, helper_firmware_cb); in load_next_firmware_from_table() 174 const struct firmware **helper, in lbs_get_firmware() argument 180 BUG_ON(helper == NULL); in lbs_get_firmware() 185 while (iter && iter->helper) { in lbs_get_firmware() 189 if (*helper == NULL) { in lbs_get_firmware() 190 ret = request_firmware(helper, iter->helper, dev); in lbs_get_firmware() 208 release_firmware(*helper); in lbs_get_firmware() [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/ |
| H A D | jni_helper.c | 36 static jfieldID get_string_member_field(JNIEnv* env, jobject helper) in get_string_member_field() argument 38 jclass class = (*env)->GetObjectClass(env, helper); in get_string_member_field() 41 jstring write_string_member(JNIEnv* env, jobject helper) in write_string_member() argument 43 jfieldID fieldID = get_string_member_field(env, helper); in write_string_member() 44 jstring string = (*env)->GetObjectField(env, helper, fieldID); in write_string_member() 48 static void set_string_member_helper(JNIEnv* env, jobject helper, const char* utf8_string) in set_string_member_helper() argument 50 jfieldID fieldID = get_string_member_field(env, helper); in set_string_member_helper() 52 (*env)->SetObjectField(env, helper, fieldID, string); in set_string_member_helper() 54 void set_string_member(JNIEnv* env, jobject helper) in set_string_member() argument 58 set_string_member_helper(env, helper, stringBuffer); in set_string_member() [all …]
|
| H A D | JniTest.java | 59 var helper = new JniHelper(); in main() local 62 JniWrapper.write_string_member(helper), in main() 65 JniWrapper.set_string_member(helper); in main() 68 helper.stringMember, in main() 71 JniWrapper.execute_java_function(helper); in main() 74 helper.stringMember, in main() 77 helper = JniWrapper.instantiate_java_class(); in main() 80 helper.stringMember, in main()
|
| H A D | JniWrapper.c | 27 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_write_1string_1member() argument 29 return write_string_member(env, helper); in Java_JniWrapper_write_1string_1member() 32 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_set_1string_1member() argument 34 set_string_member(env, helper); in Java_JniWrapper_set_1string_1member() 37 (JNIEnv* env, jclass class, jobject helper) in Java_JniWrapper_execute_1java_1function() argument 39 execute_java_function(env, helper); in Java_JniWrapper_execute_1java_1function()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bpf_helpers_doc.py | 155 helper = self.parse_helper() 156 self.helpers.append(helper) 179 def print_one(self, helper): argument 184 for helper in self.helpers: 185 self.print_one(helper) 355 def print_proto(self, helper): argument 360 proto = helper.proto_break_down() 381 def print_one(self, helper): argument 382 self.print_proto(helper) 384 if (helper.desc): [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_fbdev.c | 63 container_of(fb_helper, struct intel_fbdev, helper); in intel_fbdev_set_par() 77 container_of(fb_helper, struct intel_fbdev, helper); in intel_fbdev_blank() 92 container_of(fb_helper, struct intel_fbdev, helper); in intel_fbdev_pan_display() 113 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc() argument 117 container_of(helper, struct intel_fbdev, helper); in intelfb_alloc() 119 struct drm_device *dev = helper->dev; in intelfb_alloc() 162 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create() argument 166 container_of(helper, struct intel_fbdev, helper); in intelfb_create() 168 struct drm_device *dev = helper->dev; in intelfb_create() 197 ret = intelfb_alloc(helper, sizes); in intelfb_create() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Zip.c | 865 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry) in targetEntryPath() argument 868 bool firstTime = (helper->buf == NULL); in targetEntryPath() 872 needLen = helper->targetDirLen + 1 + in targetEntryPath() 873 pEntry->fileNameLen - helper->zipDirLen + 1; in targetEntryPath() 874 if (needLen > helper->bufLen) { in targetEntryPath() 878 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath() 882 helper->buf = newBuf; in targetEntryPath() 883 helper->bufLen = needLen; in targetEntryPath() 889 char *p = helper->buf; in targetEntryPath() 890 memcpy(p, helper->targetDir, helper->targetDirLen); in targetEntryPath() [all …]
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Zip.c | 864 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry) in targetEntryPath() argument 867 bool firstTime = (helper->buf == NULL); in targetEntryPath() 871 needLen = helper->targetDirLen + 1 + in targetEntryPath() 872 pEntry->fileNameLen - helper->zipDirLen + 1; in targetEntryPath() 873 if (needLen > helper->bufLen) { in targetEntryPath() 877 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath() 881 helper->buf = newBuf; in targetEntryPath() 882 helper->bufLen = needLen; in targetEntryPath() 888 char *p = helper->buf; in targetEntryPath() 889 memcpy(p, helper->targetDir, helper->targetDirLen); in targetEntryPath() [all …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_fb_helper.h | 92 int (*fb_probe)(struct drm_fb_helper *helper, 214 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, 216 int drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *helper); 217 void drm_fb_helper_fini(struct drm_fb_helper *helper); 276 struct drm_fb_helper *helper, in drm_fb_helper_prepare() argument 282 struct drm_fb_helper *helper) in drm_fb_helper_init() argument 285 helper->dev = dev; in drm_fb_helper_init() 286 dev->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() argument 293 if (helper && helper->dev) in drm_fb_helper_fini() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_fb.c | 46 struct drm_fb_helper helper; /* must be first */ member 211 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create() argument 215 container_of(helper, struct radeon_fbdev, helper); in radeonfb_create() 244 info = drm_fb_helper_alloc_fbi(helper); in radeonfb_create() 262 rfbdev->helper.fb = fb; in radeonfb_create() 274 drm_fb_helper_fill_info(info, &rfbdev->helper, sizes); in radeonfb_create() 313 drm_fb_helper_unregister_fbi(&rfbdev->helper); in radeon_fbdev_destroy() 321 drm_fb_helper_fini(&rfbdev->helper); in radeon_fbdev_destroy() 354 drm_fb_helper_prepare(rdev->ddev, &rfbdev->helper, in radeon_fbdev_init() 357 ret = drm_fb_helper_init(rdev->ddev, &rfbdev->helper); in radeon_fbdev_init() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/ |
| H A D | libnetfilter-cthelper-visibility-hidden.patch | 69 * nfct_helper_free - release one helper object 70 * \param nfct_helper pointer to the helper object 84 * nfct_helper_policy_alloc - allocate a new helper policy object 97 * nfct_helper_free - release one helper policy object 98 * \param nfct_helper pointer to the helper object 108 * nfct_helper_policy_attr_set - set one attribute of the helper object 125 * nfct_helper_attr_set_str - set one attribute the helper object 151 * nfct_helper_attr_set - set one attribute of the helper object 168 * nfct_helper_attr_set_str - set one attribute the helper object 210 * nfct_helper_attr_unset - unset one attribute the helper object [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | 0001-aptwebserver.cc-Include-array.patch | 9 test/interactive-helper/aptwebserver.cc:36:55: error: constexpr variable cannot have non-literal ty… 16 test/interactive-helper/aptwebserver.cc | 1 + 19 diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc 21 --- a/test/interactive-helper/aptwebserver.cc 22 +++ b/test/interactive-helper/aptwebserver.cc
|
| /OK3568_Linux_fs/buildroot/package/pkcs11-helper/ |
| H A D | Config.in | 2 bool "pkcs11-helper" 5 pkcs11-helper is a library that simplifies the interaction 8 pkcs11-helper allows using multiple PKCS#11 providers at the 15 pkcs11-helper is not designed to manage card content, since 20 https://github.com/OpenSC/pkcs11-helper 22 comment "pkcs11-helper needs a toolchain w/ dynamic library"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | fb.c | 20 static inline struct tegra_fbdev *to_tegra_fbdev(struct drm_fb_helper *helper) in to_tegra_fbdev() argument 22 return container_of(helper, struct tegra_fbdev, base); in to_tegra_fbdev() 182 struct drm_fb_helper *helper = info->par; in tegra_fb_mmap() local 186 bo = tegra_fb_get_plane(helper->fb, 0); in tegra_fb_mmap() 204 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe() argument 207 struct tegra_fbdev *fbdev = to_tegra_fbdev(helper); in tegra_fbdev_probe() 208 struct tegra_drm *tegra = helper->dev->dev_private; in tegra_fbdev_probe() 209 struct drm_device *drm = helper->dev; in tegra_fbdev_probe() 235 info = drm_fb_helper_alloc_fbi(helper); in tegra_fbdev_probe() 252 helper->fb = fb; in tegra_fbdev_probe() [all …]
|