/Linux-v5.4/tools/bpf/ |
D | Makefile.helpers | 26 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
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | Makefile | 20 include ../../Makefile.helpers 27 man: man8 helpers 38 clean: helpers-clean 42 install: man helpers-install 47 uninstall: helpers-uninstall
|
D | bpftool-feature.rst | 47 Note that when probed, some eBPF helpers (e.g. 83 **bpf-helpers**\ (7),
|
/Linux-v5.4/Documentation/gpu/ |
D | drm-kms-helpers.rst | 12 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 102 :doc: fbdev helpers [all …]
|
D | todo.rst | 26 3.19 has the atomic modeset interfaces and helpers, so drivers can now be 46 helpers (and drivers then moved over to clipped coordinates). Probably the 47 helper should also be moved from drm_plane_helper.c to the atomic helpers, to 48 avoid confusion - the other helpers in that file are all deprecated legacy 49 helpers. 53 Convert early atomic drivers to async commit helpers 56 For the first year the atomic modeset helpers didn't support asynchronous / 61 One issue with the helpers is that they require that drivers handle completion 219 Use DRM_MODESET_LOCK_ALL_* helpers instead of boilerplate 234 Rename CMA helpers to DMA helpers [all …]
|
D | index.rst | 11 drm-kms-helpers
|
/Linux-v5.4/scripts/ |
D | bpf_helpers_doc.py | 74 self.helpers = [] 156 self.helpers.append(helper) 161 print('Parsed description of %d helper function(s)' % len(self.helpers), 172 def __init__(self, helpers): argument 173 self.helpers = helpers 186 for helper in self.helpers: 420 printer = PrinterRST(headerParser.helpers)
|
/Linux-v5.4/Documentation/arm/ |
D | kernel_user_helpers.rst | 24 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-v5.4/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 3292 struct v4l2_ctrl_helper *helpers, in prepare_ext_ctrls() argument 3300 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 3381 helpers[i].mref->helper = NULL; in prepare_ext_ctrls() 3382 for (i = 0, h = helpers; i < cs->count; i++, h++) { in prepare_ext_ctrls() 3420 struct v4l2_ctrl_helper *helpers = helper; in v4l2_g_ext_ctrls_common() local 3437 helpers = kvmalloc_array(cs->count, sizeof(helper[0]), in v4l2_g_ext_ctrls_common() 3439 if (helpers == NULL) in v4l2_g_ext_ctrls_common() 3443 ret = prepare_ext_ctrls(hdl, cs, helpers, vdev, true); in v4l2_g_ext_ctrls_common() 3447 if (helpers[i].ref->ctrl->flags & V4L2_CTRL_FLAG_WRITE_ONLY) in v4l2_g_ext_ctrls_common() 3457 if (helpers[i].mref == NULL) in v4l2_g_ext_ctrls_common() [all …]
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | .gitignore | 4 bpf-helpers.*
|
/Linux-v5.4/drivers/media/platform/qcom/venus/ |
D | Makefile | 4 venus-core-objs += core.o helpers.o firmware.o \
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 243 bpf->helpers.map_lookup = readl(&cap->func_addr); in nfp_bpf_parse_cap_func() 246 bpf->helpers.map_update = readl(&cap->func_addr); in nfp_bpf_parse_cap_func() 249 bpf->helpers.map_delete = readl(&cap->func_addr); in nfp_bpf_parse_cap_func() 252 bpf->helpers.perf_event_output = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
|
/Linux-v5.4/Documentation/driver-api/gpio/ |
D | index.rst | 44 sysfs helpers
|
/Linux-v5.4/drivers/staging/olpc_dcon/ |
D | TODO | 6 drm damage tracking and self-refresh helpers.
|
/Linux-v5.4/kernel/bpf/ |
D | Makefile | 5 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o tnum.o
|
/Linux-v5.4/Documentation/bpf/ |
D | prog_cgroup_sysctl.rst | 62 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.
|
D | bpf_design_QA.rst | 69 BPF programs and programs call kernel helpers with zero overhead, 206 which are using helpers like bpf_probe_read() to walk kernel internal 235 and bpf_probe_read_str() helpers. Networking programs cannot read 236 arbitrary memory, since they don't have access to these helpers. 263 helpers, etc be added out of kernel module code?
|
/Linux-v5.4/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
|
/Linux-v5.4/Documentation/block/ |
D | biovecs.rst | 121 Usage of helpers: 124 * The following helpers whose names have the suffix of `_all` can only be used 136 * The following helpers iterate over single-page segment. The passed 'struct 142 * The following helpers iterate over multi-page bvec. The passed 'struct
|
/Linux-v5.4/drivers/scsi/libsas/ |
D | Kconfig | 15 This provides transport specific helpers for SAS drivers which
|
/Linux-v5.4/net/dsa/ |
D | Kconfig | 27 provides helpers for other tagging implementations that might rely on 30 Drivers which use these helpers should select this as dependency.
|
/Linux-v5.4/drivers/gpu/drm/gma500/ |
D | cdv_intel_hdmi.c | 199 const struct drm_encoder_helper_funcs *helpers in cdv_hdmi_set_property() local 201 helpers->mode_set(encoder, &crtc->saved_mode, in cdv_hdmi_set_property()
|
/Linux-v5.4/Documentation/vm/ |
D | split_page_table_lock.rst | 16 There are helpers to lock/unlock a table and other accessor functions: 46 Hugetlb-specific helpers:
|
/Linux-v5.4/Documentation/virt/kvm/devices/ |
D | xive.txt | 52 The passthru_irq helpers, kvmppc_xive_set_mapped() and 55 device extends these helpers to clear the ESB pages of the guest IRQ 63 helpers in KVM-PPC.
|
/Linux-v5.4/tools/testing/selftests/livepatch/ |
D | README | 42 loading and livepatch loading helpers (waiting for patch transitions,
|