Home
last modified time | relevance | path

Searched refs:reset (Results 826 - 850 of 6992) sorted by relevance

1...<<31323334353637383940>>...280

/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_pci_modern.c169 /* 0 status means a reset. */ in vp_reset()
239 vq->reset = true; in vp_modern_disable_vq_and_reset()
252 if (!vq->reset) in vp_modern_enable_vq_after_reset()
281 vq->reset = false; in vp_modern_enable_vq_after_reset()
371 * this, there's no way to go back except reset. in vp_modern_find_vqs()
500 .reset = vp_reset,
520 .reset = vp_reset,
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dlcd_mipid.c45 struct gpio_desc *reset; member
562 md->reset = gpiod_get(&spi->dev, "reset", GPIOD_OUT_LOW); in mipid_spi_probe()
563 if (IS_ERR(md->reset)) in mipid_spi_probe()
564 return dev_err_probe(&spi->dev, PTR_ERR(md->reset), in mipid_spi_probe()
565 "no reset GPIO line\n"); in mipid_spi_probe()
590 gpiod_set_value(md->reset, 1); in mipid_spi_remove()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpci-meson.c15 #include <linux/reset.h>
81 struct reset_control *reset; in meson_pcie_get_reset() local
84 reset = devm_reset_control_get_shared(dev, id); in meson_pcie_get_reset()
86 reset = devm_reset_control_get(dev, id); in meson_pcie_get_reset()
88 return reset; in meson_pcie_get_reset()
423 mp->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW); in meson_pcie_probe()
425 dev_err(dev, "get reset gpio failed\n"); in meson_pcie_probe()
431 dev_err(dev, "get reset resource failed, %d\n", ret); in meson_pcie_probe()
449 dev_err(dev, "reset failed, %d\n", ret); in meson_pcie_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c213 .reset = mock_context_reset,
373 engine->base.reset.prepare = mock_reset_prepare; in mock_engine()
374 engine->base.reset.rewind = mock_reset_rewind; in mock_engine()
375 engine->base.reset.cancel = mock_reset_cancel; in mock_engine()
376 engine->base.reset.finish = mock_reset_finish; in mock_engine()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7476.c34 void (*reset)(struct ad7476_state *); member
112 /* Any transfers with 8 scl cycles will reset the device */ in ad7091_reset()
200 .reset = ad7091_reset,
209 .reset = ad7091_reset,
405 if (st->chip_info->reset) in ad7476_probe()
406 st->chip_info->reset(st); in ad7476_probe()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dsynaptics_i2c.c29 * after soft reset, we should wait for 1 ms
33 /* and after hard reset, we should wait for max 500ms */
311 dev_err(&client->dev, "Unable to reset device\n"); in synaptics_i2c_reset_config()
382 bool reset = false; in synaptics_i2c_check_params() local
389 reset = true; in synaptics_i2c_check_params()
394 reset = true; in synaptics_i2c_check_params()
399 reset = true; in synaptics_i2c_check_params()
402 if (reset) in synaptics_i2c_check_params()
449 * if error is detected, we try to reset and reconfigure the touchpad. in synaptics_i2c_work_handler()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dregex.h776 * The input region is reset to include the entire input string.
1064 virtual RegexMatcher &reset();
1073 * The matcher's region is reset to its default, which is the entire
1082 virtual RegexMatcher &reset(int64_t index, UErrorCode &status);
1095 * Note that while a reset on the matcher with an input string that is then
1102 virtual RegexMatcher &reset(const UnicodeString &input);
1118 virtual RegexMatcher &reset(UText *input);
1150 * reset a matcher with a (char16_t *) string as input rather than
1160 RegexMatcher &reset(const char16_t *input) = delete;
1414 * RegexMatcher should be reset befor
[all...]
/third_party/icu/icu4c/source/common/
H A Dnormlzr.cpp294 void Normalizer::reset() { in reset() function in Normalizer
311 reset(); in first()
419 reset(); in setText()
440 reset(); in setText()
458 reset(); in setText()
H A Drbbi_cache.cpp36 void RuleBasedBreakIterator::DictionaryCache::reset() { in reset() function in RuleBasedBreakIterator::DictionaryCache
126 reset(); in populateDictionary()
209 reset(); in BreakCache()
217 void RuleBasedBreakIterator::BreakCache::reset(int32_t pos, int32_t ruleStatus) { in reset() function in RuleBasedBreakIterator::BreakCache
425 reset(aBoundary, ruleStatusIndex); // Reset cache to hold aBoundary as a single starting point. in populateNear()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c441 goto reset; in handle_write()
444 goto reset; in handle_write()
461 goto reset; in handle_write()
471 * Note that the second write wouldn't reset the entry for dst[*][*] in handle_write()
476 goto reset; in handle_write()
504 reset: in handle_write()
/third_party/node/deps/icu-small/source/common/
H A Dnormlzr.cpp294 void Normalizer::reset() { in reset() function in Normalizer
311 reset(); in first()
419 reset(); in setText()
440 reset(); in setText()
458 reset(); in setText()
H A Drbbi_cache.cpp36 void RuleBasedBreakIterator::DictionaryCache::reset() { in reset() function in RuleBasedBreakIterator::DictionaryCache
126 reset(); in populateDictionary()
210 reset(); in BreakCache()
218 void RuleBasedBreakIterator::BreakCache::reset(int32_t pos, int32_t ruleStatus) { in reset() function in RuleBasedBreakIterator::BreakCache
426 reset(aBoundary, ruleStatusIndex); // Reset cache to hold aBoundary as a single starting point. in populateNear()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dregex.h776 * The input region is reset to include the entire input string.
1064 virtual RegexMatcher &reset();
1073 * The matcher's region is reset to its default, which is the entire
1082 virtual RegexMatcher &reset(int64_t index, UErrorCode &status);
1095 * Note that while a reset on the matcher with an input string that is then
1102 virtual RegexMatcher &reset(const UnicodeString &input);
1118 virtual RegexMatcher &reset(UText *input);
1150 * reset a matcher with a (char16_t *) string as input rather than
1160 RegexMatcher &reset(const char16_t *input) = delete;
1414 * RegexMatcher should be reset befor
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp292 void reset() { in reset() function in __anon24172::BumpPointerAllocator
302 ~BumpPointerAllocator() { reset(); } in ~BumpPointerAllocator()
309 void reset() { Alloc.reset(); } in reset() function in __anon24172::DefaultAllocator
384 Parser->reset(MangledName, MangledName + Len); in partialDemangle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp118 void reset() { in reset() function
171 virtual void reset() override;
230 void XCOFFObjectWriter::reset() { in reset() function in __anon24264::XCOFFObjectWriter
235 Sec->reset(); in reset()
243 MCObjectWriter::reset(); in reset()
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp403 fSwizzler.reset(nullptr); in onGetPixels()
432 fStorage.reset(totalBytes); in allocateStorage()
469 fSwizzler.reset(nullptr); in onRewind()
472 fStorage.reset(); in onRewind()
489 fSwizzler.reset(nullptr); in onStartScanlineDecode()
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.cpp454 fColorAttachment.reset(); in releaseInternalObjects()
455 fResolveAttachment.reset(); in releaseInternalObjects()
456 fDynamicMSAAAttachment.reset(); in releaseInternalObjects()
460 fCachedFramebuffers[i].reset(); in releaseInternalObjects()
469 fExternalFramebuffer.reset(); in releaseInternalObjects()
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp29 gMatrices[0].reset(); in test_matrix()
62 gMatrices[0].reset(); in TestMatrixPreservesRightAngles()
71 gMatrices[4].reset(); in TestMatrixPreservesRightAngles()
88 gMatrices[0].reset(); in TestMatrixRectStaysRect()
289 fIntervals.reset(count); in TestDashPathEffect()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dregex.h776 * The input region is reset to include the entire input string.
1064 virtual RegexMatcher &reset();
1073 * The matcher's region is reset to its default, which is the entire
1082 virtual RegexMatcher &reset(int64_t index, UErrorCode &status);
1095 * Note that while a reset on the matcher with an input string that is then
1102 virtual RegexMatcher &reset(const UnicodeString &input);
1118 virtual RegexMatcher &reset(UText *input);
1150 * reset a matcher with a (char16_t *) string as input rather than
1160 RegexMatcher &reset(const char16_t *input);
1414 * RegexMatcher should be reset befor
[all...]
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp55 utf8.reset(); in SkString_from_UTF16BE()
86 utf8.reset(); in SkStringFromMacRoman()
505 record.name.reset();
519 record.name.reset();
529 record.name.reset();
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h66 MARL_NO_EXPORT inline void reset();
148 reset(); in ~Loan()
152 void Pool<T>::Loan::reset() { in reset() function in marl::Pool::Loan
155 MARL_ASSERT(refs >= 0, "reset() called on zero-ref pool item"); in reset()
166 reset(); in operator =()
177 reset(); in operator =()
/third_party/skia/tools/
H A DDDLTileHelper.cpp39 fCallbackContext.reset(new PromiseImageCallbackContext(direct, fPlaybackChar.backendFormat())); in init()
163 void DDLTileHelper::TileData::reset() { in reset() function in DDLTileHelper::TileData
217 tile->fCallbackContext.reset(); in DeleteBackendTexture()
344 fTiles[i].reset(); in resetAllTiles()
346 fComposeDDL.reset(); in resetAllTiles()
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormlzr.cpp294 void Normalizer::reset() { in reset() function in Normalizer
311 reset(); in first()
419 reset(); in setText()
440 reset(); in setText()
458 reset(); in setText()
H A Drbbi_cache.cpp36 void RuleBasedBreakIterator::DictionaryCache::reset() { in reset() function in RuleBasedBreakIterator::DictionaryCache
126 reset(); in populateDictionary()
209 reset(); in BreakCache()
217 void RuleBasedBreakIterator::BreakCache::reset(int32_t pos, int32_t ruleStatus) { in reset() function in RuleBasedBreakIterator::BreakCache
379 reset(aBoundary, ruleStatusIndex); // Reset cache to hold aBoundary as a single starting point. in populateNear()
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp36 glyphBounds.reset(SkToInt(it.glyphCount())); in ComputeBlobBounds()
67 fLineGlyphs.reset(0);
68 fLinePos.reset(0);
69 fLineClusters.reset(0);
70 fLineRuns.reset();

Completed in 24 milliseconds

1...<<31323334353637383940>>...280