/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2698 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument 2705 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 2765 helpers[i].mref->helper = NULL; in prepare_ext_ctrls() 2766 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 2803 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls() local 2817 helpers = kmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls() 2819 if (helpers == NULL) in v4l2_g_ext_ctrls() 2823 ret = prepare_ext_ctrls(hdl, cs, helpers, true); in v4l2_g_ext_ctrls() 2827 if (helpers[i].ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls() 2835 if (helpers[i].mref == NULL) in v4l2_g_ext_ctrls() [all …]
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_user_helpers.txt | 23 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.4.14/kernel/bpf/ |
D | Makefile | 3 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o
|
/linux-4.4.14/Documentation/vm/ |
D | split_page_table_lock | 13 There are helpers to lock/unlock a table and other accessor functions: 42 Hugetlb-specific helpers:
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | cdv_intel_hdmi.c | 198 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()
|
D | cdv_intel_lvds.c | 508 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.4.14/Documentation/pcmcia/ |
D | devicetable.txt | 10 You should use the helpers in include/pcmcia/device_id.h for generating the
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | arm-pl330.txt | 39 as required by the generic dma device tree binding helpers. The dma
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | cifs.txt | 27 It must be installed in the directory with the other mount helpers.
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | Kconfig | 30 This provides transport specific helpers for SAS drivers which
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | Kconfig | 10 enables the common ath.ko module which shares common helpers.
|
/linux-4.4.14/drivers/platform/chrome/ |
D | Kconfig | 65 ChromeOS EC communication protocol helpers.
|
/linux-4.4.14/drivers/of/ |
D | Kconfig | 90 OpenFirmware PCI IRQ routing helpers
|
/linux-4.4.14/drivers/gpu/drm/ |
D | Kconfig | 32 CRTC helpers for KMS drivers. 48 FBDEV helpers for KMS drivers.
|
/linux-4.4.14/drivers/regulator/ |
D | Makefile | 6 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 808 bool "Enable kuser helpers in vector page" if !NEED_KUSER_HELPERS 814 Provide kuser helpers in the vector page. The kernel provides 822 However, the fixed address nature of these helpers can be used 828 these helpers, then you can turn this option off to hinder 830 relying on those helpers is run, it will receive a SIGILL signal, 834 need these helpers; otherwise, the safe option is to say Y.
|
/linux-4.4.14/Documentation/driver-model/ |
D | bus.txt | 77 These helpers iterate over the respective list, and call the callback
|
D | platform.txt | 67 provides helpers to register and unregister an array of drivers:
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 122 frequency table helpers might be helpful. See the section 2 for more information 141 section 2 for details on frequency table helpers.
|
/linux-4.4.14/Documentation/ |
D | pwm.txt | 122 this in your driver please consider adding appropriate helpers to the framework.
|
D | gdb-kernel-debugging.txt | 60 Examples of using the Linux-provided gdb helpers
|
D | unshare.txt | 255 For unshare_* helpers corresponding to CLONE_SYSVSEM, CLONE_SIGHAND,
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 218 # Makefile helpers 521 # Makefile helpers
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 159 some helpers that can be enabled by selecting the GPIOLIB_IRQCHIP Kconfig 174 To use the helpers please keep the following in mind:
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | sor.c | 2145 const struct drm_encoder_helper_funcs *helpers = NULL; in tegra_sor_init() local 2155 helpers = &tegra_sor_hdmi_helpers; in tegra_sor_init() 2164 helpers = &tegra_sor_edp_helpers; in tegra_sor_init() 2182 drm_encoder_helper_add(&sor->output.encoder, helpers); in tegra_sor_init()
|
/linux-4.4.14/Documentation/filesystems/ |
D | seq_file.txt | 318 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.
|
D | porting | 6 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.4.14/fs/ |
D | Kconfig | 59 # Note: Posix ACLs can be implemented without these helpers. Never use
|
/linux-4.4.14/Documentation/power/regulator/ |
D | consumer.txt | 198 to it. The regulator framework provides the following helpers for querying
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 100 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.4.14/Documentation/block/ |
D | biodoc.txt | 568 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.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 212 processes, the parent process responsible for creating all the helpers
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 222 A collection of tutorial scripts and helpers for pktgen is in the
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 98 that they can be loaded by userspace helpers on request.
|
/linux-4.4.14/drivers/thermal/ |
D | Kconfig | 38 This options provides helpers to add the support to
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 440 Some helpers are provided in order to set/get modem control lines via GPIO.
|
/linux-4.4.14/arch/ |
D | Kconfig | 347 to the syscall_xyz helpers for every syscall.
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 197 Tracking FTP connections is problematic: special helpers are 353 tristate 'Connection tracking helpers in user-space via Netlink' 360 This option enables the user-space connection tracking helpers
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 204 the device tree and uses the helpers to extract information required
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 498 Extended matches are small classification helpers not worth writing
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 11 * Merged patch from Christoph Hellwig <hch@lst.de>: split helpers 707 * Integrate patches from Christoph Hellwig: two new helpers common
|
D | scsi_mid_low_api.txt | 1320 a LLD might use these helpers:
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 393 patch which provides these helpers. Included within this is:
|