Home
last modified time | relevance | path

Searched refs:reset (Results 601 - 625 of 7039) sorted by relevance

1...<<21222324252627282930>>...282

/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtoshiba_haps.c35 pr_err("Unable to reset the HDD protection\n"); in toshiba_haps_reset_protection()
100 int reset; in reset_protection_store() local
103 ret = kstrtoint(buf, 0, &reset); in reset_protection_store()
107 if (reset != 1) in reset_protection_store()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dbase.c153 if (gr->func->reset) in nvkm_gr_reset()
154 return gr->func->reset(gr); in nvkm_gr_reset()
190 .reset = nvkm_gr_reset,
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Doh_yara_parser.py56 self.state_machine.get_suites(reset=True)
80 test_result = self.state_machine.test(reset=True)
101 self.state_machine.suite(reset=True)
/third_party/icu/icu4c/source/common/
H A Dlocavailable.cpp55 gInitOnceLocale.reset(); in locale_available_cleanup()
179 void reset(UErrorCode&) override {
205 ginstalledLocalesInitOnce.reset(); in uloc_cleanup()
H A Drbbi.cpp312 fBreakCache->reset(fPosition, fRuleStatusIndex); in operator =()
313 fDictionaryCache->reset(); in operator =()
440 fBreakCache->reset(); in setText()
441 fDictionaryCache->reset(); in setText()
495 fBreakCache->reset(); in adoptText()
496 fDictionaryCache->reset(); in adoptText()
515 fBreakCache->reset(); in setText()
516 fDictionaryCache->reset(); in setText()
1168 gLanguageBreakFactoriesInitOnce.reset(); in rbbi_cleanup()
1169 gRBBIInitOnce.reset(); in rbbi_cleanup()
[all...]
/third_party/node/src/
H A Dnode_v8_platform-inl.h120 tracing_agent_.reset(nullptr); in Dispose()
122 trace_state_observer_.reset(nullptr); in Dispose()
154 inline void StopTracingAgent() { tracing_file_writer_.reset(); } in StopTracingAgent()
/third_party/node/deps/icu-small/source/common/
H A Dlocavailable.cpp55 gInitOnceLocale.reset(); in locale_available_cleanup()
179 void reset(UErrorCode&) override {
205 ginstalledLocalesInitOnce.reset(); in uloc_cleanup()
/third_party/node/deps/v8/src/objects/
H A Djs-segmenter.cc88 icu_break_iterator.reset( in New()
92 icu_break_iterator.reset( in New()
96 icu_break_iterator.reset( in New()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Durlencoded.js83 this.decoder.reset()
97 this.decoder.reset()
149 this.decoder.reset()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLRefPointer.h40 reset(); in operator =()
62 reset(); in operator =()
87 void reset() in reset() function in cl::RefPointer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp50 RegClass.reset(new RCInfo[TRI->getNumRegClasses()]); in runOnMachineFunction()
81 PSetLimits.reset(new unsigned[NumPSets]); in runOnMachineFunction()
99 RCI.Order.reset(new MCPhysReg[NumRegs]); in compute()
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.h172 fActiveIndexBuffer.reset(); in resetActiveBuffers()
173 fActiveInstanceBuffer.reset(); in resetActiveBuffers()
174 fActiveVertexBuffer.reset(); in resetActiveBuffers()
/third_party/skia/src/core/
H A DSkSpecialSurface.cpp24 // reset is called after an SkSpecialImage has been snapped
25 void reset() { fCanvas.reset(); } in reset() function in SkSpecialSurface_Base
27 // This can return nullptr if reset has already been called or something when wrong in the ctor
58 as_SB(this)->reset(); in makeImageSnapshot()
H A DSkTMultiMap.h32 this->reset(); in ~SkTMultiMap()
35 void reset() { in reset() function in SkTMultiMap
44 fHash.reset(); in reset()
H A DSkPictureRecorder.cpp38 fRecord.reset(new SkRecord); in beginRecording()
40 fRecorder->reset(fRecord.get(), cullRect, fMiniRecorder.get()); in beginRecording()
65 fBBH.reset(nullptr); in finishRecordingAsPicture()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueryPool.cpp30 void Query::reset() in reset() function in vk::Query
41 ASSERT(prevState != FINISHED); // Must be reset first in start()
203 void QueryPool::reset(uint32_t firstQuery, uint32_t queryCount)
210 pool[i].reset();
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DITypBitsetTests.cpp92 bits.reset(Key(2)); in TEST_F()
93 bits.reset(Key(7)); in TEST_F()
114 // Test that all the bits can be set/reset.
129 bits.reset(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCompiler.cpp97 Translator.reset(PTranslator.release()); in run()
107 Translator.reset(WTranslator.release()); in run()
150 Translator.reset(Converter.release()); in run()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocavailable.cpp55 gInitOnceLocale.reset(); in locale_available_cleanup()
179 void reset(UErrorCode&) override {
205 ginstalledLocalesInitOnce.reset(); in uloc_cleanup()
/third_party/skia/experimental/xform/
H A DXContext.cpp46 fCache.reset(nullptr);
51 fCache.reset(nullptr);
55 fCache.reset(nullptr);
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h137 void reset() { in reset() function
138 fUtf8.reset(); in reset()
139 fUtf8PosAdjust.reset(); in reset()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-bd2802.c70 struct gpio_desc *reset; member
90 * therefore BD2802GU doesn't enter reset state.
204 gpiod_set_value(led->reset, 1); in bd2802_update_state()
230 gpiod_set_value(led->reset, 0); in bd2802_reset_cancel()
424 gpiod_set_value(led->reset, 1); in bd2802_disable_adv_conf()
675 * We request the reset GPIO as OUT_LOW which means de-asserted, in bd2802_probe()
679 led->reset = devm_gpiod_get(&client->dev, "reset", GPIOD_OUT_LOW); in bd2802_probe()
680 if (IS_ERR(led->reset)) in bd2802_probe()
681 return PTR_ERR(led->reset); in bd2802_probe()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c27 #include <linux/reset.h>
187 * reset to recover usage of the port.
254 struct reset_control *reset; member
736 priv->reset = devm_reset_control_get_shared(dev, NULL); in dwc3_meson_g12a_probe()
737 if (IS_ERR(priv->reset)) { in dwc3_meson_g12a_probe()
738 ret = PTR_ERR(priv->reset); in dwc3_meson_g12a_probe()
739 dev_err(dev, "failed to get device reset, err=%d\n", ret); in dwc3_meson_g12a_probe()
743 ret = reset_control_reset(priv->reset); in dwc3_meson_g12a_probe()
823 reset_control_rearm(priv->reset); in dwc3_meson_g12a_probe()
851 reset_control_rearm(priv->reset); in dwc3_meson_g12a_remove()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-pci.c15 #include <linux/reset.h>
87 .reset = xhci_pci_setup,
590 /* called during probe() after chip reset completes */
640 struct reset_control *reset; in xhci_pci_probe() local
649 reset = devm_reset_control_get_optional_exclusive(&dev->dev, NULL); in xhci_pci_probe()
650 if (IS_ERR(reset)) in xhci_pci_probe()
651 return PTR_ERR(reset); in xhci_pci_probe()
652 reset_control_reset(reset); in xhci_pci_probe()
671 xhci->reset = reset; in xhci_pci_probe()
[all...]
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-bd2802.c70 struct gpio_desc *reset; member
90 * therefore BD2802GU doesn't enter reset state.
204 gpiod_set_value(led->reset, 1); in bd2802_update_state()
230 gpiod_set_value(led->reset, 0); in bd2802_reset_cancel()
424 gpiod_set_value(led->reset, 1); in bd2802_disable_adv_conf()
674 * We request the reset GPIO as OUT_LOW which means de-asserted, in bd2802_probe()
678 led->reset = devm_gpiod_get(&client->dev, "reset", GPIOD_OUT_LOW); in bd2802_probe()
679 if (IS_ERR(led->reset)) in bd2802_probe()
680 return PTR_ERR(led->reset); in bd2802_probe()
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...282