/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_ioctl.c | 77 virtio_gpu_map->handle, in virtio_gpu_map_ioctl() 128 uint32_t handle = 0; in virtio_gpu_resource_create_ioctl() local 171 ret = drm_gem_handle_create(file, obj, &handle); in virtio_gpu_resource_create_ioctl() 178 rc->bo_handle = handle; in virtio_gpu_resource_create_ioctl() 339 obj = drm_gem_object_lookup(file, args->handle); in virtio_gpu_wait_ioctl() 490 uint32_t handle = 0; in virtio_gpu_resource_create_blob_ioctl() local 544 ret = drm_gem_handle_create(file, obj, &handle); in virtio_gpu_resource_create_blob_ioctl() 551 rc_blob->bo_handle = handle; in virtio_gpu_resource_create_blob_ioctl()
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_drv.c | 101 ret = drm_gem_handle_create(file, &bo->base.base, &args->handle); in panfrost_ioctl_create_bo() 319 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in panfrost_ioctl_wait_bo() 345 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in panfrost_ioctl_mmap_bo() 347 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in panfrost_ioctl_mmap_bo() 375 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in panfrost_ioctl_get_bo_offset() 377 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in panfrost_ioctl_get_bo_offset() 403 gem_obj = drm_gem_object_lookup(file_priv, args->handle); in panfrost_ioctl_madvise() 405 DRM_DEBUG("Failed to look up GEM BO %d\n", args->handle); in panfrost_ioctl_madvise()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.c | 376 init->subchan[0].handle = 0x00000000; in nouveau_abi16_ioctl_channel_alloc() 378 init->subchan[1].handle = chan->chan->nvsw.handle; in nouveau_abi16_ioctl_channel_alloc() 519 if (init->handle == ~0) in nouveau_abi16_ioctl_grobj_alloc() 587 ret = nvif_object_ctor(&chan->chan->user, "abi16EngObj", init->handle, in nouveau_abi16_ioctl_grobj_alloc() 653 ret = nvif_object_ctor(&chan->chan->user, "abi16Ntfy", info->handle, in nouveau_abi16_ioctl_notifierobj_alloc() 687 if (ntfy->object.handle == fini->handle) { in nouveau_abi16_ioctl_gpuobj_free()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ll2.c | 52 u8 handle; member 955 *handle = QED_LL2_UNUSED_HANDLE; in qed_ll2_stop_ooo() 1536 u8 handle, in qed_ll2_handle_to_queue_id() argument 2389 u8 *handle, bool lb) in qed_ll2_set_conn_data() argument 2399 data->p_connection_handle = handle; in qed_ll2_set_conn_data() 2420 QED_LL2_TYPE_OOO, handle, true); in qed_ll2_start_ooo() 2439 *handle = QED_LL2_UNUSED_HANDLE; in qed_ll2_start_ooo() 2527 &cdev->ll2->handle, false); in __qed_ll2_start() 2546 cdev->ll2->handle, in __qed_ll2_start() 2756 cdev->ll2->handle, in qed_ll2_start_xmit() [all …]
|
/openbmc/linux/drivers/block/zram/ |
H A D | zram_drv.c | 87 return zram->table[index].handle; in zram_get_handle() 92 zram->table[index].handle = handle; in zram_set_handle() 1258 unsigned long handle; in zram_free_page() local 1293 if (!handle) in zram_free_page() 1296 zs_free(zram->mem_pool, handle); in zram_free_page() 1316 unsigned long handle; in zram_read_from_zspool() local 1416 unsigned long handle = -ENOMEM; in zram_write_page() local 1442 zs_free(zram->mem_pool, handle); in zram_write_page() 1461 if (IS_ERR_VALUE(handle)) in zram_write_page() 1467 if (IS_ERR_VALUE(handle)) { in zram_write_page() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 550 if handle: 551 spec += " handle %s" % (handle) 576 return self.cls_filter_op(op=op, prio=prio, handle=handle, cls=cls, 881 sim.cls_bpf_add_filter(obj, prio=1, handle=1) 882 sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1) 883 sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf") 885 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_sw=True) 887 sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf") 889 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=True) 891 sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf") [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 84 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 90 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 100 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 111 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 814 | jq ".[] | select(.options.handle == $handle) | \ 1297 tc filter add dev $host1_if ingress protocol ip pref 1 handle 101 \ 1343 tc filter del dev $host1_if ingress protocol ip pref 1 handle 101 flower 1365 tc filter add dev $host2_if ingress protocol ip pref 1 handle 101 \ 1379 tc filter del dev $host2_if ingress protocol ip pref 1 handle 101 flower 1563 tc filter add dev $host2_if ingress protocol $tc_proto pref 1 handle 101 \ [all …]
|
H A D | loopback.sh | 38 tc filter add dev $h1 ingress protocol arp pref 1 handle 101 flower \ 64 tc filter del dev $h1 ingress protocol arp pref 1 handle 101 flower
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 84 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 90 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 100 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 111 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 814 | jq ".[] | select(.options.handle == $handle) | \ 1297 tc filter add dev $host1_if ingress protocol ip pref 1 handle 101 \ 1343 tc filter del dev $host1_if ingress protocol ip pref 1 handle 101 flower 1365 tc filter add dev $host2_if ingress protocol ip pref 1 handle 101 \ 1379 tc filter del dev $host2_if ingress protocol ip pref 1 handle 101 flower 1563 tc filter add dev $host2_if ingress protocol $tc_proto pref 1 handle 101 \ [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 84 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 90 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 100 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 111 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 814 | jq ".[] | select(.options.handle == $handle) | \ 1297 tc filter add dev $host1_if ingress protocol ip pref 1 handle 101 \ 1343 tc filter del dev $host1_if ingress protocol ip pref 1 handle 101 flower 1365 tc filter add dev $host2_if ingress protocol ip pref 1 handle 101 \ 1379 tc filter del dev $host2_if ingress protocol ip pref 1 handle 101 flower 1563 tc filter add dev $host2_if ingress protocol $tc_proto pref 1 handle 101 \ [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 84 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 90 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 100 tc filter add dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 111 tc filter del dev $dev ingress protocol mpls_uc pref 1 handle 1 \ 814 | jq ".[] | select(.options.handle == $handle) | \ 1297 tc filter add dev $host1_if ingress protocol ip pref 1 handle 101 \ 1343 tc filter del dev $host1_if ingress protocol ip pref 1 handle 101 flower 1365 tc filter add dev $host2_if ingress protocol ip pref 1 handle 101 \ 1379 tc filter del dev $host2_if ingress protocol ip pref 1 handle 101 flower 1563 tc filter add dev $host2_if ingress protocol $tc_proto pref 1 handle 101 \ [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | ext4.h | 290 handle_t *handle; /* handle reserved for extent member 2878 void __ext4_fc_track_link(handle_t *handle, struct inode *inode, 2881 void ext4_fc_track_link(handle_t *handle, struct dentry *dentry); 2885 void ext4_fc_track_inode(handle_t *handle, struct inode *inode); 2948 int ext4_walk_page_buffers(handle_t *handle, 2954 int (*fn)(handle_t *handle, struct inode *inode, 3036 extern int ext4_init_new_dir(handle_t *handle, struct inode *dir, 3549 extern int ext4_try_add_inline_entry(handle_t *handle, 3552 extern int ext4_try_create_inline_dir(handle_t *handle, 3567 extern int ext4_delete_inline_entry(handle_t *handle, [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0005-interface-remove-faulty-assert-to-make-weston-happy-.patch | 25 - vcos_assert( dispmanx_client.pending_update_handle == handle); 26 dispmanx_client.update_callback(handle, dispmanx_client.update_callback_param);
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-sc7180-skips.txt | 5 # LUT support. None of the subtests handle the case of only having 9 # 4k@60 is not supported on this hw, but driver doesn't handle it
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | qoriq-fman3-0-10g-2.dtsi | 30 pcsphy-handle = <&pcsphy0>, <&pcsphy0>; 31 pcs-handle-names = "sgmii", "xfi";
|
H A D | qoriq-fman3-0-10g-3.dtsi | 30 pcsphy-handle = <&pcsphy1>, <&pcsphy1>; 31 pcs-handle-names = "sgmii", "xfi";
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_uvd.h | 79 int amdgpu_uvd_get_create_msg(struct amdgpu_ring *ring, uint32_t handle, 81 int amdgpu_uvd_get_destroy_msg(struct amdgpu_ring *ring, uint32_t handle,
|
H A D | cik.c | 2003 static int cik_common_early_init(void *handle) in cik_common_early_init() argument 2142 static int cik_common_sw_init(void *handle) in cik_common_sw_init() argument 2147 static int cik_common_sw_fini(void *handle) in cik_common_sw_fini() argument 2152 static int cik_common_hw_init(void *handle) in cik_common_hw_init() argument 2166 static int cik_common_hw_fini(void *handle) in cik_common_hw_fini() argument 2171 static int cik_common_suspend(void *handle) in cik_common_suspend() argument 2178 static int cik_common_resume(void *handle) in cik_common_resume() argument 2185 static bool cik_common_is_idle(void *handle) in cik_common_is_idle() argument 2190 static int cik_common_wait_for_idle(void *handle) in cik_common_wait_for_idle() argument 2195 static int cik_common_soft_reset(void *handle) in cik_common_soft_reset() argument [all …]
|
H A D | mes_v11_0.c | 51 static int mes_v11_0_hw_fini(void *handle); 1029 static int mes_v11_0_sw_init(void *handle) in mes_v11_0_sw_init() argument 1031 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_sw_init() 1068 static int mes_v11_0_sw_fini(void *handle) in mes_v11_0_sw_fini() argument 1070 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_sw_fini() 1216 static int mes_v11_0_hw_init(void *handle) in mes_v11_0_hw_init() argument 1265 static int mes_v11_0_hw_fini(void *handle) in mes_v11_0_hw_fini() argument 1270 static int mes_v11_0_suspend(void *handle) in mes_v11_0_suspend() argument 1282 static int mes_v11_0_resume(void *handle) in mes_v11_0_resume() argument 1294 static int mes_v11_0_early_init(void *handle) in mes_v11_0_early_init() argument [all …]
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource_priv.h | 126 void (*set_arg_handle)(void *data, u32 handle); 152 uint32_t handle,
|
/openbmc/u-boot/doc/ |
H A D | README.bedbug | 25 Added code to handle the debug exception (0x2000) on the 405. 26 Also added code to handle critical exceptions since the debug 35 Added code to handle critical exceptions
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-mem2mem.rst | 25 own properties that are local to the file handle, and each can use 30 file handle is visible through another file handle).
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6dsp-lpass-clocks.c | 25 uint32_t handle; member 93 clk_hw_get_name(&clk->hw), &clk->handle); in clk_vote_q6dsp_block() 101 cc->desc->lpass_unvote_clk(clk->dev, clk->q6dsp_clk_id, clk->handle); in clk_unvote_q6dsp_block()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surfacepro3_button.c | 159 acpi_handle handle = dev->handle; in surface_button_check_MSHW0040() local 164 result = acpi_evaluate_dsm_typed(handle, &MSHW0040_DSM_UUID, in surface_button_check_MSHW0040()
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | qcom-emac.txt | 17 - phy-handle : phandle to the external PHY node 48 phy-handle = <&phy0>; 97 phy-handle = <&phy0>;
|