Home
last modified time | relevance | path

Searched refs:helpers (Results 1 – 39 of 39) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c2711 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument
2718 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
2778 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
2779 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
2816 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls() local
2830 helpers = kmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls()
2832 if (helpers == NULL) in v4l2_g_ext_ctrls()
2836 ret = prepare_ext_ctrls(hdl, cs, helpers, true); in v4l2_g_ext_ctrls()
2840 if (helpers[i].ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls()
2848 if (helpers[i].mref == NULL) in v4l2_g_ext_ctrls()
[all …]
/linux-4.1.27/Documentation/arm/
Dkernel_user_helpers.txt23 User space is expected to bypass those helpers and implement those things
30 of not using these kernel helpers if your compiled code is not going to
33 New helpers may be added over time, so an older kernel may be missing some
34 helpers present in a newer kernel. For this reason, programs must check
38 if the required helpers are not provided by the kernel version that
52 This field contains the number of helpers being implemented by the
/linux-4.1.27/kernel/bpf/
DMakefile2 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o hashtab.o arraymap.o helpers.o
/linux-4.1.27/drivers/gpu/drm/gma500/
Dcdv_intel_hdmi.c198 const struct drm_encoder_helper_funcs *helpers in cdv_hdmi_set_property() local
200 helpers->mode_set(encoder, &crtc->saved_mode, in cdv_hdmi_set_property()
Dcdv_intel_lvds.c508 const struct drm_encoder_helper_funcs *helpers = in cdv_intel_lvds_set_property() local
510 helpers->dpms(encoder, value); in cdv_intel_lvds_set_property()
/linux-4.1.27/Documentation/vm/
Dsplit_page_table_lock13 There are helpers to lock/unlock a table and other accessor functions:
42 Hugetlb-specific helpers:
/linux-4.1.27/Documentation/pcmcia/
Ddevicetable.txt10 You should use the helpers in include/pcmcia/device_id.h for generating the
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Darm-pl330.txt39 as required by the generic dma device tree binding helpers. The dma
/linux-4.1.27/Documentation/filesystems/cifs/
Dcifs.txt27 It must be installed in the directory with the other mount helpers.
/linux-4.1.27/drivers/scsi/libsas/
DKconfig30 This provides transport specific helpers for SAS drivers which
/linux-4.1.27/drivers/net/wireless/ath/
DKconfig10 enables the common ath.ko module which shares common helpers.
/linux-4.1.27/drivers/of/
DKconfig75 OpenFirmware PCI IRQ routing helpers
/linux-4.1.27/drivers/gpu/drm/
DKconfig32 CRTC helpers for KMS drivers.
41 FBDEV helpers for KMS drivers.
/linux-4.1.27/drivers/regulator/
DMakefile6 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
/linux-4.1.27/arch/arm/mm/
DKconfig800 bool "Enable kuser helpers in vector page" if !NEED_KUSER_HELPERS
806 Provide kuser helpers in the vector page. The kernel provides
814 However, the fixed address nature of these helpers can be used
820 these helpers, then you can turn this option off to hinder
822 relying on those helpers is run, it will receive a SIGILL signal,
826 need these helpers; otherwise, the safe option is to say Y.
/linux-4.1.27/Documentation/driver-model/
Dbus.txt77 These helpers iterate over the respective list, and call the callback
/linux-4.1.27/Documentation/cpu-freq/
Dcpu-drivers.txt122 frequency table helpers might be helpful. See the section 2 for more information
141 section 2 for details on frequency table helpers.
/linux-4.1.27/Documentation/gpio/
Ddriver.txt115 some helpers that can be enabled by selecting the GPIOLIB_IRQCHIP Kconfig
130 To use the helpers please keep the following in mind:
/linux-4.1.27/Documentation/
Dgdb-kernel-debugging.txt60 Examples of using the Linux-provided gdb helpers
Dpwm.txt122 this in your driver please consider adding appropriate helpers to the framework.
Dunshare.txt255 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
/linux-4.1.27/arch/sparc/
DKconfig218 # Makefile helpers
521 # Makefile helpers
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt318 These helpers will interpret pos as a position within the list and iterate
320 seq_list_* helpers with a pointer to the appropriate list_head structure.
Dporting6 New helpers: sb_bread(), sb_getblk(), sb_find_get_block(), set_bh(),
288 be in order of zeroing blocks using block_truncate_page or similar helpers,
/linux-4.1.27/fs/
DKconfig56 # Note: Posix ACLs can be implemented without these helpers. Never use
/linux-4.1.27/Documentation/power/regulator/
Dconsumer.txt198 to it. The regulator framework provides the following helpers for querying
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt100 helpers:
111 on subdev drivers are converted to the control framework these helpers will
377 will result in a deadlock since these helpers lock the handler as well.
/linux-4.1.27/Documentation/block/
Dbiodoc.txt568 transfer and invokes block end*request helpers to mark this. The
646 themselves). Using these helpers should also make it easier to cope
714 3.2.5.1 Tag helpers
731 The above are initialization and exit management, the main helpers during
747 To minimize struct request and queue overhead, the tag helpers utilize some
754 of these helpers, see the IDE tagged command queueing support.
/linux-4.1.27/drivers/thermal/
DKconfig38 This options provides helpers to add the support to
/linux-4.1.27/Documentation/trace/
Dtracepoint-analysis.txt212 processes, the parent process responsible for creating all the helpers
/linux-4.1.27/drivers/base/
DKconfig98 that they can be loaded by userspace helpers on request.
/linux-4.1.27/Documentation/serial/
Ddriver440 Some helpers are provided in order to set/get modem control lines via GPIO.
/linux-4.1.27/arch/
DKconfig335 to the syscall_xyz helpers for every syscall.
/linux-4.1.27/net/netfilter/
DKconfig189 Tracking FTP connections is problematic: special helpers are
345 tristate 'Connection tracking helpers in user-space via Netlink'
352 This option enables the user-space connection tracking helpers
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt204 the device tree and uses the helpers to extract information required
/linux-4.1.27/net/sched/
DKconfig487 Extended matches are small classification helpers not worth writing
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc11 * Merged patch from Christoph Hellwig <hch@lst.de>: split helpers
707 * Integrate patches from Christoph Hellwig: two new helpers common
Dscsi_mid_low_api.txt1320 a LLD might use these helpers:
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt393 patch which provides these helpers. Included within this is: