Home
last modified time | relevance | path

Searched refs:handle (Results 1126 – 1150 of 4091) sorted by relevance

1...<<41424344454647484950>>...164

/openbmc/linux/arch/powerpc/boot/dts/
H A Dstx_gp3_8560.dts149 tbi-handle = <&tbi0>;
150 phy-handle = <&phy2>;
187 tbi-handle = <&tbi1>;
188 phy-handle = <&phy4>;
H A Dasp834x-redboot.dts192 tbi-handle = <&tbi0>;
193 phy-handle = <&phy0>;
233 tbi-handle = <&tbi1>;
234 phy-handle = <&phy1>;
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp1024rdb.dtsi214 phy-handle = <&phy2>;
219 phy-handle = <&phy0>;
220 tbi-handle = <&tbi0>;
225 phy-handle = <&phy1>;
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dgem.c205 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 Ddrm_gem_dma_helper.c193 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 Dbase.c143 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 Duser.c35 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 Dcxl_cdat.h91 uint8_t handle; member
115 uint8_t handle; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/
H A D0001-setup.py-StrictVersion-packaging.version.patch39 with open(self.config_path(self.path)) as handle:
40 for line in handle:
/openbmc/smbios-mdr/include/
H A Dsystem.hpp77 uint16_t handle; member
105 uint16_t handle; member
/openbmc/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3-ref.dts100 phy-handle = <&ethphy0>;
111 phy-handle = <&ethphy1>;
/openbmc/linux/include/linux/
H A Dio.h124 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 Dqla_nvme.h51 uint32_t handle; /* System handle. */ member
89 uint32_t handle; member
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c47 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 Dhinic_hw_dev.c529 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 Dhclge_ptp.c55 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 Dhclge_regs.c582 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 Dqxl_cmd.c422 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 Detnaviv_drv.c282 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 Djpeg_v1_0.c465 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 Dsun8i_a83t_mipi_csi2.c502 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 Dkfd_ioctl.h424 __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 Dvenc_h264_if.c615 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 D0001-Allow-applications-to-set-next-resource-handle.patch4 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 Dtopstar-laptop.c63 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()

1...<<41424344454647484950>>...164