/kernel/linux/linux-6.6/drivers/input/ |
H A D | sparse-keymap.c | 3 * Generic support for sparse keymaps 14 #include <linux/input/sparse-keymap.h> 19 MODULE_DESCRIPTION("Generic support for sparse keymaps"); 54 * sparse_keymap_entry_from_scancode - perform sparse keymap lookup 55 * @dev: Input device using sparse keymap 59 * input device using sparse keymap. 75 * sparse_keymap_entry_from_keycode - perform sparse keymap lookup 76 * @dev: Input device using sparse keymap 80 * input device using sparse keymap. 154 * sparse_keymap_setup - set up sparse keyma [all...] |
/third_party/fsverity-utils/scripts/ |
H A D | run-tests.sh | 268 log "Run sparse" 269 ./scripts/run-sparse.sh
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.h | 98 } sparse; member
|
H A D | zink_resource.h | 133 VkSparseImageMemoryRequirements sparse; member
|
/third_party/ltp/tools/sparse/ |
H A D | sparse-ltp.c | 319 process_symbols(sparse(file)); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 37 namespace sparse namespace 257 } // sparse
|
H A D | vktSparseResourcesShaderIntrinsics.cpp | 31 namespace sparse namespace 155 } // sparse
|
/third_party/rust/crates/regex/src/ |
H A D | pikevm.rs | 24 use crate::sparse::SparseSet;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 37 namespace sparse namespace 227 } // sparse
|
H A D | vktSparseResourcesShaderIntrinsics.cpp | 31 namespace sparse namespace 155 } // sparse
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 971 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in __ceph_sync_read() local 1013 sparse ? CEPH_OSD_OP_SPARSE_READ : in __ceph_sync_read() 1042 if (sparse) { in __ceph_sync_read() 1066 if (sparse && ret >= 0) in __ceph_sync_read() 1247 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in ceph_aio_complete_req() local 1268 if (sparse && rc >= 0) in ceph_aio_complete_req() 1406 bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_direct_read_write() local 1435 int readop = sparse ? CEPH_OSD_OP_SPARSE_READ : CEPH_OSD_OP_READ; in ceph_direct_read_write() 1498 if (sparse) { in ceph_direct_read_write() 1532 if (sparse in ceph_direct_read_write() [all...] |
H A D | addr.c | 252 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in finish_netfs_read() local 267 if (sparse && err > 0) in finish_netfs_read() 357 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_netfs_issue_read() local 371 off, &len, 0, 1, sparse ? CEPH_OSD_OP_SPARSE_READ : CEPH_OSD_OP_READ, in ceph_netfs_issue_read() 380 if (sparse) { in ceph_netfs_issue_read()
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 2883 Id Builder::createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, in createTextureCall() argument 2970 if (sparse) in createTextureCall() 2978 if (sparse) in createTextureCall() 2983 if (sparse) in createTextureCall() 2990 if (sparse) in createTextureCall() 2995 if (sparse) in createTextureCall() 3001 if (sparse) in createTextureCall() 3006 if (sparse) in createTextureCall() 3014 if (sparse) in createTextureCall() 3019 if (sparse) in createTextureCall() [all...] |
/third_party/f2fs-tools/lib/ |
H A D | libf2fs_io.c | 49 #include <sparse/sparse.h> 665 MSG(0, "\tError: Corrupted sparse file\n"); in f2fs_init_sparse_file() 773 /*gzip*/0, /*sparse*/1, /*crc*/0); in f2fs_finalize_device()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 336 const bool sparse = m_backingMode == IMAGE_BACKING_MODE_SPARSE; in updateTextureData() local 342 VkImageCreateFlags imageCreateFlags = (isCube ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0) | (sparse ? (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT) : 0); in updateTextureData() 353 const VkSharingMode sharingMode = (sparse && m_context.getUniversalQueueFamilyIndex() != m_context.getSparseQueueFamilyIndex()) ? VK_SHARING_MODE_CONCURRENT : VK_SHARING_MODE_EXCLUSIVE; in updateTextureData() 364 if (sparse) in updateTextureData() 413 if (sparse) in updateTextureData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 346 const bool sparse = m_backingMode == IMAGE_BACKING_MODE_SPARSE; in updateTextureData() local 352 VkImageCreateFlags imageCreateFlags = (isCube ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0) | (sparse ? (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT) : 0); in updateTextureData() 363 const VkSharingMode sharingMode = (sparse && m_context.getUniversalQueueFamilyIndex() != m_context.getSparseQueueFamilyIndex()) ? VK_SHARING_MODE_CONCURRENT : VK_SHARING_MODE_EXCLUSIVE; in updateTextureData() 374 if (sparse) in updateTextureData() 423 if (sparse) in updateTextureData()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | tc_actions.sh | 161 dd conv=sparse status=none if=/dev/zero bs=1M count=2 of=$tmpfile
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | squashfs_fs.h | 357 __le64 sparse; member
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel-vbtn.c | 12 #include <linux/input/sparse-keymap.h>
|
H A D | msi-wmi.c | 14 #include <linux/input/sparse-keymap.h>
|
H A D | topstar-laptop.c | 21 #include <linux/input/sparse-keymap.h>
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | squashfs_fs.h | 357 __le64 sparse; member
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | topstar-laptop.c | 21 #include <linux/input/sparse-keymap.h>
|
H A D | msi-wmi.c | 14 #include <linux/input/sparse-keymap.h>
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell-wmi-privacy.c | 13 #include <linux/input/sparse-keymap.h>
|