/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 1549 /* Rollback information flash region protected when the EC boots */ 1551 /* Rollback information flash region protected now */ 1585 /* Get the region offset/size */ 1619 * struct ec_params_flash_region_info - Parameters for the flash region info 1621 * @region: Flash region; see EC_FLASH_REGION_* 1624 uint32_t region; member 5289 uint8_t region; /* enum ec_flash_region */ member 5396 * Add entropy to the device secret (stored in the rollback region). 5439 int32_t id; /* Incrementing number to indicate which region t [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.h | 1127 struct mlxsw_sp_acl_tcam_region *region, 1131 struct mlxsw_sp_acl_tcam_region *region);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 22 {400, 336, 352, 368, 304, 384, 416, 352}, /* region 3 offsets */ 23 {528, 496, 416, 512, 448, 512, 544, 480}, /* region 4 offsets */ 24 {608, 544, 496, 576, 576, 592, 624, 560} /* region 5 offsets */ 28 {240, 240, 112, 0, 0, 0, 0, 96} /* region 1 offsets */ 1581 /* Calculate and return CDU validation byte per connection type/region/cid */ 1582 static u8 qed_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid) in qed_calc_cdu_validation_byte() argument 1604 validation_string |= ((region & 0xF) << 4); in qed_calc_cdu_validation_byte() 1713 /* Enable validation for connection region 3: CCFC_CTX_VALID0[31:24] */ in qed_enable_context_validation() 1717 /* Enable validation for connection region 5: CCFC_CTX_VALID1[15:8] */ in qed_enable_context_validation() 1721 /* Enable validation for connection region in qed_enable_context_validation() [all...] |
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | port.c | 362 SET_CXL_REGION_ATTR(region) 382 SET_CXL_REGION_ATTR(region)
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | namespace_devs.c | 331 * shrink_dpa_allocation - for each dimm in region free n bytes for label_id 378 * @nd_region: hosting region of the free space 388 * allocation in a given region. PMEM-space must be contiguous 826 * region, and it is not actively claimed by a btt, pfn, or dax in __size_store() 950 * @nd_region: parent region so we can updates all dimms in the set 1658 * @nd_region: region with mappings to validate 1944 /* skip labels that describe extents outside of the region */ in scan_labels() 2064 static void deactivate_labels(void *region) in deactivate_labels() argument 2066 struct nd_region *nd_region = region; in deactivate_labels() 2098 * the region fro in init_active_labels() [all...] |
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 419 * @tc.desc: Sets the cropped region for a display device 481 * @tc.desc: Sets the dirty region for a display device 729 * @tc.desc: Sets the region for a layer 833 * @tc.desc: Set the visible region for a layer 853 IRect region = {0, 0, WIDTH, HEIGHT}; in HWTEST_F() local 855 regions.push_back(region); in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp_loopfilter.asm | 96 ; same memory region), or 8 if they cover two separate buffers (third one points to 97 ; a different memory region than the first two), allowing for more optimal code for
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateTimePatternGenerator.java | 341 // key can be either region or locale (lang_region) in getAllowedHourFormats() 409 // Check if the region has an alias in getAllowedHourFormats() 412 Region region = Region.getInstance(country); in getAllowedHourFormats() 413 country = region.toString(); in getAllowedHourFormats() 416 // invalid region; fall through in getAllowedHourFormats()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uregex.cpp | 844 regexp->fMatcher->region(regionStart, regionLimit, *status); in uregex_setRegion64() 863 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status); in uregex_setRegionAndStart()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateTimePatternGenerator.java | 329 // key can be either region or locale (lang_region) in getAllowedHourFormats() 387 // Check if the region has an alias in getAllowedHourFormats() 390 Region region = Region.getInstance(country); in getAllowedHourFormats() 391 country = region.toString(); in getAllowedHourFormats() 394 // invalid region; fall through in getAllowedHourFormats()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uregex.cpp | 844 regexp->fMatcher->region(regionStart, regionLimit, *status); in uregex_setRegion64() 863 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status); in uregex_setRegionAndStart()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 1102 VkBufferCopy region = in iterate() local 1108 m_vkd.cmdCopyBuffer(*m_cmdBufferPrimary, m_conditionalRenderingBufferForCopy->object(), m_conditionalRenderingBuffer->object(), 1, ®ion); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 953 // Determine the verification bounds. The checked region will be in the center of the rendered image in testWithSizeReduction() 960 // Only make enough space for the check region in testWithSizeReduction() 1145 // Copy the checked region rather than the whole image in testWithSizeReduction() 1154 const VkBufferImageCopy region = in testWithSizeReduction() local 1164 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffer, 1u, ®ion); in testWithSizeReduction()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 1013 const VkBufferImageCopy region = in submit() local 1028 vkd.cmdCopyImageToBuffer(*commandBuffer, **m_singlesampleImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, **m_buffer, 1u, ®ion); in submit()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDrawAndClearTests.cpp | 1082 VkBufferCopy region = in iterate() local 1088 m_vkd.cmdCopyBuffer(*m_cmdBufferPrimary, m_conditionalRenderingBufferForCopy->object(), m_conditionalRenderingBuffer->object(), 1, ®ion); in iterate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uregex.cpp | 844 regexp->fMatcher->region(regionStart, regionLimit, *status); in uregex_setRegion64() 863 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status); in uregex_setRegionAndStart()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 413 void FinalizeInstructions(const MemoryRegion ®ion) { in FinalizeInstructions() argument 414 buffer_.FinalizeInstructions(region); in FinalizeInstructions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 869 // Determine the verification bounds. The checked region will be in the center of the rendered image in testWithSizeReduction() 876 // Only make enough space for the check region in testWithSizeReduction() 1062 // Copy the checked region rather than the whole image in testWithSizeReduction() 1071 const VkBufferImageCopy region = in testWithSizeReduction() local 1081 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffer, 1u, ®ion); in testWithSizeReduction()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 1013 const VkBufferImageCopy region = in submit() local 1028 vkd.cmdCopyImageToBuffer(*commandBuffer, **m_singlesampleImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, **m_buffer, 1u, ®ion); in submit()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 6 #region Designer generated code 17 #region Descriptor 981 #region Enums 1118 #region Messages 4394 #region Nested types 6828 #region Nested types 7343 #region Nested types 7541 #region Extensions 9332 #region Extensions 11256 #region Neste [all...] |
H A D | UnittestWellKnownTypes.cs | 6 #region Designer generated code 17 #region Descriptor 176 #region Messages
|
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
H A D | adma.c | 52 [PPC_ADMA_INIT_MEMREG] = "failed to request memory region", 2305 /* may try to enhance region of RXOR */ in ppc440spe_dma01_prep_pq() 3119 /* setup sources region (R1-2-3, R1-2-4, in ppc440spe_adma_pq_set_src() 3463 int region = test_bit(PPC440SPE_DESC_RXOR12, in ppc440spe_adma_pq_set_src_mult() local 3466 if (index < region) { in ppc440spe_adma_pq_set_src_mult() 3479 index - region + in ppc440spe_adma_pq_set_src_mult() 4062 dev_err(&ofdev->dev, "failed to request memory region %pR\n", in ppc440spe_adma_probe()
|
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/ |
H A D | adma.c | 52 [PPC_ADMA_INIT_MEMREG] = "failed to request memory region", 2303 /* may try to enhance region of RXOR */ in ppc440spe_dma01_prep_pq() 3117 /* setup sources region (R1-2-3, R1-2-4, in ppc440spe_adma_pq_set_src() 3460 int region = test_bit(PPC440SPE_DESC_RXOR12, in ppc440spe_adma_pq_set_src_mult() local 3463 if (index < region) { in ppc440spe_adma_pq_set_src_mult() 3476 index - region + in ppc440spe_adma_pq_set_src_mult() 4059 dev_err(&ofdev->dev, "failed to request memory region %pR\n", in ppc440spe_adma_probe()
|
/third_party/skia/tests/ |
H A D | GrClipStackTest.cpp | 247 SkRegion region(fDeviceBounds); in getOptimalBounds() 273 region.op(SkRegion(elementBounds), op); in getOptimalBounds() 275 return {region.getBounds(), expectOptimal}; in getOptimalBounds()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2582 std::string region; in UpdateConfiguration() local 2583 Localization::ParseLocaleTag(parsedConfig.languageTag, language, script, region, false); in UpdateConfiguration() 2584 if (!language.empty() || !script.empty() || !region.empty()) { in UpdateConfiguration() 2586 AceApplicationInfo::GetInstance().SetLocale(language, region, script, ""); in UpdateConfiguration()
|