Home
last modified time | relevance | path

Searched refs:handle (Results 1176 – 1200 of 4154) sorted by relevance

1...<<41424344454647484950>>...167

/openbmc/linux/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh85 local handle=$1; shift
91 | jq ".[] | select(.options.handle == $handle) | \
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dskbedit_priority.sh67 tc qdisc add dev $swp2 root handle 10: \
123 tc filter add $locus handle 101 pref 1 \
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dintel,ixp4xx-crypto.yaml23 intel,npe-handle:
52 - intel,npe-handle
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dfaraday,ftgmac100.yaml49 phy-handle: true
90 phy-handle = <&phy>;
/openbmc/linux/drivers/acpi/
H A Dacpi_platform.c131 acpi_walk_resources(adev->handle, METHOD_NAME__CRS, in acpi_create_platform_device()
182 set_dev_node(&pdev->dev, acpi_get_node(adev->handle)); in acpi_create_platform_device()
/openbmc/linux/drivers/platform/x86/
H A Dxo15-ebook.c49 status = acpi_evaluate_integer(device->handle, "EBK", NULL, &state); in ebook_send_state()
67 acpi_handle_debug(device->handle, in ebook_switch_notify()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_events.h39 uint16_t handle; member
80 uint16_t handle[]; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi.c2025 static int si_common_early_init(void *handle) in si_common_early_init() argument
2151 static int si_common_sw_init(void *handle) in si_common_sw_init() argument
2156 static int si_common_sw_fini(void *handle) in si_common_sw_fini() argument
2649 static int si_common_hw_init(void *handle) in si_common_hw_init() argument
2661 static int si_common_hw_fini(void *handle) in si_common_hw_fini() argument
2666 static int si_common_suspend(void *handle) in si_common_suspend() argument
2673 static int si_common_resume(void *handle) in si_common_resume() argument
2680 static bool si_common_is_idle(void *handle) in si_common_is_idle() argument
2685 static int si_common_wait_for_idle(void *handle) in si_common_wait_for_idle() argument
2690 static int si_common_soft_reset(void *handle) in si_common_soft_reset() argument
[all …]
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/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/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/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/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/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/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/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/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/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()
868 radix_tree_delete(&ctx->handles_vma, handle); in __eb_add_lut()
930 err = __eb_add_lut(eb, handle, vma); in eb_lookup_vma()
950 vma = eb_lookup_vma(eb, eb->exec[i].handle); in eb_lookup_vmas()
1066 if (handle >= -eb->lut_size) in eb_get_vma()
1068 return &eb->vma[handle]; in eb_get_vma()
[all …]
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c69 u32 handle, auth_sz, session_handle; in sandbox_tpm2_check_session() local
96 handle = get_unaligned_be32(*auth); in sandbox_tpm2_check_session()
97 *auth += sizeof(handle); in sandbox_tpm2_check_session()
106 switch (handle) { in sandbox_tpm2_check_session()
121 printf("Wrong handle 0x%x\n", handle); in sandbox_tpm2_check_session()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_test.c266 uint32_t handle = ring->idx ^ 0xdeafbeef; in radeon_test_create_and_emit_fence() local
270 r = radeon_uvd_get_create_msg(rdev, ring->idx, handle, NULL); in radeon_test_create_and_emit_fence()
276 r = radeon_uvd_get_destroy_msg(rdev, ring->idx, handle, fence); in radeon_test_create_and_emit_fence()
284 r = radeon_vce_get_create_msg(rdev, ring->idx, handle, NULL); in radeon_test_create_and_emit_fence()
290 r = radeon_vce_get_destroy_msg(rdev, ring->idx, handle, fence); in radeon_test_create_and_emit_fence()
/openbmc/qemu/util/
H A Dmain-loop.c364 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque)
375 if (w->events[i] == handle) {
380 w->events[w->num] = handle;
388 void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque)
395 if (w->events[i] == handle) {
/openbmc/u-boot/include/
H A Defi_driver.h30 int (*bind)(efi_handle_t handle, void *interface);
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_miniapp_return.c21 efi_status_t EFIAPI efi_main(efi_handle_t handle, in efi_main() argument

1...<<41424344454647484950>>...167