| /linux/Documentation/i2c/ |
| H A D | functionality.rst | 24 I2C_FUNC_10BIT_ADDR Handles the 10-bit address extensions 29 I2C_FUNC_SMBUS_QUICK Handles the SMBus write_quick command 30 I2C_FUNC_SMBUS_READ_BYTE Handles the SMBus read_byte command 31 I2C_FUNC_SMBUS_WRITE_BYTE Handles the SMBus write_byte command 32 I2C_FUNC_SMBUS_READ_BYTE_DATA Handles the SMBus read_byte_data command 33 I2C_FUNC_SMBUS_WRITE_BYTE_DATA Handles the SMBus write_byte_data command 34 I2C_FUNC_SMBUS_READ_WORD_DATA Handles the SMBus read_word_data command 35 I2C_FUNC_SMBUS_WRITE_WORD_DATA Handles the SMBus write_byte_data command 36 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command 37 I2C_FUNC_SMBUS_READ_BLOCK_DATA Handles the SMBus read_block_data command [all …]
|
| /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()
|
| /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() 346 * @stats: if non-NULL, will return some counters for handles that could not be removed. 360 idp = &mmg->handles; in hl_mem_mgr_fini() 383 if (!idr_is_empty(&mmg->handles)) in hl_mem_mgr_idr_destroy() [all …]
|
| 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() 73 "device released while some encaps signals handles are still allocated\n"); 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/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | fw.h | 110 /* FW offloads, 0: driver handles */ 112 /* FW offloads, 0: driver handles */ 118 /* 1. FW offloads, 0: driver handles */ 120 /* 2. FW offloads, 0: driver handles */ 122 /* 3. FW offloads, 0: driver handles */ 124 /* 4. FW offloads, 0: driver handles */ 126 /* 5. FW offloads, 0: driver handles */ 128 /* 6. FW offloads, 0: driver handles */ 130 /* 7. FW offloads, 0: driver handles */
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmdresp.c | 19 * This function handles the command response error case. 83 * This function handles the command response of get RSSI info. 144 * This function handles the command response of set/get SNMP 202 * This function handles the command response of get log request 243 * This function handles the command response of set/get Tx rate 319 * This function handles the command response of get Tx power level. 363 * This function handles the command response of set/get Tx power 422 * This function handles the command response of get RF Tx power. 446 * This function handles the command response of set rf antenna 477 * This function handles the command response of set/get MAC address. [all …]
|
| /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() 621 * @handles: grant handle array 622 * @nr_handles: number of handles in the array 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() [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/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/nouveau/dispnv50/ |
| H A D | handles.h | 6 * Various hard-coded object handles that nouveau uses. These are made-up by 7 * nouveau developers, not Nvidia. The only significance of the handles chosen
|
| /linux/tools/perf/trace/beauty/include/uapi/drm/ |
| H A D | drm.h | 386 int __user *send_indices; /**< List of handles to buffers */ 963 __u64 handles; member 981 __u64 handles; member 982 /* wait on specific timeline point for every handles*/ 1023 __u64 handles; member 1030 __u64 handles; member 1094 * GEM handles are not reference-counted by the kernel. User-space is 1101 * and always returns fresh new GEM handles even if an existing GEM handle 1167 * reference-count duplicated GEM handles. For more information see 1285 * If the client is DRM master or has &CAP_SYS_ADMIN, &drm_mode_fb_cmd2.handles [all …]
|
| /linux/tools/include/uapi/drm/ |
| H A D | drm.h | |
| /linux/tools/testing/selftests/namespaces/ |
| H A D | file_handle_test.c | 48 return, "nsfs doesn't support file handles"); in TEST() 103 return, "nsfs doesn't support file handles"); in TEST() 153 return, "nsfs doesn't support file handles"); in TEST() 203 return, "nsfs doesn't support file handles"); in TEST() 253 return, "nsfs doesn't support file handles"); in TEST() 303 return, "nsfs doesn't support file handles"); in TEST() 355 return, "nsfs doesn't support file handles"); in TEST() 407 return, "nsfs doesn't support file handles"); in TEST() 459 return, "nsfs doesn't support file handles"); in TEST() 588 return, "nsfs doesn't support file handles"); in TEST() [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
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_generic_12.sh | 46 # check that every task handles some I/O, even though all I/O was issued 49 # handles the same number of I/Os
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_audit.sh | 231 readarray -t handles < <(nft -a list chain t1 c1 | \ 234 do_test "nft delete rule t1 c1 handle ${handles[0]}" \ 238 do_test "nft $cmd ${handles[1]}; $cmd ${handles[2]}" \
|
| /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/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/include/uapi/linux/ |
| H A D | kcov.h | 14 __u32 num_handles; /* Size of handles array */ 16 __aligned_u64 handles[]; member
|
| /linux/tools/testing/selftests/tpm2/ |
| 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/arch/sparc/include/asm/ |
| H A D | io-unit.h | 13 /* The io-unit handles all virtual to physical address translations 19 * Basically the io-unit handles all dvma sbus activity.
|