| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_framebuffer_test.c | 37 .handles = { 1, 0, 0 }, .pitches = { 4 * 600, 0, 0 }, 42 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 47 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH + 1, 0, 0 }, 52 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH - 1, 0, 0 }, 57 .handles = { 1, 0, 0 }, .pitches = { 4 * (MAX_WIDTH + 1), 0, 0 }, 62 .handles = { 0, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 67 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 72 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 77 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 82 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX - 1, 0, 0 }, [all …]
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_ctx.c | 27 err = xa_alloc(&mgr->handles, id, ctx, xa_limit_32b, GFP_KERNEL); in lima_ctx_create() 59 ctx = xa_erase(&mgr->handles, id); in lima_ctx_free() 73 ctx = xa_load(&mgr->handles, id); in lima_ctx_get() 88 xa_init_flags(&mgr->handles, XA_FLAGS_ALLOC); in lima_ctx_mgr_init() 96 xa_for_each(&mgr->handles, id, ctx) { in lima_ctx_mgr_fini() 100 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
|
| H A D | lima_ctx.h | 24 struct xarray handles; member
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | memory_mgr.c | 25 buf = idr_find(&mmg->handles, lower_32_bits(handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_get() 67 idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_release() 86 idr_remove(&buf->mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_remove_idr_locked() 118 buf = idr_find(&mmg->handles, lower_32_bits(handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_put_handle() 160 rc = idr_alloc(&mmg->handles, buf, 1, 0, GFP_ATOMIC); in hl_mmap_mem_buf_alloc() 185 idr_remove(&mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_alloc() 313 idr_init(&mmg->handles); in hl_mem_mgr_init() 360 idp = &mmg->handles; in hl_mem_mgr_fini() 383 if (!idr_is_empty(&mmg->handles)) in hl_mem_mgr_idr_destroy() 386 idr_destroy(&mmg->handles); in hl_mem_mgr_idr_destroy()
|
| H A D | context.c | 21 idr_remove(&mgr->handles, handle->id); in encaps_handle_do_release() 57 idr_init(&mgr->handles); in hl_encaps_sig_mgr_init() 66 idp = &mgr->handles; in hl_encaps_sig_mgr_fini() 78 idr_destroy(&mgr->handles); in hl_encaps_sig_mgr_fini() 165 rc = idr_alloc(&ctx_mgr->handles, ctx, 1, 0, GFP_KERNEL); in hl_ctx_create() 192 idr_remove(&ctx_mgr->handles, ctx->handle); in hl_ctx_create() 423 idr_init(&ctx_mgr->handles); in hl_ctx_mgr_init() 441 idp = &ctx_mgr->handles; in hl_ctx_mgr_fini() 446 idr_destroy(&ctx_mgr->handles); in hl_ctx_mgr_fini()
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_fb.c | 104 (mode->handles[0] != mode->handles[1] || in armada_fb_create() 105 mode->handles[0] != mode->handles[2])) { in armada_fb_create() 110 obj = armada_gem_object_lookup(dfile, mode->handles[0]); in armada_fb_create()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 68 grant_handle_t handles[XENBUS_MAX_RING_GRANTS]; member 565 grant_handle_t *handles, in __xenbus_map_ring() argument 578 handles[i] = INVALID_GRANT_HANDLE; in __xenbus_map_ring() 590 handles[i] = info->map[i].handle; in __xenbus_map_ring() 597 if (handles[i] != INVALID_GRANT_HANDLE) { in __xenbus_map_ring() 600 GNTMAP_host_map, handles[i]); in __xenbus_map_ring() 630 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring() argument 642 GNTMAP_host_map, handles[i]); in xenbus_unmap_ring() 651 handles[i], unmap[i].status); in xenbus_unmap_ring() 694 err = __xenbus_map_ring(dev, gnt_ref, nr_grefs, node->handles, in xenbus_map_ring_hvm() [all …]
|
| /linux/rust/pin-init/examples/ |
| H A D | static_init.rs | 88 let mut handles = vec![]; in main() 93 handles.push( in main() 115 for h in handles { in main() 91 let mut handles = vec![]; main() localVariable
|
| H A D | pthread_mutex.rs | 155 let mut handles = vec![]; in main() 160 handles.push( in main() 177 for h in handles { in main() 156 let mut handles = vec![]; main() localVariable
|
| H A D | mutex.rs | 189 let mut handles = vec![]; 194 handles.push( in main() 211 for h in handles { in main() 197 let mut handles = vec![]; main() localVariable
|
| /linux/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap5-dss.txt | 51 - clocks: handles to fclk and iclk 69 - clocks: handles to fclk and pll clock 92 - clocks: handles to fclk and pll clock
|
| H A D | ti,omap4-dss.txt | 51 - clocks: handles to fclk and iclk 88 - clocks: handles to fclk and pll clock 111 - clocks: handles to fclk and pll clock
|
| H A D | ti,omap3-dss.txt | 52 - clocks: handles to fclk and iclk 82 - clocks: handles to fclk and pll clock
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 811 static struct sony_nc_handles *handles; variable 819 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) { in sony_nc_handles_show() 820 len += sysfs_emit_at(buffer, len, "0x%.4x ", handles->cap[i]); in sony_nc_handles_show() 831 handles = kzalloc_obj(*handles); in sony_nc_handles_setup() 832 if (!handles) in sony_nc_handles_setup() 835 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) { in sony_nc_handles_setup() 842 handles->cap[i] = result; in sony_nc_handles_setup() 847 sysfs_attr_init(&handles->devattr.attr); in sony_nc_handles_setup() 848 handles->devattr.attr.name = "handles"; in sony_nc_handles_setup() 849 handles->devattr.attr.mode = S_IRUGO; in sony_nc_handles_setup() [all …]
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | gop.c | 425 static efi_handle_t find_handle_with_primary_gop(unsigned long num, const efi_handle_t handles[], in find_handle_with_primary_gop() argument 434 for_each_efi_handle(h, handles, num) { in find_handle_with_primary_gop() 483 efi_handle_t *handles __free(efi_pool) = NULL; in efi_setup_graphics() 491 &handles); in efi_setup_graphics() 495 handle = find_handle_with_primary_gop(num, handles, &gop); in efi_setup_graphics()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vce.c | 232 atomic_set(&adev->vce.handles[i], 0); in amdgpu_vce_sw_init() 311 if (atomic_read(&adev->vce.handles[i])) in amdgpu_vce_suspend() 439 uint32_t handle = atomic_read(&adev->vce.handles[i]); in amdgpu_vce_free_handles() 449 atomic_set(&adev->vce.handles[i], 0); in amdgpu_vce_free_handles() 736 if (atomic_read(&p->adev->vce.handles[i]) == handle) { in amdgpu_vce_validate_handle() 747 if (!atomic_cmpxchg(&p->adev->vce.handles[i], 0, handle)) { in amdgpu_vce_validate_handle() 1003 atomic_set(&p->adev->vce.handles[i], 0); in amdgpu_vce_ring_parse_cs() 1094 atomic_set(&p->adev->vce.handles[i], 0); in amdgpu_vce_ring_parse_cs_vm()
|
| H A D | amdgpu_uvd.c | 347 atomic_set(&adev->uvd.handles[i], 0); in amdgpu_uvd_sw_init() 438 if (atomic_read(&adev->uvd.handles[i])) in amdgpu_uvd_prepare_suspend() 532 uint32_t handle = atomic_read(&adev->uvd.handles[i]); in amdgpu_uvd_free_handles() 548 atomic_set(&adev->uvd.handles[i], 0); in amdgpu_uvd_free_handles() 832 if (atomic_read(&adev->uvd.handles[i]) == handle) { in amdgpu_uvd_cs_msg() 838 if (!atomic_cmpxchg(&adev->uvd.handles[i], 0, handle)) { in amdgpu_uvd_cs_msg() 856 if (atomic_read(&adev->uvd.handles[i]) == handle) { in amdgpu_uvd_cs_msg() 871 atomic_cmpxchg(&adev->uvd.handles[i], handle, 0); in amdgpu_uvd_cs_msg() 1359 if (atomic_read(&adev->uvd.handles[i])) in amdgpu_uvd_used_handles()
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 690 handles = [] 705 handles.append(handle) 708 return handles, more_data 711 handles = [] 716 handles += next_handles 719 return handles
|
| H A D | tpm2_tests.py | 276 handles = space2.get_cap(tpm2.TPM2_CAP_HANDLES, tpm2.HR_TRANSIENT) 278 self.assertEqual(len(handles), 2) 280 log.debug("%08x" % (handles[0])) 281 log.debug("%08x" % (handles[1]))
|
| /linux/Documentation/scsi/ |
| H A D | ufs.rst | 71 It handles SCSI commands supported by UFS specification. 73 It handles task management functions defined by the 76 It handles device level operations and device 103 UIC is the lowest layer of the UFS layered architecture. It handles 140 Error handling module handles Host controller fatal errors,
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | NOTES | 12 - The cursor handles ... a cursor. 15 - DVO (Digital Video Output) handles a 24bits parallel signal
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-buf.c | 47 buf->handles = 0; in tpm_buf_reset() 166 buf->handles++; in tpm_buf_append_handle()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-event.rst | 25 The event subscriptions and event queues are specific to file handles. 27 handles.
|
| /linux/include/uapi/linux/ |
| H A D | kcov.h | 16 __aligned_u64 handles[]; member
|
| /linux/drivers/iio/afe/ |
| H A D | Kconfig | 13 that handles voltage dividers, current sense shunts and
|