/kernel/linux/linux-6.6/include/linux/soc/mediatek/ |
H A D | mtk_wed.h | 154 int (*reset)(struct mtk_wed_device *wed); member 163 void __iomem *regs, bool reset); 165 void __iomem *regs, bool reset);
|
/kernel/linux/linux-6.6/drivers/reset/ |
H A D | reset-ma35d1.c | 16 #include <linux/reset-controller.h> 18 #include <dt-bindings/reset/nuvoton,ma35d1-reset.h> 189 { .compatible = "nuvoton,ma35d1-reset" }, 230 .name = "ma35d1-reset",
|
/kernel/linux/linux-6.6/drivers/clk/meson/ |
H A D | g12a-aoclk.c | 13 #include <linux/reset-controller.h> 22 #include <dt-bindings/reset/g12a-aoclkc.h> 451 .reset = g12a_aoclk_reset,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | panel-mipi-dbi.c | 306 dbi->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in panel_mipi_dbi_spi_probe() 307 if (IS_ERR(dbi->reset)) in panel_mipi_dbi_spi_probe() 308 return dev_err_probe(dev, PTR_ERR(dbi->reset), "Failed to get GPIO 'reset'\n"); in panel_mipi_dbi_spi_probe()
|
H A D | st7735r.c | 207 dbi->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in st7735r_probe() 208 if (IS_ERR(dbi->reset)) in st7735r_probe() 209 return dev_err_probe(dev, PTR_ERR(dbi->reset), "Failed to get GPIO 'reset'\n"); in st7735r_probe()
|
H A D | mi0283qt.c | 115 /* The PiTFT (ili9340) has a hardware reset circuit that in mi0283qt_enable() 195 dbi->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in mi0283qt_probe() 196 if (IS_ERR(dbi->reset)) in mi0283qt_probe() 197 return dev_err_probe(dev, PTR_ERR(dbi->reset), "Failed to get GPIO 'reset'\n"); in mi0283qt_probe()
|
H A D | ili9486.c | 216 dbi->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ili9486_probe() 217 if (IS_ERR(dbi->reset)) in ili9486_probe() 218 return dev_err_probe(dev, PTR_ERR(dbi->reset), "Failed to get GPIO 'reset'\n"); in ili9486_probe()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_fifo.c | 191 .reset = qdisc_reset_queue, 206 .reset = qdisc_reset_queue, 220 .reset = qdisc_reset_queue,
|
/test/testfwk/arkxtest/hamock/src/main/mock/ |
H A D | MockKit.js | 36 this.reset(); 38 reset() { 47 this.reset();
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | jsunit_parser_lite.py | 98 self.state_machine.get_suites(reset=True) 117 test_result = self.state_machine.test(reset=True) 154 self.state_machine.suite(reset=True)
|
/third_party/icu/icu4c/source/layoutex/ |
H A D | plruns.cpp | 60 fr->reset(); in pl_resetFontRuns() 156 vr->reset(); in pl_resetValueRuns() 449 lr->reset(); in pl_resetLocaleRuns()
|
/third_party/libuv/test/ |
H A D | echo-server.c | 115 int reset = 0; in after_read() local 119 reset = 1; in after_read() 120 if (reset && handle->type == UV_TCP) in after_read()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_pthread_server.c | 159 mbedtls_printf(" [ #%ld ] connection was reset by peer\n", in handle_ssl_connection() 431 reset: in main() 459 goto reset; in main() 463 goto reset; in main()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_client.js | 175 this.reset(); 190 this.reset(); 225 reset() { 304 this.reset();
|
/third_party/node/src/crypto/ |
H A D | crypto_hmac.cc | 81 ctx_.reset(HMAC_CTX_new()); in HmacInit() 83 ctx_.reset(); in HmacInit() 131 hmac->ctx_.reset(); in HmacDigest()
|
H A D | crypto_random.cc | 101 params->add.reset(BN_bin2bn(add.data(), add.size(), nullptr)); in AdditionalConfig() 110 params->rem.reset(BN_bin2bn(rem.data(), rem.size(), nullptr)); in AdditionalConfig() 143 params->prime.reset(BN_secure_new()); in AdditionalConfig()
|
/third_party/node/src/ |
H A D | node_http_common-inl.h | 125 name_.reset(name, true); // Internalizable in NgHeader() 128 name_.reset(name, true); // Internalizable in NgHeader() 129 value_.reset(value); in NgHeader()
|
/third_party/nghttp2/src/ |
H A D | allocator.h | 66 ~BlockAllocator() { reset(); } in ~BlockAllocator() 75 reset(); 88 void reset() { in reset() function
|
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/ |
H A D | index.js | 49 this.reset() 128 reset () { 233 // reset the cache 234 this.reset()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dcfmtest.cpp | 278 commentMat.reset(testLine); in DataDrivenTests() 288 parseLineMat.reset(testLine); in DataDrivenTests() 302 formatLineMat.reset(testLine); in DataDrivenTests()
|
/third_party/skia/tests/ |
H A D | SkResourceCacheTest.cpp | 99 img[i].reset(); // delete the image, which *should not* remove us from the cache in test_mipmap_notify() 104 src[i].reset(); // delete the underlying pixelref, which *should* remove us from the cache in test_mipmap_notify() 165 image.reset(nullptr); in test_discarded_image() 262 flags0 = 0; // reset the flag in test_duplicate_add()
|
H A D | PathOpsTestCommon.cpp | 168 quadPath->reset(); 183 quads.reset(); 205 simplePath->reset(); in CubicPathToSimple()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_custom.cpp | 144 name->reset(); in getStyle() 267 tf.reset(this->onMatchFamilyStyle(familyName, style)); 271 tf.reset(fDefaultFamily->matchStyle(style));
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCompileServer.cpp | 212 ELFStr.reset(new ELFFileStreamer(*FdOs.get())); in run() 213 Os.reset(FdOs.release()); in run() 252 Ctx.reset(new GlobalContext(Ls.get(), Os.get(), Ls.get(), ELFStr.get())); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 111 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegsCopy, 140 // reset tracker to the point just below MI 142 void reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr); 153 // Last position of reset or advanceBeforeNext 166 bool reset(const MachineInstr &MI, const LiveRegSet *LiveRegs = nullptr);
|