Home
last modified time | relevance | path

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

12345

/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_bpftool.py89 for helpers in res["helpers"].values():
91 self.assertNotIn(unexpected_helper, helpers)
114 for helpers in tc["helpers"].values():
116 self.assertNotIn(unexpected_helper, helpers)
133 for helpers in tc["helpers"].values():
134 if all(expected_helper in helpers
147 for helpers in full_res["helpers"].values():
148 for helper in helpers:
151 for helpers in not_full_res["helpers"].values():
152 for helper in helpers:
DMakefile.docs24 HELPERS_RST = bpf-helpers.rst
33 DOCTARGETS := helpers syscall
37 helpers: man7
76 $(eval $(call DOCS_RULES,helpers,7))
D.gitignore3 bpf-helpers*
/linux-5.19.10/Documentation/bpf/
Dhelpers.rst4 * `bpf-helpers(7)`_ maintains a list of helpers available to eBPF programs.
7 .. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
Dindex.rst21 helpers
Dprog_cgroup_sysctl.rst62 helpers focus on providing access to these properties:
85 of integers, the following helpers can be used to get numeric value from the
93 See `linux/bpf.h`_ for more details on helpers described here.
/linux-5.19.10/Documentation/gpu/
Ddrm-kms-helpers.rst12 This distinction between core code and helpers is especially strong in the
17 There are a few areas these helpers can grouped into:
20 helpers. Old drivers still often use the legacy CRTC helpers. They both share
23 also the simple display pipe helpers.
25 * There's a big pile of helpers for handling outputs. First the generic bridge
26 helpers for handling encoder and transcoder IP blocks. Second the panel helpers
28 helpers for the various sink standards (DisplayPort, HDMI, MIPI DSI). Finally
29 there's also generic helpers for handling output probing, and for dealing with
32 * The last group of helpers concerns itself with the frontend side of a display
111 :doc: fbdev helpers
[all …]
Dtodo.rst47 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
69 helpers (and drivers then moved over to clipped coordinates). Probably the
70 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
71 avoid confusion - the other helpers in that file are all deprecated legacy
72 helpers.
78 Improve plane atomic_check helpers
82 with the current helpers:
90 - Once that's done, helpers could stop calling ->atomic_check for disabled
100 Convert early atomic drivers to async commit helpers
103 For the first year the atomic modeset helpers didn't support asynchronous /
[all …]
Dindex.rst11 drm-kms-helpers
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c206 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument
214 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
303 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
304 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
356 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls_common() local
374 helpers = kvmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls_common()
376 if (!helpers) in v4l2_g_ext_ctrls_common()
380 ret = prepare_ext_ctrls(hdl, cs, helpers, vdev, true); in v4l2_g_ext_ctrls_common()
384 if (helpers[i].ref->ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls_common()
392 if (!helpers[i].mref) in v4l2_g_ext_ctrls_common()
[all …]
/linux-5.19.10/drivers/gpu/drm/display/
DKconfig12 DRM helpers for display adapters.
18 DRM display helpers for DisplayPort.
24 DRM display helpers for HDCP.
30 DRM display helpers for HDMI.
/linux-5.19.10/tools/testing/selftests/openat2/
DMakefile8 $(TEST_GEN_PROGS): helpers.c helpers.h
/linux-5.19.10/tools/cgroup/
Dmemcg_slabinfo.py10 from drgn.helpers.linux import list_for_each_entry, list_empty
11 from drgn.helpers.linux import for_each_page
12 from drgn.helpers.linux.cpumask import for_each_online_cpu
13 from drgn.helpers.linux.percpu import per_cpu_ptr
/linux-5.19.10/Documentation/filesystems/
Dnetfs_library.rst12 - Buffered read helpers.
98 The library provides a set of read helpers that handle the ->read_folio(),
127 From the network filesystem, the helpers require a table of operations. This
135 Three read helpers are provided::
157 The helpers manage the read request, calling back into the network filesystem
159 necessary before returning for helpers that are meant to be synchronous.
181 The read helpers make use of a couple of structures to maintain the state of
248 Each subrequest is expected to access a single source, though the helpers will
265 slice. If a short read occurs, the helpers will call again, having updated
292 The network filesystem must provide the read helpers with a table of operations
[all …]
/linux-5.19.10/drivers/gpu/drm/i915/
DTODO.txt26 should be moved to dma_fence, drm/scheduler or atomic commit helpers. Or
35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
40 - tasklet helpers in i915_gem.h also look a bit misplaced and should
/linux-5.19.10/Documentation/arm/
Dkernel_user_helpers.rst24 User space is expected to bypass those helpers and implement those things
31 of not using these kernel helpers if your compiled code is not going to
34 New helpers may be added over time, so an older kernel may be missing some
35 helpers present in a newer kernel. For this reason, programs must check
39 if the required helpers are not provided by the kernel version that
53 This field contains the number of helpers being implemented by the
/linux-5.19.10/tools/testing/selftests/x86/
DMakefile74 $(BINARIES_32): $(OUTPUT)/%_32: %.c helpers.h
77 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
/linux-5.19.10/Documentation/driver-api/80211/
Dcfg80211.rst131 Data path helpers
135 :doc: Data path helpers
/linux-5.19.10/scripts/
Dbpf_doc.py88 self.helpers = []
241 self.helpers.append(helper)
388 self.elements = parser.helpers
594 self.elements = parser.helpers
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c249 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()
/linux-5.19.10/tools/rcu/
Drcu-cbs.py18 from drgn.helpers.linux import *
/linux-5.19.10/drivers/net/pcs/
DKconfig18 This module provides helpers to phylink for managing the Lynx PCS
/linux-5.19.10/drivers/media/platform/qcom/venus/
DMakefile4 venus-core-objs += core.o helpers.o firmware.o \
/linux-5.19.10/Documentation/driver-api/gpio/
Dindex.rst46 sysfs helpers
/linux-5.19.10/drivers/gpu/drm/amd/display/
DTODO77 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

12345