Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/tools/bpf/
DMakefile.helpers26 HELPERS_RST = bpf-helpers.rst
32 helpers: man7
46 helpers-clean:
50 helpers-install: helpers
55 helpers-uninstall:
60 .PHONY: helpers helpers-clean helpers-install helpers-uninstall
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_bpftool.py87 for helpers in res["helpers"].values():
89 self.assertNotIn(unexpected_helper, helpers)
115 for helpers in tc["helpers"].values():
117 self.assertNotIn(unexpected_helper, helpers)
137 for helpers in tc["helpers"].values():
138 if all(expected_helper in helpers
151 for helpers in full_res["helpers"].values():
152 for helper in helpers:
155 for helpers in not_full_res["helpers"].values():
156 for helper in helpers:
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
DMakefile19 include ../../Makefile.helpers
26 man: man8 helpers
48 clean: helpers-clean
52 install: man helpers-install
57 uninstall: helpers-uninstall
/kernel/linux/linux-5.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
99 :doc: fbdev helpers
[all …]
Dtodo.rst44 3.19 has the atomic modeset interfaces and helpers, so drivers can now be
66 helpers (and drivers then moved over to clipped coordinates). Probably the
67 helper should also be moved from drm_plane_helper.c to the atomic helpers, to
68 avoid confusion - the other helpers in that file are all deprecated legacy
69 helpers.
75 Improve plane atomic_check helpers
79 with the current helpers:
87 - Once that's done, helpers could stop calling ->atomic_check for disabled
97 Convert early atomic drivers to async commit helpers
100 For the first year the atomic modeset helpers didn't support asynchronous /
[all …]
Dindex.rst11 drm-kms-helpers
/kernel/linux/linux-5.10/scripts/
Dbpf_helpers_doc.py74 self.helpers = []
156 self.helpers.append(helper)
170 def __init__(self, helpers): argument
171 self.helpers = helpers
184 for helper in self.helpers:
604 printer = PrinterHelpers(headerParser.helpers)
606 printer = PrinterRST(headerParser.helpers)
/kernel/linux/linux-5.10/Documentation/bpf/
Dindex.rst42 * `bpf-helpers(7)`_ maintains a list of helpers available to eBPF programs.
89 .. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
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.
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
DMakefile8 $(TEST_GEN_PROGS): helpers.c helpers.h
/kernel/linux/linux-5.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
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c3525 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument
3533 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
3614 helpers[i].mref->helper = NULL; in prepare_ext_ctrls()
3615 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls()
3659 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls_common() local
3677 helpers = kvmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls_common()
3679 if (helpers == NULL) in v4l2_g_ext_ctrls_common()
3683 ret = prepare_ext_ctrls(hdl, cs, helpers, vdev, true); in v4l2_g_ext_ctrls_common()
3687 if (helpers[i].ref->ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls_common()
3695 if (helpers[i].mref == NULL) in v4l2_g_ext_ctrls_common()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
DMakefile73 $(BINARIES_32): $(OUTPUT)/%_32: %.c helpers.h
76 $(BINARIES_64): $(OUTPUT)/%_64: %.c helpers.h
/kernel/linux/linux-5.10/drivers/dma-buf/heaps/
DMakefile2 obj-y += heap-helpers.o
/kernel/linux/linux-5.10/tools/bpf/bpftool/
D.gitignore6 bpf-helpers.*
/kernel/linux/linux-5.10/Documentation/driver-api/80211/
Dcfg80211.rst131 Data path helpers
135 :doc: Data path helpers
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
DMakefile4 venus-core-objs += core.o helpers.o firmware.o \
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/net/pcs/
DKconfig18 This module provides helpers to phylink for managing the Lynx PCS
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/
Dindex.rst46 sysfs helpers
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/
DTODO6 drm damage tracking and self-refresh helpers.
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/Documentation/block/
Dbiovecs.rst121 Usage of helpers:
124 * The following helpers whose names have the suffix of `_all` can only be used
137 * The following helpers iterate over single-page segment. The passed 'struct
143 * The following helpers iterate over multi-page bvec. The passed 'struct
/kernel/linux/linux-5.10/net/mptcp/
DKconfig30 Currently covers the MPTCP crypto and token helpers.

12345