Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 25 of 27) sorted by relevance

12

/linux-4.19.296/include/drm/
Ddrm_fb_helper.h104 int (*fb_probe)(struct drm_fb_helper *helper,
275 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper,
278 struct drm_fb_helper *helper, int max_conn);
279 void drm_fb_helper_fini(struct drm_fb_helper *helper);
360 struct drm_fb_helper *helper, in drm_fb_helper_prepare() argument
366 struct drm_fb_helper *helper, in drm_fb_helper_init() argument
370 helper->dev = dev; in drm_fb_helper_init()
371 dev->fb_helper = helper; in drm_fb_helper_init()
376 static inline void drm_fb_helper_fini(struct drm_fb_helper *helper) in drm_fb_helper_fini() argument
378 if (helper && helper->dev) in drm_fb_helper_fini()
[all …]
/linux-4.19.296/include/uapi/linux/netfilter/
Dxt_CT.h24 char helper[16]; member
35 char helper[16]; member
/linux-4.19.296/include/net/netfilter/
Dnf_conntrack_helper.h65 struct nf_conntrack_helper __rcu *helper; member
85 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper);
87 void nf_ct_helper_init(struct nf_conntrack_helper *helper,
Dnf_conntrack.h328 #define MODULE_ALIAS_NFCT_HELPER(helper) \ argument
329 MODULE_ALIAS("nfct-helper-" helper)
Dnf_conntrack_expect.h34 struct nf_conntrack_helper *helper; member
/linux-4.19.296/drivers/bluetooth/
Dbtmrvl_sdio.h96 const char *helper; member
109 const char *helper; member
Dbtmrvl_sdio.c238 .helper = "mrvl/sd8688_helper.bin",
247 .helper = NULL,
256 .helper = NULL,
265 .helper = NULL,
274 .helper = NULL,
283 .helper = NULL,
448 const u8 *helper = NULL; in btmrvl_sdio_download_helper() local
455 ret = request_firmware(&fw_helper, card->helper, in btmrvl_sdio_download_helper()
464 helper = fw_helper->data; in btmrvl_sdio_download_helper()
509 memcpy(&helperbuf[SDIO_HEADER_LEN], &helper[hlprblknow], in btmrvl_sdio_download_helper()
[all …]
/linux-4.19.296/drivers/iio/imu/
DKconfig49 A set of IO helper functions for the Analog Devices ADIS* device family.
55 A set of buffer helper functions for the Analog Devices ADIS* device
/linux-4.19.296/drivers/media/spi/
DKconfig3 menu "SPI helper chips"
/linux-4.19.296/drivers/media/common/
DKconfig16 tristate "Cypress firmware helper routines"
/linux-4.19.296/fs/btrfs/
Dasync-thread.h64 void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper,
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c2937 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
2943 if (mref->helper) { in prepare_ext_ctrls()
2947 mref->helper->next = i; in prepare_ext_ctrls()
2953 mref->helper = h; in prepare_ext_ctrls()
2974 struct v4l2_ctrl_helper helper[4]; in v4l2_g_ext_ctrls() local
2975 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls()
2991 if (cs->count > ARRAY_SIZE(helper)) { in v4l2_g_ext_ctrls()
2992 helpers = kvmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls()
3044 if (cs->count > ARRAY_SIZE(helper)) in v4l2_g_ext_ctrls()
3240 struct v4l2_ctrl_helper helper[4]; in try_set_ext_ctrls() local
[all …]
/linux-4.19.296/drivers/base/
DKconfig5 bool "Support for uevent helper"
8 The uevent helper program is forked by the kernel for
20 string "path to uevent helper"
24 To disable user space helper program execution at by default
/linux-4.19.296/drivers/iio/buffer/
DKconfig54 Provides helper functions for setting up triggered buffers.
/linux-4.19.296/drivers/i2c/
DKconfig74 bool "Autoselect pertinent helper modules"
82 Unselect this only if you need to enable additional helper
/linux-4.19.296/drivers/iio/
DKconfig69 Provides helper functions for setting up triggered events.
/linux-4.19.296/fs/cifs/
DKconfig114 Enables an upcall mechanism for CIFS which accesses userspace helper
191 an upcall mechanism for CIFS which contacts userspace helper
/linux-4.19.296/include/media/
Dv4l2-ctrls.h259 struct v4l2_ctrl_helper *helper; member
/linux-4.19.296/drivers/pci/pcie/
DKconfig47 help of a user space helper tool aer-inject, which can be
/linux-4.19.296/drivers/regulator/
DMakefile7 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
/linux-4.19.296/lib/
DMakefile158 obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o
DKconfig561 Provides a helper to split scatterlists into chunks, each chunk being
568 Provides a helper to allocate chained scatterlists. This should be
/linux-4.19.296/include/linux/
Ddrbd_genl.h221 __str_field(13, DRBD_GENLA_F_MANDATORY, helper, 32)
/linux-4.19.296/block/
DKconfig76 bool "Block layer SG support v4 helper lib"
/linux-4.19.296/fs/befs/
DChangeLog308 And helper functions.

12