| /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/xen/xenbus/ |
| H A D | xenbus_client.c | 68 grant_handle_t handles[XENBUS_MAX_RING_GRANTS]; member 560 grant_handle_t *handles, in __xenbus_map_ring() argument 573 handles[i] = INVALID_GRANT_HANDLE; in __xenbus_map_ring() 585 handles[i] = info->map[i].handle; in __xenbus_map_ring() 592 if (handles[i] != INVALID_GRANT_HANDLE) { in __xenbus_map_ring() 595 GNTMAP_host_map, handles[i]); in __xenbus_map_ring() 625 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring() argument 637 GNTMAP_host_map, handles[i]); in xenbus_unmap_ring() 646 handles[i], unmap[i].status); in xenbus_unmap_ring() 689 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 | 91 let mut handles = vec![]; in main() localVariable 96 handles.push( in main() 118 for h in handles { in main()
|
| H A D | pthread_mutex.rs | 156 let mut handles = vec![]; in main() localVariable 161 handles.push( in main() 178 for h in handles { in main()
|
| H A D | mutex.rs | 197 let mut handles = vec![]; in main() localVariable 202 handles.push( in main() 219 for h in handles { in main()
|
| /linux/Documentation/dev-tools/ |
| H A D | kcov.rst | 236 ``KCOV_REMOTE_ENABLE`` ioctl accept handles that identify particular coverage 254 this handle to ``KCOV_REMOTE_ENABLE`` in the ``handles`` array field of the 256 section referenced by this handle. Multiple global handles identifying 266 KCOV follows a predefined format for both global and common handles. Each 270 For global handles, the top byte of the handle denotes the id of a subsystem 276 For common handles, a reserved value ``0`` is used as a subsystem id, as such 277 handles don't belong to a particular subsystem. The lower 4 bytes of a common 283 common handles are used by multiple processes, unique instance ids must be 288 local tasks spawned by the process and the global task that handles USB bus #1: 299 __aligned_u64 handles[0]; [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | sony-laptop.c | 812 static struct sony_nc_handles *handles; variable 820 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) { in sony_nc_handles_show() 821 len += sysfs_emit_at(buffer, len, "0x%.4x ", handles->cap[i]); in sony_nc_handles_show() 832 handles = kzalloc(sizeof(*handles), GFP_KERNEL); in sony_nc_handles_setup() 833 if (!handles) in sony_nc_handles_setup() 836 for (i = 0; i < ARRAY_SIZE(handles->cap); i++) { in sony_nc_handles_setup() 843 handles->cap[i] = result; in sony_nc_handles_setup() 848 sysfs_attr_init(&handles->devattr.attr); in sony_nc_handles_setup() 849 handles->devattr.attr.name = "handles"; in sony_nc_handles_setup() 850 handles->devattr.attr.mode = S_IRUGO; in sony_nc_handles_setup() [all …]
|
| /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/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/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/char/tpm/ |
| H A D | tpm2-sessions.c | 317 int offset = buf->handles * 4 + TPM_HEADER_SIZE; in tpm_buf_append_auth() 584 u32 cc, handles, val; in tpm_buf_fill_hmac_session() local 615 handles = (attrs >> TPM2_CC_ATTR_CHANDLES) & GENMASK(2, 0); in tpm_buf_fill_hmac_session() 622 for (i = 0; i < handles; i++) { in tpm_buf_fill_hmac_session() 692 for (i = 0; i < handles; i++) { in tpm_buf_fill_hmac_session() 769 int parm_len, len, i, handles; in tpm_buf_check_hmac_response() local 795 handles = (attrs >> TPM2_CC_ATTR_RHANDLE) & 1; in tpm_buf_check_hmac_response() 798 offset_s = TPM_HEADER_SIZE + handles * 4; in tpm_buf_check_hmac_response()
|
| H A D | tpm-buf.c | 47 buf->handles = 0; in tpm_buf_reset() 166 buf->handles++; in tpm_buf_append_handle()
|
| /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/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/Documentation/filesystems/fuse/ |
| H A D | fuse-io-uring.rst | 36 Userspace handles the CQE/fuse-request and submits the result as 78 | | [receives and handles CQE]
|
| /linux/include/uapi/linux/ |
| H A D | kcov.h | 16 __aligned_u64 handles[]; member
|
| /linux/include/uapi/drm/ |
| H A D | drm.h | 981 __u64 handles; member 999 __u64 handles; member 1041 __u64 handles; member 1048 __u64 handles; member
|
| /linux/tools/include/uapi/drm/ |
| H A D | drm.h | 981 __u64 handles; member 999 __u64 handles; member 1041 __u64 handles; member 1048 __u64 handles; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem.c | 787 u32 *handles; in drm_gem_objects_lookup() local 800 handles = vmemdup_array_user(bo_handles, count, sizeof(u32)); in drm_gem_objects_lookup() 801 if (IS_ERR(handles)) in drm_gem_objects_lookup() 802 return PTR_ERR(handles); in drm_gem_objects_lookup() 804 ret = objects_lookup(filp, handles, count, objs); in drm_gem_objects_lookup() 805 kvfree(handles); in drm_gem_objects_lookup()
|