Searched refs:helpers (Results 1 – 12 of 12) sorted by relevance
/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2706 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument 2713 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 2773 helpers[i].mref->helper = NULL; in prepare_ext_ctrls() 2774 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 2811 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls() local 2825 helpers = kmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls() 2827 if (helpers == NULL) in v4l2_g_ext_ctrls() 2831 ret = prepare_ext_ctrls(hdl, cs, helpers, true); in v4l2_g_ext_ctrls() 2835 if (helpers[i].ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls() 2843 if (helpers[i].mref == NULL) in v4l2_g_ext_ctrls() [all …]
|
/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()
|
/drivers/scsi/libsas/ |
D | Kconfig | 30 This provides transport specific helpers for SAS drivers which
|
/drivers/net/wireless/ath/ |
D | Kconfig | 10 enables the common ath.ko module which shares common helpers.
|
/drivers/platform/chrome/ |
D | Kconfig | 65 ChromeOS EC communication protocol helpers.
|
/drivers/of/ |
D | Kconfig | 90 OpenFirmware PCI IRQ routing helpers
|
/drivers/gpu/drm/ |
D | Kconfig | 32 CRTC helpers for KMS drivers. 48 FBDEV helpers for KMS drivers.
|
/drivers/regulator/ |
D | Makefile | 6 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
|
/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()
|
/drivers/base/ |
D | Kconfig | 98 that they can be loaded by userspace helpers on request.
|
/drivers/thermal/ |
D | Kconfig | 38 This options provides helpers to add the support to
|