Searched +full:resource +full:- +full:attachments (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | cirrus,ep9301-adc.yaml | 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.pdf 16 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 20 const: cirrus,ep9301-adc 32 - compatible 33 - reg 34 - clocks [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 1 // SPDX-License-Identifier: MIT 3 * Copyright 2014-2018 Advanced Micro Devices, Inc. 23 #include <linux/dma-buf.h> 72 #define domain_string(domain) domain_bit_to_string[ffs(domain)-1] 81 list_for_each_entry(entry, &mem->attachments, list) in kfd_mem_is_attached() 82 if (entry->bo_va->base.vm == avm) in kfd_mem_is_attached() 89 * reuse_dmamap() - Check whether adev can share the original 103 return (adev->ram_is_direct_mapped && bo_adev->ram_is_direct_mapped) || in reuse_dmamap() 104 (adev->dev->iommu_group == bo_adev->dev->iommu_group); in reuse_dmamap() 108 * System (TTM + userptr) memory - 15/16th System RAM [all …]
|
H A D | amdgpu_cs.c | 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 …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Storage.v1_19_0.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 9 "description": "The available actions for this resource.", 10 "longDescription": "This type shall contain the available actions for this resource.", 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 43 "description": "The available OEM-specific actions for this resource.", 44 …ngDescription": "This property shall contain the available OEM-specific actions for this resource." 58 "NonRAID": "Automatically create non-RAID volumes.", 69 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 96 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Storage.v1_19_0.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 9 "description": "The available actions for this resource.", 10 "longDescription": "This type shall contain the available actions for this resource.", 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 43 "description": "The available OEM-specific actions for this resource.", 44 …ngDescription": "This property shall contain the available OEM-specific actions for this resource." 58 "NonRAID": "Automatically create non-RAID volumes.", 69 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 96 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status", [all …]
|
/openbmc/linux/security/apparmor/include/ |
H A D | policy.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 * Copyright (C) 1998-2008 Novell/SUSE 8 * Copyright 2009-2010 Canonical Ltd. 31 #include "resource.h" 43 ((_profile)->mode == (_mode))) 51 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) 53 #define CHECK_DEBUG1(_profile) ((_profile)->label.flags & FLAG_DEBUG1) 55 #define CHECK_DEBUG2(_profile) ((_profile)->label.flags & FLAG_DEBUG2) 57 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label)) 59 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Storage_v1.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!----> 3 <!--################################################################################ … 4 <!--# Redfish Schema: Storage v1.19.0 … 5 <!--# … 6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, … 7 <!--# available at http://www.dmtf.org/standards/redfish … 8 <!--# Copyright 2014-2025 DMTF in cooperation with the Storage Networking Industry Association (SNI… 9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright … 10 <!--################################################################################ … [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | Storage_v1.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!----> 3 <!--################################################################################ --> 4 <!- [all...] |