Searched +full:resource +full:- +full:attachments (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/cirrus,ep9301-adc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#13 https://cdn.embeddedts.com/resource-attachments/ts-7000_ep9301-ug.pdf16 - Alexander Sverdlin <alexander.sverdlin@gmail.com>20 const: cirrus,ep9301-adc32 - compatible33 - reg34 - clocks[all …]
1 // SPDX-License-Identifier: MIT3 * Copyright 2014-2018 Advanced Micro Devices, Inc.23 #include <linux/dma-buf.h>73 #define domain_string(domain) domain_bit_to_string[ffs(domain)-1]82 list_for_each_entry(entry, &mem->attachments, list) in kfd_mem_is_attached()83 if (entry->bo_va->base.vm == avm) in kfd_mem_is_attached()90 * reuse_dmamap() - Check whether adev can share the original104 return (adev->ram_is_direct_mapped && bo_adev->ram_is_direct_mapped) || in reuse_dmamap()105 (adev->dev->iommu_group == bo_adev->dev->iommu_group); in reuse_dmamap()109 * System (TTM + userptr) memory - 15/16th System RAM[all …]
31 #include <linux/dma-buf.h>49 struct amdgpu_fpriv *fpriv = filp->driver_priv; in amdgpu_cs_parser_init()51 if (cs->in.num_chunks == 0) in amdgpu_cs_parser_init()52 return -EINVAL; in amdgpu_cs_parser_init()55 p->adev = adev; in amdgpu_cs_parser_init()56 p->filp = filp; in amdgpu_cs_parser_init()58 p->ctx = amdgpu_ctx_get(fpriv, cs->in.ctx_id); in amdgpu_cs_parser_init()59 if (!p->ctx) in amdgpu_cs_parser_init()60 return -EINVAL; in amdgpu_cs_parser_init()62 if (atomic_read(&p->ctx->guilty)) { in amdgpu_cs_parser_init()[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */7 * Copyright (C) 1998-2008 Novell/SUSE8 * Copyright 2009-2010 Canonical Ltd.31 #include "resource.h"44 ((_profile)->mode == (_mode)))52 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT)54 #define CHECK_DEBUG1(_profile) ((_profile)->label.flags & FLAG_DEBUG1)56 #define CHECK_DEBUG2(_profile) ((_profile)->label.flags & FLAG_DEBUG2)58 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label))60 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)[all …]