Searched refs:helpers (Results 1 – 19 of 19) sorted by relevance
/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 3651 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument 3659 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 3740 helpers[i].mref->helper = NULL; in prepare_ext_ctrls() 3741 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 3785 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls_common() local 3803 helpers = kvmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls_common() 3805 if (helpers == NULL) in v4l2_g_ext_ctrls_common() 3809 ret = prepare_ext_ctrls(hdl, cs, helpers, vdev, true); in v4l2_g_ext_ctrls_common() 3813 if (helpers[i].ref->ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls_common() 3821 if (helpers[i].mref == NULL) in v4l2_g_ext_ctrls_common() [all …]
|
/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 249 bpf->helpers.map_lookup = readl(&cap->func_addr); in nfp_bpf_parse_cap_func() 252 bpf->helpers.map_update = readl(&cap->func_addr); in nfp_bpf_parse_cap_func() 255 bpf->helpers.map_delete = readl(&cap->func_addr); in nfp_bpf_parse_cap_func() 258 bpf->helpers.perf_event_output = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
|
D | verifier.c | 203 bpf->helpers.map_lookup, reg1) || in nfp_bpf_check_helper_call() 211 bpf->helpers.map_update, reg1) || in nfp_bpf_check_helper_call() 221 bpf->helpers.map_delete, reg1) || in nfp_bpf_check_helper_call() 239 if (!bpf->helpers.perf_event_output) { in nfp_bpf_check_helper_call()
|
D | main.h | 171 } helpers; member
|
D | jit.c | 4585 val = nfp_prog->bpf->helpers.map_lookup; in nfp_bpf_relo_for_vnic() 4588 val = nfp_prog->bpf->helpers.map_update; in nfp_bpf_relo_for_vnic() 4591 val = nfp_prog->bpf->helpers.map_delete; in nfp_bpf_relo_for_vnic() 4594 val = nfp_prog->bpf->helpers.perf_event_output; in nfp_bpf_relo_for_vnic()
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 77 14. core/dc_debug.c, consider switching to the atomic state debug helpers and 85 16. Move to core SCDC helpers (I think those are new since initial DC review). 95 subsystem if we try to move as much of that into helpers/core as possible, and
|
/drivers/media/platform/qcom/venus/ |
D | Makefile | 4 venus-core-objs += core.o helpers.o firmware.o \
|
/drivers/net/pcs/ |
D | Kconfig | 18 This module provides helpers to phylink for managing the Lynx PCS
|
/drivers/staging/olpc_dcon/ |
D | TODO | 6 drm damage tracking and self-refresh helpers.
|
/drivers/gpu/drm/gma500/ |
D | cdv_intel_hdmi.c | 200 const struct drm_encoder_helper_funcs *helpers in cdv_hdmi_set_property() local 202 helpers->mode_set(encoder, &crtc->saved_mode, in cdv_hdmi_set_property()
|
D | cdv_intel_lvds.c | 391 const struct drm_encoder_helper_funcs *helpers = in cdv_intel_lvds_set_property() local 393 helpers->dpms(encoder, value); in cdv_intel_lvds_set_property()
|
/drivers/scsi/libsas/ |
D | Kconfig | 15 This provides transport specific helpers for SAS drivers which
|
/drivers/gpio/ |
D | TODO | 54 This header and helpers appeared at one point when there was no proper 119 helpers for GPIO drivers on regmap that simply use offsets 123 helpers (x86 inb()/outb()) and convert port-mapped I/O drivers to use
|
/drivers/gpu/drm/ |
D | Kconfig | 82 CRTC helpers for KMS drivers. 99 FBDEV helpers for KMS drivers. 102 bool "Enable refcount backtrace history in the DP MST helpers" 109 Enables debug tracing for topology refs in DRM's DP MST helpers. A
|
/drivers/phy/ |
D | Kconfig | 24 Provides a number of helpers a core functions for MIPI D-PHY
|
/drivers/regulator/ |
D | Makefile | 7 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
|
/drivers/gpu/drm/tegra/ |
D | sor.c | 3050 const struct drm_encoder_helper_funcs *helpers = NULL; in tegra_sor_init() local 3060 helpers = &tegra_sor_hdmi_helpers; in tegra_sor_init() 3069 helpers = &tegra_sor_dp_helpers; in tegra_sor_init() 3073 helpers = &tegra_sor_dp_helpers; in tegra_sor_init() 3091 drm_encoder_helper_add(&sor->output.encoder, helpers); in tegra_sor_init()
|
/drivers/platform/chrome/ |
D | Kconfig | 127 ChromeOS EC communication protocol helpers.
|
/drivers/thermal/ |
D | Kconfig | 72 This options provides helpers to add the support to
|