/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_vxlan_nolocalbypass.sh | 85 local handle=$1; shift 91 | jq ".[] | select(.options.handle == $handle) | \
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | skbedit_priority.sh | 67 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 D | intel,ixp4xx-crypto.yaml | 23 intel,npe-handle: 52 - intel,npe-handle
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | faraday,ftgmac100.yaml | 49 phy-handle: true 90 phy-handle = <&phy>;
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_platform.c | 131 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 D | xo15-ebook.c | 49 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 D | cxl_events.h | 39 uint16_t handle; member 80 uint16_t handle[]; member
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | si.c | 2025 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 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/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/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/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/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/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/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/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/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/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() 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 D | tpm2_tis_sandbox.c | 69 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 D | radeon_test.c | 266 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 D | main-loop.c | 364 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 D | efi_driver.h | 30 int (*bind)(efi_handle_t handle, void *interface);
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_miniapp_return.c | 21 efi_status_t EFIAPI efi_main(efi_handle_t handle, in efi_main() argument
|