/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0015-EGL-glplatform.h-define-EGL_CAST.patch | 6 C++ / C typecast macros for special EGL handle values: used by libepoxy code 22 +/* C++ / C typecast macros for special EGL handle values */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-openrd-client.dts | 64 phy-handle = <ðphy0>; 71 phy-handle = <ðphy1>;
|
H A D | uniphier-pxs3-ref.dts | 84 phy-handle = <ðphy0>; 95 phy-handle = <ðphy1>;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/ |
H A D | CVE-2023-33460.patch | 23 YA_FREE(&(handle->alloc), internal_err_str); 29 yajl_free (handle);
|
/openbmc/linux/include/drm/ |
H A D | drm_prime.h | 71 struct drm_file *file_priv, int prime_fd, uint32_t *handle); 73 struct drm_file *file_priv, uint32_t handle, uint32_t flags,
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-openrd-client.dts | 64 phy-handle = <ðphy0>; 71 phy-handle = <ðphy1>;
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | client.h | 25 struct nvkm_client *nvkm_client_search(struct nvkm_client *, u64 handle); 33 _object->handle, _object->oclass, ##a); \
|
/openbmc/linux/arch/arm/boot/dts/hisilicon/ |
H A D | hisi-x5hd2-dkb.dts | 55 phy-handle = <&phy2>; 69 phy-handle = <&phy1>;
|
/openbmc/linux/include/acpi/platform/ |
H A D | aclinuxex.h | 118 static inline void acpi_os_delete_raw_lock(acpi_raw_spinlock handle) in acpi_os_delete_raw_lock() argument 120 ACPI_FREE(handle); in acpi_os_delete_raw_lock()
|
/openbmc/linux/include/linux/ |
H A D | kcov.h | 44 void kcov_remote_start(u64 handle); 100 static inline void kcov_remote_start(u64 handle) {} in kcov_remote_start() argument
|
/openbmc/linux/mm/ |
H A D | zswap.c | 208 unsigned long handle; member 399 zpool_free(zswap_find_zpool(entry), entry->handle); in zswap_free_entry() 1118 zpool_unmap_handle(pool, entry->handle); in zswap_writeback_entry() 1133 zpool_unmap_handle(pool, entry->handle); in zswap_writeback_entry() 1207 unsigned long handle, value; in zswap_store() local 1325 ret = zpool_malloc(zpool, dlen, gfp, &handle); in zswap_store() 1334 buf = zpool_map_handle(zpool, handle, ZPOOL_MM_WO); in zswap_store() 1336 zpool_unmap_handle(zpool, handle); in zswap_store() 1341 entry->handle = handle; in zswap_store() 1446 zpool_unmap_handle(zpool, entry->handle); in zswap_load() [all …]
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | atvda.h | 1027 u32 handle; member 1039 u32 handle; member 1087 u32 handle; member 1117 u32 handle; member 1130 u32 handle; member 1145 u32 handle; member 1157 u32 handle; member 1186 u32 handle; member 1203 u32 handle; member 1285 u32 handle; member
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 232 acpi_handle handle; /* for multiple IOC's */ member 1940 acpi_handle handle, parent; in sba_connect_bus() local 1951 if (!handle) in sba_connect_bus() 1961 if (ioc->handle == handle) { in sba_connect_bus() 1966 status = acpi_get_parent(handle, &parent); in sba_connect_bus() 1967 handle = parent; in sba_connect_bus() 1979 node = acpi_get_node(handle); in sba_map_ioc_to_node() 1989 acpi_handle handle = ioc->handle; in acpi_sba_ioc_add() local 1999 status = acpi_get_object_info(handle, &adi); in acpi_sba_ioc_add() 2024 sba_map_ioc_to_node(ioc, handle); in acpi_sba_ioc_add() [all …]
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | flash.c | 191 unwa->unit_address = cpu_to_be64(adapter->guest->handle); in update_devicetree() 312 rc = fct(adapter->guest->handle, virt_to_phys(le), entries, in handle_image() 335 cxl_h_reset_adapter(adapter->guest->handle); in transfer_image() 344 cxl_h_reset_adapter(adapter->guest->handle); in transfer_image() 353 cxl_h_reset_adapter(adapter->guest->handle); in transfer_image() 501 cxl_h_reset_adapter(adapter->guest->handle); in device_close()
|
H A D | guest.c | 117 rc = cxl_h_collect_vpd_adapter(adapter->guest->handle, in guest_collect_vpd() 120 rc = cxl_h_collect_vpd(afu->guest->handle, 0, in guest_collect_vpd() 186 rc = cxl_h_read_error_state(afu->guest->handle, &state); in afu_read_error_state() 203 rc = cxl_h_get_fn_error_interrupt(afu->guest->handle, &serr); in guest_slice_irq_err() 214 rc = cxl_h_ack_fn_error_interrupt(afu->guest->handle, serr); in guest_slice_irq_err() 281 rc = cxl_h_reset_adapter(adapter->guest->handle); in guest_reset() 434 rc = cxl_h_get_config(afu->guest->handle, cr_idx, offset, in _guest_afu_cr_readXX() 591 rc = cxl_h_attach_process(ctx->afu->guest->handle, elem, in attach_afu_directed() 643 if (cxl_h_detach_process(ctx->afu->guest->handle, ctx->process_token)) in detach_afu_directed() 690 rc = cxl_h_get_afu_err(afu->guest->handle, in guest_afu_read_err_buffer() [all …]
|
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_proc.c | 459 struct fwnode_handle *handle = NULL; in sun6i_isp_proc_source_setup() local 462 handle = fwnode_graph_get_endpoint_by_id(dev_fwnode(dev), port, 0, 0); in sun6i_isp_proc_source_setup() 463 if (!handle) in sun6i_isp_proc_source_setup() 466 ret = v4l2_fwnode_endpoint_parse(handle, endpoint); in sun6i_isp_proc_source_setup() 471 v4l2_async_nf_add_fwnode_remote(notifier, handle, in sun6i_isp_proc_source_setup() 484 fwnode_handle_put(handle); in sun6i_isp_proc_source_setup()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3-sva.c | 35 #define sva_to_bond(handle) \ argument 36 container_of(handle, struct arm_smmu_bond, sva) 565 struct iommu_sva *handle; in arm_smmu_sva_set_dev_pasid() local 569 handle = __arm_smmu_sva_bind(dev, mm); in arm_smmu_sva_set_dev_pasid() 570 if (IS_ERR(handle)) in arm_smmu_sva_set_dev_pasid() 571 ret = PTR_ERR(handle); in arm_smmu_sva_set_dev_pasid()
|
/openbmc/linux/Documentation/crypto/ |
H A D | architecture.rst | 76 must ensure it can handle such asynchronous events by applying 108 initialization of a cipher handle, the kernel crypto API looks up all 178 When allocating a cipher handle, the caller only specifies the cipher 329 cipher handle for GCM is provided to SEQIV. This means that SEQIV 330 invokes AEAD cipher operations with the GCM cipher handle. 332 During instantiation of the GCM handle, the CTR(AES) and GHASH 341 with the instantiated CTR(AES) cipher handle. 344 implementation of AES is instantiated. The cipher handle for AES is 352 cipher handle to encrypt one block. 411 where the SHA256 cipher handle is used. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | mt9m001.txt | 13 - reset-gpios: GPIO handle which is connected to the reset pin of the chip. 15 - standby-gpios: GPIO handle which is connected to the standby pin of the chip.
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | marvell-pxa168.txt | 13 - phy-handle: see ethernet.txt file in the same directory. 33 phy-handle = <ðphy0>;
|
/openbmc/linux/fs/ocfs2/ |
H A D | file.h | 34 handle_t *handle, 38 int ocfs2_set_inode_size(handle_t *handle,
|
/openbmc/linux/include/xen/interface/io/ |
H A D | blkif.h | 196 blkif_vdev_t handle; /* only for read/write requests */ member 235 blkif_vdev_t handle; member
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ulp.h | 44 void *handle; member 106 void *handle);
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_va.c | 74 static void vmw_stream_set_arg_handle(void *data, u32 handle) in vmw_stream_set_arg_handle() argument 78 arg->stream_id = handle; in vmw_stream_set_arg_handle()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 283 __u16 handle; member 306 __u16 handle; member 649 #define HCI_PHY_HANDLE(handle) (handle & 0xff) argument 672 __u16 handle; member 765 __u16 handle; member 1071 if (c->handle == handle) { in hci_conn_lookup_type() 1131 __u16 handle) in hci_conn_hash_lookup_handle() argument 1139 if (c->handle == handle) { in hci_conn_hash_lookup_handle() 1229 __u8 handle) in hci_conn_hash_lookup_cig() argument 1252 __u8 handle) in hci_conn_hash_lookup_big() argument [all …]
|