Home
last modified time | relevance | path

Searched full:helper (Results 1 – 25 of 2185) sorted by relevance

12345678910>>...88

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_helper.c2 /* Helper handling for netfilter. */
41 "Enable automatic conntrack helper assignment (default 0)");
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()
106 if (request_module("nfct-helper-%s", name) == 0) { in nf_conntrack_helper_try_module_get()
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()
[all …]
H A Dnfnetlink_cthelper.c35 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()
56 /* This is a user-space helper not yet configured, skip. */ in nfnl_userspace_cthelper()
57 if ((helper->flags & in nfnl_userspace_cthelper()
62 /* If the user-space helper is not available, don't block traffic. */ 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()
[all …]
H A Dxt_CT.c76 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()
89 pr_info_ratelimited("No such helper \"%s\"\n", helper_name); 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()
[all …]
/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
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 Dexynos_drm_fbdev.c39 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/kernel/drivers/net/wireless/marvell/libertas/
H A Dfirmware.c16 const struct firmware *helper, const struct firmware *mainfw) in lbs_fw_loaded() argument
22 /* User must free helper/mainfw */ in lbs_fw_loaded()
23 priv->fw_callback(priv, ret, helper, mainfw); in lbs_fw_loaded()
79 /* No main firmware needed for this helper --> success! */ in helper_firmware_cb()
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()
121 * either a helper firmware and a main firmware (2-stage), or just the helper.
128 * terminated by an entry with a NULL helper name
164 * terminated by an entry with a NULL helper name
165 * @helper: On success, the helper firmware; caller must free
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dpush.hpp32 // Macro: BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper).
34 // 'helper' which takes a filter or devide by const reference.
36 #define BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper) \ argument
37 BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, 0, ?) \
41 // Macro: BOOST_IOSTREAMS_DEFINE_PUSH(name, mode, ch, helper).
43 // 'helper' which takes a filter or device by const reference.
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) \
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dbpf_helpers_doc.py25 class Helper(object): class
27 An object representing the description of an eBPF helper function.
28 @proto: function prototype of the helper function
29 @desc: textual description of the helper function
30 @ret: description of the return value of the helper function
39 Break down helper function protocol into smaller chunks: return type,
66 list of eBPF helper functions. All the helpers that can be retrieved are
67 stored as Helper object, in the self.helpers() array.
80 return Helper(proto=proto, desc=desc, ret=ret)
101 # Helper can have empty description and we might be parsing another
[all …]
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-kms-helpers.rst2 Mode Setting Helper Functions
5 The DRM subsystem aims for a strong separation between core code and helper
8 large set of helper libraries, which can be combined freely to pick and choose
15 exceptions) can be considered optional helper code.
21 the same set of common helper vtables. For really simple drivers (anything
36 Modeset Helper Reference for Common Vtables
47 Atomic Modeset Helper Functions Reference
62 Helper Functions Reference
77 Atomic State Helper Reference
83 Simple KMS Helper Reference
[all …]
/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
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()
147 /* initialize fbdev helper */
152 struct drm_fb_helper *helper; in msm_fbdev_init() local
[all …]
/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
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 DMakefile14 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 Dnouveau_fbcon.c67 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/tools/testing/selftests/bpf/verifier/
H A Dhelper_packet_access.c2 "helper access to packet: test1, valid packet_ptr range",
23 "helper access to packet: test2, unchecked packet_ptr",
37 "helper access to packet: test3, variable add",
62 "helper access to packet: test4, packet_ptr with bad range",
83 "helper access to packet: test5, packet_ptr with too short range",
103 "helper access to packet: test6, cls valid packet_ptr range",
124 "helper access to packet: test7, cls unchecked packet_ptr",
139 "helper access to packet: test8, cls variable add",
165 "helper access to packet: test9, cls packet_ptr with bad range",
187 "helper access to packet: test10, cls packet_ptr with too short range",
[all …]
H A Dhelper_value_access.c2 "helper access to map: full range",
21 "helper access to map: partial range",
40 "helper access to map: empty range",
59 "helper access to map: out-of-bound range",
79 "helper access to map: negative range",
99 "helper access to adjusted map (via const imm): full range",
120 "helper access to adjusted map (via const imm): partial range",
140 "helper access to adjusted map (via const imm): empty range",
160 "helper access to adjusted map (via const imm): out-of-bound range",
182 "helper access to adjusted map (via const imm): negative range (> adjustment)",
[all …]
H A Dhelper_access_var_len.c2 "helper access to variable memory: stack, bitwise AND + JMP, correct bounds",
30 "helper access to variable memory: stack, bitwise AND, zero included",
47 "helper access to variable memory: stack, bitwise AND + JMP, wrong max",
67 "helper access to variable memory: stack, JMP, correct bounds",
95 "helper access to variable memory: stack, JMP (signed), correct bounds",
123 "helper access to variable memory: stack, JMP, bounds + offset",
144 "helper access to variable memory: stack, JMP, wrong max",
164 "helper access to variable memory: stack, JMP, no max check",
184 "helper access to variable memory: stack, JMP, no min check",
202 "helper access to variable memory: stack, JMP (signed), no min check",
[all …]
/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() 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 DJniTest.java59 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()
/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/
H A Dbpf.h421 * developers about the multiple available eBPF helper functions. It can be
435 * Start of BPF helper function descriptions:
458 * elements always exist), the helper would return an error.
505 * This helper is a "printk()-like" facility for debugging. It
512 * Each time the helper is called, it appends a line to the trace.
546 * helper will return **-EINVAL** (but print nothing) if it
552 * states that the helper should not be used "for production use"
553 * the first time this helper is used (or more precisely, when
564 * From a security point of view, this helper uses its own
567 * essential to note that the generator used by the helper is not
[all …]
/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/
H A Dbpf.h421 * developers about the multiple available eBPF helper functions. It can be
435 * Start of BPF helper function descriptions:
458 * elements always exist), the helper would return an error.
505 * This helper is a "printk()-like" facility for debugging. It
512 * Each time the helper is called, it appends a line to the trace.
546 * helper will return **-EINVAL** (but print nothing) if it
552 * states that the helper should not be used "for production use"
553 * the first time this helper is used (or more precisely, when
564 * From a security point of view, this helper uses its own
567 * essential to note that the generator used by the helper is not
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/
H A Dlibnetfilter-cthelper-visibility-hidden.patch69 * 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/kernel/include/drm/
H A Ddrm_fb_helper.h6 * DRM framebuffer helper functions
75 * Driver callbacks used by the fbdev emulation helper library.
92 int (*fb_probe)(struct drm_fb_helper *helper,
100 * @funcs: driver callbacks for fb helper
142 * Top-level FBDEV helper lock. This protects all internal data
146 * protect all helper internal state with this lock as well as reduce
170 * If no outputs are connected (disconnected or unknown) the FB helper
183 * FB helper initialization. This needs to be tracked so that deferred
184 * FB helper setup can pass this on.
198 * define DRM_FB_HELPER_DEFAULT_OPS - helper define for drm drivers
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fb_helper.c6 * DRM framebuffer helper functions
88 * The fb helper functions are useful to provide an fbdev on top of a drm kernel
90 * helper functions used by many drivers to implement the kernel mode setting
100 * They should also notify the fb helper code from updates to the output
107 * All other functions exported by the fb helper library can be used to
112 * helper must be called first to initialize the minimum required to make
117 * encoders and connectors. To finish up the fbdev helper initialization, the
152 * @info: fbdev registered by the helper
156 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() local
160 list_for_each_entry(helper, &kernel_fb_helper_list, kernel_fb_list) { in drm_fb_helper_debug_enter()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c63 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/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-reg_print_func.txt7 Registers / Unregisters a helper function.
32 Some events may have helper functions in the print format arguments.
36 The _tep_register_print_function()_ registers such helper function. The _tep_
38 to the helper function. The _ret_type_ argument is the return type of the
39 helper function, value from the _tep_func_arg_type_ enum. The _name_ is the name
40 of the helper function, as seen in the print format arguments. The _..._ is a
44 The _tep_unregister_print_function()_ unregisters a helper function, previously
47 when the helper function was registered.
49 The _tep_func_handler_ is the type of the helper function. The _s_ argument is
51 The _args_ is a list of arguments, defined when the helper function was
[all …]

12345678910>>...88