/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-ronbo-rb070d30.c | 34 struct gpio_desc *reset; member 59 gpiod_set_value(ctx->gpios.reset, 1); in rb070d30_panel_prepare() 68 gpiod_set_value(ctx->gpios.reset, 0); in rb070d30_panel_unprepare() 160 ctx->gpios.reset = devm_gpiod_get(&dsi->dev, "reset", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe() 161 if (IS_ERR(ctx->gpios.reset)) { in rb070d30_panel_dsi_probe() 162 dev_err(&dsi->dev, "Couldn't get our reset GPIO\n"); in rb070d30_panel_dsi_probe() 163 return PTR_ERR(ctx->gpios.reset); in rb070d30_panel_dsi_probe()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | es7241.c | 27 struct gpio_desc *reset; member 38 /* put the device in reset */ in es7241_set_mode() 39 gpiod_set_value_cansleep(priv->reset, 0); in es7241_set_mode() 45 /* take the device out of reset - datasheet does not specify a delay */ in es7241_set_mode() 46 gpiod_set_value_cansleep(priv->reset, 1); in es7241_set_mode() 271 priv->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_LOW); in es7241_probe() 272 if (IS_ERR(priv->reset)) in es7241_probe() 273 return dev_err_probe(dev, PTR_ERR(priv->reset), in es7241_probe() 274 "Failed to get 'reset' gpi in es7241_probe() [all...] |
/third_party/mbedtls/programs/ssl/ |
H A D | dtls_server.c | 240 reset: in main() 292 goto reset; in main() 295 goto reset; in main() 318 goto reset; in main() 326 goto reset; in main() 366 goto reset; in main()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_sched.h | 59 void reset(); 79 void reset(); 101 void reset(); 152 void reset(bool keep_packed = false); 196 void reset(); 233 void reset();
|
/third_party/skia/src/gpu/ |
H A D | GrAuditTrail.cpp | 25 fCurrentStackTrace.reset(); in addOp() 83 fOpsTask[consumedIndex].reset(nullptr); in opsCombined() 130 fOpsTask.reset(); 131 fIDLookup.reset(); 134 fClientIDLookup.reset(); 135 fOpPool.reset(); // must be last, frees all of the memory
|
/third_party/skia/gm/ |
H A D | mandoline.cpp | 33 this->reset(anchorPt); in MandolineSlicer() 36 void reset(SkPoint anchorPt) { in reset() function in skiagm::MandolineSlicer 37 fPath.reset(); in reset() 163 mandoline.reset({357.049988f, 446.049988f}); 173 mandoline.reset({-cosf(SkDegreesToRadians(-60)), sinf(SkDegreesToRadians(-60))}); 186 mandoline.reset({1, 0});
|
/third_party/skia/tests/ |
H A D | UtilsTest.cpp | 64 tmp.reset(0); // test out reset(0) when already at 0 in test_autostarray() 65 tmp.reset(4); // this should force a new allocation in test_autostarray() 67 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 68 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 72 // test out reset with data in the array (and a new allocation) in test_autostarray() 73 tmp.reset(0); in test_autostarray() 78 tmp.reset(2); // this should use the preexisting allocation in test_autostarray() 80 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 81 tmp[1].reset(SkRe in test_autostarray() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 56 width_.reset(); in Reset() 57 height_.reset(); in Reset() 135 width_.reset(); in ClearSize() 139 height_.reset(); in ClearSize() 190 minSize.reset(); in Reset() 191 maxSize.reset(); in Reset() 192 selfIdealSize.reset(); in Reset() 409 start.reset(); in UpdateWithCheck() 410 end.reset(); in UpdateWithCheck() 622 left.reset(); in Reset() [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkResourceProvider.cpp | 431 // unref all the fActiveCommandPools and reset the array. Since this can happen in the middle in checkCommandBuffers() 479 fMSAALoadPipelines.reset(); in destroyResources() 485 fRenderPassArray.reset(); in destroyResources() 490 fExternalRenderPasses.reset(); in destroyResources() 494 fSamplers.reset(); in destroyResources() 497 fYcbcrConversions.reset(); in destroyResources() 508 fActiveCommandPools.reset(); in destroyResources() 516 fAvailableCommandPools.reset(); in destroyResources() 525 fDescriptorSetManagers.reset(); in destroyResources() 535 fAvailableCommandPools.reset(); in releaseUnlockedBackendObjects() 559 void GrVkResourceProvider::reset(GrVkCommandPool* pool) { reset() function in GrVkResourceProvider [all...] |
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 55 may include calling [`WriteColor::reset`](trait.WriteColor.html#tymethod.reset) 139 /// `reset` is called or new color settings are set. 149 fn reset(&mut self) -> io::Result<()>; in reset() functions 174 fn reset(&mut self) -> io::Result<()> { in reset() functions 175 (&mut **self).reset() in reset() 189 fn reset(&mut self) -> io::Result<()> { in reset() functions 190 (&mut **self).reset() in reset() 677 fn reset(&mut self) -> io::Result<()> { in reset() functions 678 self.wtr.reset() in reset() 711 fn reset(&mut self) -> io::Result<()> { reset() functions 748 fn reset(&mut self) -> io::Result<()> { reset() functions 803 fn reset(&mut self) -> io::Result<()> { reset() functions 872 fn reset(&mut self) -> io::Result<()> { reset() functions 1233 fn reset(&mut self) -> io::Result<()> { reset() functions 1299 fn reset(&mut self) -> io::Result<()> { reset() functions 1395 fn reset(&mut self) -> io::Result<()> { reset() functions 1529 fn reset(&mut self) -> io::Result<()> { reset() functions 1634 fn reset(&mut self) -> io::Result<()> { reset() functions 1785 pub fn reset(&self) -> bool { reset() functions 2130 fn reset(&mut self) -> io::Result<()> { reset() functions [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_remote_window.cpp | 32 instance_.reset(new NG::RemoteWindowModelNG()); in GetInstance() 35 instance_.reset(new NG::RemoteWindowModelNG()); in GetInstance() 37 instance_.reset(new Framework::RemoteWindowModelImpl()); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_render_property.h | 47 propRatingScore_.reset(); 48 propStepSize_.reset(); 49 propTouchStar_.reset();
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/ |
H A D | mpeg_manager_factory.cpp | 44 mpegManager_.reset(); in Acquire() 51 mpegManager_.reset(); in Acquire() 72 mpegManager_.reset(); in Release()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gm200.c | 32 pmu->func->reset(pmu); in gm200_pmu_flcn_reset() 50 .reset = gm200_pmu_flcn_reset, 59 .reset = gf100_pmu_reset,
|
/kernel/linux/linux-5.10/drivers/media/pci/mantis/ |
H A D | hopper_vp3028.c | 38 mantis_gpio_set_bits(mantis, config->reset, 0); in vp3028_frontend_init() 42 mantis_gpio_set_bits(mantis, config->reset, 1); in vp3028_frontend_init() 75 .reset = GPIF_A03,
|
/kernel/linux/linux-6.6/drivers/media/pci/mantis/ |
H A D | hopper_vp3028.c | 38 mantis_gpio_set_bits(mantis, config->reset, 0); in vp3028_frontend_init() 42 mantis_gpio_set_bits(mantis, config->reset, 1); in vp3028_frontend_init() 75 .reset = GPIF_A03,
|
/third_party/icu/icu4c/source/tools/gencolusb/ |
H A D | Makefile | 14 ## 1. make 'reset-icu' will reset ICU to 'bootstrap' state, zeroing out source/i18n/collunsafe.h 32 reset-icu: 36 gen-file: reset-icu 45 .PHONY: reset-icu gen-file
|
/third_party/node/test/cctest/ |
H A D | node_test_fixture.cc | 20 NodeZeroIsolateTestFixture::platform.reset( in SetUp() 35 NodeZeroIsolateTestFixture::platform.reset(nullptr); in TearDown() 36 NodeZeroIsolateTestFixture::tracing_agent.reset(nullptr); in TearDown()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineUniqueRandomIterator.hpp | 45 void reset (void); 85 reset(); in UniqueRandomIterator() 103 void UniqueRandomIterator<T>::reset (void)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 42 void StringsAndChecksumsRef::reset() { in reset() function in StringsAndChecksumsRef 48 OwnedStrings.reset(); in resetStrings() 53 OwnedChecksums.reset(); in resetChecksums()
|
/third_party/skia/src/core/ |
H A D | SkTDynamicHash.h | 47 void rewind() { fTable.reset(); } in rewind() 48 void reset () { fTable.reset(); } in reset() function in SkTDynamicHash
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | print.cpp | 22 clr::reset::operator const char*() { return "\x1b[0m"; } in operator const char*() 57 clr::reset::operator const char*() { 113 clr::reset::operator const char*() { return ""; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | print.cpp | 22 clr::reset::operator const char*() { return "\x1b[0m"; } in operator const char*() 57 clr::reset::operator const char*() { 113 clr::reset::operator const char*() { return ""; }
|
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
H A D | Makefile | 14 ## 1. make 'reset-icu' will reset ICU to 'bootstrap' state, zeroing out source/i18n/collunsafe.h 32 reset-icu: 36 gen-file: reset-icu 45 .PHONY: reset-icu gen-file
|
/third_party/skia/src/sksl/ |
H A D | SkSLStringStream.h | 40 void reset() { in reset() function in SkSL::StringStream 81 void reset() { in reset() function in SkSL::SkSL::StringStream 82 fStream.reset(); in reset()
|