/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool-perf.rst | 29 List all raw_tracepoint, tracepoint, kprobe attachment in the system. 32 followed by bpf program id, attachment information, and attachment point. 33 The attachment point for raw_tracepoint/tracepoint is the trace probe name. 34 The attachment point for k[ret]probe is either symbol name and offset, 36 The attachment point for u[ret]probe is the file name and the file offset.
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_dmabuf.c | 27 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment, in mock_map_dma_buf() argument 30 struct mock_dmabuf *mock = to_mock(attachment->dmabuf); in mock_map_dma_buf() 49 if (!dma_map_sg(attachment->dev, st->sgl, st->nents, dir)) { in mock_map_dma_buf() 63 static void mock_unmap_dma_buf(struct dma_buf_attachment *attachment, in mock_unmap_dma_buf() argument 67 dma_unmap_sg(attachment->dev, st->sgl, st->nents, dir); in mock_unmap_dma_buf()
|
/Linux-v4.19/drivers/staging/android/ion/ |
D | ion.c | 205 struct dma_buf_attachment *attachment) in ion_dma_buf_attach() argument 222 a->dev = attachment->dev; in ion_dma_buf_attach() 225 attachment->priv = a; in ion_dma_buf_attach() 235 struct dma_buf_attachment *attachment) in ion_dma_buf_detatch() argument 237 struct ion_dma_buf_attachment *a = attachment->priv; in ion_dma_buf_detatch() 248 static struct sg_table *ion_map_dma_buf(struct dma_buf_attachment *attachment, in ion_map_dma_buf() argument 251 struct ion_dma_buf_attachment *a = attachment->priv; in ion_map_dma_buf() 256 if (!dma_map_sg(attachment->dev, table->sgl, table->nents, in ion_map_dma_buf() 263 static void ion_unmap_dma_buf(struct dma_buf_attachment *attachment, in ion_unmap_dma_buf() argument 267 dma_unmap_sg(attachment->dev, table->sgl, table->nents, direction); in ion_unmap_dma_buf()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 39 static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_map_dma_buf() argument 42 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_map_dma_buf() 70 if (!dma_map_sg(attachment->dev, st->sgl, st->nents, dir)) { in i915_gem_map_dma_buf() 87 static void i915_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in i915_gem_unmap_dma_buf() argument 91 struct drm_i915_gem_object *obj = dma_buf_to_obj(attachment->dmabuf); in i915_gem_unmap_dma_buf() 93 dma_unmap_sg(attachment->dev, sg->sgl, sg->nents, dir); in i915_gem_unmap_dma_buf()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_gem_dmabuf.c | 27 struct dma_buf_attachment *attachment, in omap_gem_map_dma_buf() argument 30 struct drm_gem_object *obj = attachment->dmabuf->priv; in omap_gem_map_dma_buf() 64 static void omap_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in omap_gem_unmap_dma_buf() argument 67 struct drm_gem_object *obj = attachment->dmabuf->priv; in omap_gem_unmap_dma_buf()
|
/Linux-v4.19/net/xfrm/ |
D | Kconfig | 53 where mobile nodes change their attachment point to the Internet. 93 change their attachment point to the Internet. Detail
|
/Linux-v4.19/drivers/staging/media/tegra-vde/ |
D | tegra-vde.c | 539 struct dma_buf_attachment *attachment; in tegra_vde_attach_dmabuf() local 562 attachment = dma_buf_attach(dmabuf, dev); in tegra_vde_attach_dmabuf() 563 if (IS_ERR(attachment)) { in tegra_vde_attach_dmabuf() 565 err = PTR_ERR(attachment); in tegra_vde_attach_dmabuf() 569 sgt = dma_buf_map_attachment(attachment, dma_dir); in tegra_vde_attach_dmabuf() 583 *a = attachment; in tegra_vde_attach_dmabuf() 592 dma_buf_unmap_attachment(attachment, sgt, dma_dir); in tegra_vde_attach_dmabuf() 594 dma_buf_detach(dmabuf, attachment); in tegra_vde_attach_dmabuf()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gem.c | 796 struct dma_buf_attachment *attachment; in amdgpu_debugfs_gem_bo_info() local 823 attachment = READ_ONCE(bo->gem_base.import_attach); in amdgpu_debugfs_gem_bo_info() 825 if (attachment) in amdgpu_debugfs_gem_bo_info()
|
/Linux-v4.19/drivers/sbus/char/ |
D | Kconfig | 28 events, and can also notice the attachment/detachment of external
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-ofw | 11 have no attachment to the system tree and will appear in a
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Yama.rst | 30 specifically disallow such ptrace attachment (e.g. ssh-agent), but many
|
/Linux-v4.19/Documentation/process/ |
D | email-clients.rst | 152 them as text, right click on the attachment and select properties, and 153 highlight :menuselection:`Suggest automatic display` to make the attachment
|
D | submitting-patches.rst | 353 Do not attach the patch as a MIME attachment, compressed or not. 355 attachment as plain text, making it impossible to comment on your 356 code. A MIME attachment also takes Linus a bit more time to process,
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | fimc.rst | 29 - dynamic pipeline re-configuration at runtime (re-attachment of any FIMC
|
/Linux-v4.19/Documentation/s390/ |
D | 3270.txt | 3 This file describes the driver that supports local channel attachment
|
D | cds.txt | 20 attachment functionality itself, or the operating system provides for a
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | cgroups.txt | 256 The attachment of each task, automatically inherited at fork by any 624 post-attachment activity that requires memory allocations or blocking.
|
D | cpusets.txt | 194 The attachment of each task, automatically inherited at fork by any
|
/Linux-v4.19/Documentation/rapidio/ |
D | rapidio.txt | 90 the same device without blocking attachment of a device-specific driver.
|
/Linux-v4.19/scripts/ |
D | spelling.txt | 167 attachement||attachment
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi_fc_transport.txt | 337 FC adapter. The vport_create is synonymous with driver attachment
|
/Linux-v4.19/drivers/char/ |
D | Kconfig | 399 support direct attachment to public switched telephone networks (PSTNs)
|
/Linux-v4.19/Documentation/security/ |
D | credentials.rst | 282 longer permit attachment to process-specific keyrings in the requesting
|
/Linux-v4.19/Documentation/security/keys/ |
D | core.rst | 429 KEYCTL_SEARCH, including the optional attachment of the discovered key to
|
/Linux-v4.19/init/ |
D | Kconfig | 889 of attachment. For instance, programs that are attached using
|