/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | stx_gp3_8560.dts | 149 tbi-handle = <&tbi0>; 150 phy-handle = <&phy2>; 187 tbi-handle = <&tbi1>; 188 phy-handle = <&phy4>;
|
H A D | asp834x-redboot.dts | 192 tbi-handle = <&tbi0>; 193 phy-handle = <&phy0>; 233 tbi-handle = <&tbi1>; 234 phy-handle = <&phy1>;
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1024rdb.dtsi | 214 phy-handle = <&phy2>; 219 phy-handle = <&phy0>; 220 tbi-handle = <&tbi0>; 225 phy-handle = <&phy1>;
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | gem.c | 205 u32 handle; in psb_gem_dumb_create() local 221 ret = drm_gem_handle_create(file, obj, &handle); in psb_gem_dumb_create() 229 args->handle = handle; in psb_gem_dumb_create()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_dma_helper.c | 193 uint32_t *handle) in drm_gem_dma_create_with_handle() argument 209 ret = drm_gem_handle_create(file_priv, gem_obj, handle); in drm_gem_dma_create_with_handle() 279 &args->handle); in drm_gem_dma_dumb_create_internal() 312 &args->handle); in drm_gem_dma_dumb_create()
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 143 static u32 of_phandle_cache_hash(phandle handle) in of_phandle_cache_hash() argument 145 return hash_32(handle, OF_PHANDLE_CACHE_BITS); in of_phandle_cache_hash() 151 void __of_phandle_cache_inv_entry(phandle handle) in __of_phandle_cache_inv_entry() argument 156 if (!handle) in __of_phandle_cache_inv_entry() 159 handle_hash = of_phandle_cache_hash(handle); in __of_phandle_cache_inv_entry() 162 if (np && handle == np->phandle) in __of_phandle_cache_inv_entry() 1062 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() argument 1068 if (!handle) in of_find_node_by_phandle() 1071 handle_hash = of_phandle_cache_hash(handle); in of_find_node_by_phandle() 1076 handle == phandle_cache[handle_hash]->phandle) in of_find_node_by_phandle() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | user.c | 35 nvkm_dmaobj_search(struct nvkm_client *client, u64 handle) in nvkm_dmaobj_search() argument 39 object = nvkm_object_search(client, handle, &nvkm_dmaobj_func); in nvkm_dmaobj_search()
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_cdat.h | 91 uint8_t handle; member 115 uint8_t handle; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/ |
H A D | 0001-setup.py-StrictVersion-packaging.version.patch | 39 with open(self.config_path(self.path)) as handle: 40 for line in handle:
|
/openbmc/smbios-mdr/include/ |
H A D | system.hpp | 77 uint16_t handle; member 105 uint16_t handle; member
|
/openbmc/linux/arch/arm64/boot/dts/socionext/ |
H A D | uniphier-pxs3-ref.dts | 100 phy-handle = <ðphy0>; 111 phy-handle = <ðphy1>;
|
/openbmc/linux/include/linux/ |
H A D | io.h | 124 static inline void arch_phys_wc_del(int handle) in arch_phys_wc_del() argument 130 static inline int arch_phys_wc_index(int handle) in arch_phys_wc_index() argument
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nvme.h | 51 uint32_t handle; /* System handle. */ member 89 uint32_t handle; member
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 47 u32 handle; member 574 ev->handle = entry->handle; in eb_add_vma() 576 &eb->buckets[hash_32(entry->handle, in eb_add_vma() 838 u32 handle, struct i915_vma *vma) in __eb_add_lut() argument 851 lut->handle = handle; in __eb_add_lut() 858 err = radix_tree_insert(&ctx->handles_vma, handle, vma); in __eb_add_lut() 865 if (idr_find(&eb->file->object_idr, handle) == obj) { in __eb_add_lut() 868 radix_tree_delete(&ctx->handles_vma, handle); in __eb_add_lut() 887 static struct i915_vma *eb_lookup_vma(struct i915_execbuffer *eb, u32 handle) in eb_lookup_vma() argument 897 vma = radix_tree_lookup(&eb->gem_context->handles_vma, handle); in eb_lookup_vma() [all …]
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_dev.c | 529 enum hinic_mgmt_msg_cmd cmd, void *handle, in hinic_hwdev_cb_register() argument 530 void (*handler)(void *handle, void *buf_in, in hinic_hwdev_cb_register() argument 544 nic_cb->handle = handle; in hinic_hwdev_cb_register() 586 static void nic_mgmt_msg_handler(void *handle, u8 cmd, void *buf_in, in nic_mgmt_msg_handler() argument 589 struct hinic_pfhwdev *pfhwdev = handle; in nic_mgmt_msg_handler() 616 nic_cb->handler(nic_cb->handle, buf_in, in nic_mgmt_msg_handler() 663 static void comm_mgmt_msg_handler(void *handle, u8 cmd, void *buf_in, in comm_mgmt_msg_handler() argument 666 struct hinic_pfhwdev *pfhwdev = handle; in comm_mgmt_msg_handler()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_ptp.c | 55 bool hclge_ptp_set_tx_info(struct hnae3_handle *handle, struct sk_buff *skb) in hclge_ptp_set_tx_info() argument 57 struct hclge_vport *vport = hclge_get_vport(handle); in hclge_ptp_set_tx_info() 102 void hclge_ptp_get_rx_hwts(struct hnae3_handle *handle, struct sk_buff *skb, in hclge_ptp_get_rx_hwts() argument 105 struct hclge_vport *vport = hclge_get_vport(handle); in hclge_ptp_get_rx_hwts() 380 int hclge_ptp_get_ts_info(struct hnae3_handle *handle, in hclge_ptp_get_ts_info() argument 383 struct hclge_vport *vport = hclge_get_vport(handle); in hclge_ptp_get_ts_info()
|
H A D | hclge_regs.c | 582 int hclge_get_regs_len(struct hnae3_handle *handle) in hclge_get_regs_len() argument 584 struct hnae3_knic_private_info *kinfo = &handle->kinfo; in hclge_get_regs_len() 585 struct hclge_vport *vport = hclge_get_vport(handle); in hclge_get_regs_len() 619 void hclge_get_regs(struct hnae3_handle *handle, u32 *version, in hclge_get_regs() argument 624 struct hnae3_knic_private_info *kinfo = &handle->kinfo; in hclge_get_regs() 625 struct hclge_vport *vport = hclge_get_vport(handle); in hclge_get_regs()
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_cmd.c | 422 uint32_t handle; in qxl_surface_id_alloc() local 433 handle = idr_ret; in qxl_surface_id_alloc() 435 if (handle >= qdev->rom->n_surfaces) { in qxl_surface_id_alloc() 438 idr_remove(&qdev->surf_id_idr, handle); in qxl_surface_id_alloc() 443 surf->surface_id = handle; in qxl_surface_id_alloc() 446 qdev->last_alloced_surf_id = handle; in qxl_surface_id_alloc()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 282 args->flags, &args->handle); in etnaviv_ioctl_gem_new() 295 obj = drm_gem_object_lookup(file, args->handle); in etnaviv_ioctl_gem_cpu_prep() 316 obj = drm_gem_object_lookup(file, args->handle); in etnaviv_ioctl_gem_cpu_fini() 337 obj = drm_gem_object_lookup(file, args->handle); in etnaviv_ioctl_gem_info() 393 &args->handle); in etnaviv_ioctl_gem_userptr() 416 obj = drm_gem_object_lookup(file, args->handle); in etnaviv_ioctl_gem_wait()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | jpeg_v1_0.c | 465 int jpeg_v1_0_early_init(void *handle) in jpeg_v1_0_early_init() argument 467 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in jpeg_v1_0_early_init() 484 int jpeg_v1_0_sw_init(void *handle) in jpeg_v1_0_sw_init() argument 486 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in jpeg_v1_0_sw_init() 516 void jpeg_v1_0_sw_fini(void *handle) in jpeg_v1_0_sw_fini() argument 518 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in jpeg_v1_0_sw_fini()
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
H A D | sun8i_a83t_mipi_csi2.c | 502 struct fwnode_handle *handle; in sun8i_a83t_mipi_csi2_bridge_source_setup() local 506 handle = fwnode_graph_get_endpoint_by_id(dev_fwnode(dev), 0, 0, in sun8i_a83t_mipi_csi2_bridge_source_setup() 508 if (!handle) in sun8i_a83t_mipi_csi2_bridge_source_setup() 513 ret = v4l2_fwnode_endpoint_parse(handle, endpoint); in sun8i_a83t_mipi_csi2_bridge_source_setup() 518 v4l2_async_nf_add_fwnode_remote(notifier, handle, in sun8i_a83t_mipi_csi2_bridge_source_setup() 524 fwnode_handle_put(handle); in sun8i_a83t_mipi_csi2_bridge_source_setup()
|
/openbmc/linux/include/uapi/linux/ |
H A D | kfd_ioctl.h | 424 __u64 handle; /* from KFD */ member 435 __u64 handle; /* to KFD */ member 454 __u64 handle; /* to KFD */ member 465 __u64 handle; /* to KFD */ member 498 __u64 handle; /* from KFD */ member 504 __u64 handle; /* to KFD */ member
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
H A D | venc_h264_if.c | 615 static int h264_enc_encode(void *handle, in h264_enc_encode() argument 622 struct venc_h264_inst *inst = (struct venc_h264_inst *)handle; in h264_enc_encode() 747 static int h264_enc_set_param(void *handle, in h264_enc_set_param() argument 752 struct venc_h264_inst *inst = (struct venc_h264_inst *)handle; in h264_enc_set_param() 795 static int h264_enc_deinit(void *handle) in h264_enc_deinit() argument 798 struct venc_h264_inst *inst = (struct venc_h264_inst *)handle; in h264_enc_deinit()
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0001-Allow-applications-to-set-next-resource-handle.patch | 4 Subject: [PATCH] Allow applications to set next resource handle 70 + * resource handle into the CreateWindowSurface and 74 +EGLAPI EGLBoolean EGLAPIENTRY eglSetNextResourceHandle(DISPMANX_RESOURCE_HANDLE_T handle) 76 + next_resource_handle = handle; 203 …ers_impl, (EGL_SURFACE_ID_T s, uint32_t width, uint32_t height, uint32_t handle, uint32_t preserve… 204 …ers_impl, (EGL_SURFACE_ID_T s, uint32_t width, uint32_t height, uint32_t handle, uint32_t preserve…
|
/openbmc/linux/drivers/platform/x86/ |
H A D | topstar-laptop.c | 63 status = acpi_evaluate_integer(topstar->device->handle, in topstar_led_set() 76 status = acpi_execute_simple_method(topstar->device->handle, in topstar_led_set() 226 status = acpi_execute_simple_method(device->handle, "FNCX", arg); in topstar_acpi_fncx_switch()
|