Home
last modified time | relevance | path

Searched refs:reset (Results 726 - 750 of 7393) sorted by relevance

1...<<21222324252627282930>>...296

/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils.cpp74 reset(); in ~ProcessHandle()
88 void ProcessHandle::reset() in reset() function in angle::ProcessHandle
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroupTracker.h98 mDirtyBindGroups.reset(); in AfterApply()
99 mDirtyBindGroupsObjectChangedOrIsDynamic.reset(); in AfterApply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCWasmStreamer.h39 void reset() override {
41 MCObjectStreamer::reset();
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBrowserCompileServer.h67 /// Wait for the compile thread to complete then reset the state.
73 // reset this to nullptr. Free and flush the rest of the streams. in waitForCompileThread()
75 EmitStream.reset(nullptr); in waitForCompileThread()
76 ELFStream.reset(nullptr); in waitForCompileThread()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DOther.cpp23 reset(); \ in TEST_F()
66 reset(); \ in TEST_F()
/third_party/skia/tools/viewer/
H A DTouchGesture.h22 void reset();
65 void reset(float sx, float sy);
/third_party/python/Lib/encodings/
H A Dbz2_codec.py42 def reset(self): member in IncrementalEncoder
57 def reset(self): member in IncrementalDecoder
/third_party/skia/gm/
H A Dhugepath.cpp28 path.reset(); in DEF_SIMPLE_GM()
33 path.reset(); in DEF_SIMPLE_GM()
H A Dbigmatrix.cpp26 m.reset(); in DEF_SIMPLE_GM_BG()
61 s.reset(); in DEF_SIMPLE_GM_BG()
/third_party/skia/include/utils/
H A DSkCamera.h29 void reset();
55 void reset();
/third_party/skia/experimental/graphite/src/
H A DResourceProvider.cpp18 fGraphicsPipelineCache.reset(new GraphicsPipelineCache(this)); in ResourceProvider()
47 fMap.reset(); in release()
/third_party/skia/bench/
H A DDrawBitmapAABench.cpp66 m.reset();
79 m.reset();
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx951 sqlite_ps& reset() in reset() function
953 tmp_ms_metric tick("sqlite3","reset",nickname); in reset()
2161 pp->reset(); in handle_buildid()
2169 pp->reset(); in handle_buildid()
2181 pp->reset(); in handle_buildid()
2195 pp->reset(); in handle_buildid()
2242 pp->reset(); in handle_buildid()
2570 *ptr = NULL; /* reset when done */ in handler_cb()
3044 .reset() in scan_source_file()
3048 ps_query.reset(); in scan_source_file()
[all...]
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp174 m_pMmsApnInfo.reset(); in DestoryObject()
246 m_pMmsNetworkClient.reset(); in DestoryObject()
341 m_pMmsPersistHelper.reset(); in DestoryObject()
403 m_pMmsConnCallbackStub.reset(); in DestoryObject()
447 m_pCdmaSmsSender.reset(); in DestoryObject()
528 m_pCdmaSmsReceiveHandler.reset(); in DestoryObject()
598 m_pCdmaSmsMessage.reset(); in DestoryObject()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_nokia.c128 struct gpio_desc *reset; member
187 /* reset routine */ in nokia_reset()
188 gpiod_set_value_cansleep(btdev->reset, 1); in nokia_reset()
196 dev_err(dev, "reset: host wakeup not low!"); in nokia_reset()
207 gpiod_set_value_cansleep(btdev->reset, 0); in nokia_reset()
413 /* 0. reset connection */ in nokia_setup()
501 gpiod_set_value(btdev->reset, 1); in nokia_close()
697 btdev->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in nokia_bluetooth_serdev_probe()
698 if (IS_ERR(btdev->reset)) { in nokia_bluetooth_serdev_probe()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dowl-mmc.c21 #include <linux/reset.h>
99 struct reset_control *reset; member
459 reset_control_assert(owl_host->reset); in owl_mmc_ctr_reset()
461 reset_control_deassert(owl_host->reset); in owl_mmc_ctr_reset()
597 owl_host->reset = devm_reset_control_get_exclusive(&pdev->dev, NULL); in owl_mmc_probe()
598 if (IS_ERR(owl_host->reset)) { in owl_mmc_probe()
599 dev_err(&pdev->dev, "Could not get reset control\n"); in owl_mmc_probe()
600 ret = PTR_ERR(owl_host->reset); in owl_mmc_probe()
/kernel/linux/linux-5.10/drivers/memory/tegra/
H A Dmc.c98 return container_of(rcdev, struct tegra_mc, reset); in reset_to_mc()
157 dev_err(mc->dev, "failed to hot reset %s: %d\n", in tegra_mc_hotreset_assert()
183 /* take out client from hot reset */ in tegra_mc_hotreset_deassert()
186 dev_err(mc->dev, "failed to deassert hot reset %s: %d\n", in tegra_mc_hotreset_deassert()
233 mc->reset.ops = &tegra_mc_reset_ops; in tegra_mc_reset_setup()
234 mc->reset.owner = THIS_MODULE; in tegra_mc_reset_setup()
235 mc->reset.of_node = mc->dev->of_node; in tegra_mc_reset_setup()
236 mc->reset.of_reset_n_cells = 1; in tegra_mc_reset_setup()
237 mc->reset.nr_resets = mc->soc->num_resets; in tegra_mc_reset_setup()
239 err = reset_controller_register(&mc->reset); in tegra_mc_reset_setup()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c16 #include <linux/reset.h>
275 .reset = drm_atomic_helper_connector_reset,
515 hdmi->reset = devm_reset_control_get(dev, NULL); in sun4i_hdmi_bind()
516 if (IS_ERR(hdmi->reset)) { in sun4i_hdmi_bind()
517 dev_err(dev, "Couldn't get the HDMI reset control\n"); in sun4i_hdmi_bind()
518 return PTR_ERR(hdmi->reset); in sun4i_hdmi_bind()
521 ret = reset_control_deassert(hdmi->reset); in sun4i_hdmi_bind()
523 dev_err(dev, "Couldn't deassert HDMI reset\n"); in sun4i_hdmi_bind()
671 reset_control_assert(hdmi->reset); in sun4i_hdmi_bind()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice_pgid.c157 * Path groups have been reset. Restart path verification but in pgid_wipeout_callback()
301 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze()
310 *reset = 0; in pgid_analyze()
317 *reset |= lpm; in pgid_analyze()
385 u8 reset = 0; in snid_done() local
390 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done()
398 cdev->private->pgid_reset_mask |= reset; in snid_done()
405 "todo=%02x mism=%d rsvd=%02x reset=%02x\n", id->ssid, in snid_done()
407 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done()
300 pgid_analyze(struct ccw_device *cdev, struct pgid **p, int *mismatch, u8 *reserved, u8 *reset) pgid_analyze() argument
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dowl-mmc.c22 #include <linux/reset.h>
100 struct reset_control *reset; member
459 reset_control_assert(owl_host->reset); in owl_mmc_ctr_reset()
461 reset_control_deassert(owl_host->reset); in owl_mmc_ctr_reset()
595 owl_host->reset = devm_reset_control_get_exclusive(&pdev->dev, NULL); in owl_mmc_probe()
596 if (IS_ERR(owl_host->reset)) { in owl_mmc_probe()
597 dev_err(&pdev->dev, "Could not get reset control\n"); in owl_mmc_probe()
598 ret = PTR_ERR(owl_host->reset); in owl_mmc_probe()
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_mipi_csi2.c15 #include <linux/reset.h>
283 dev_err(dev, "failed to reset MIPI D-PHY\n"); in sun8i_a83t_mipi_csi2_s_stream()
628 reset_control_assert(csi2_dev->reset); in sun8i_a83t_mipi_csi2_suspend()
638 ret = reset_control_deassert(csi2_dev->reset); in sun8i_a83t_mipi_csi2_resume()
640 dev_err(dev, "failed to deassert reset\n"); in sun8i_a83t_mipi_csi2_resume()
673 reset_control_assert(csi2_dev->reset); in sun8i_a83t_mipi_csi2_resume()
742 csi2_dev->reset = devm_reset_control_get_shared(dev, NULL); in sun8i_a83t_mipi_csi2_resources_setup()
743 if (IS_ERR(csi2_dev->reset)) { in sun8i_a83t_mipi_csi2_resources_setup()
744 dev_err(dev, "failed to get reset controller\n"); in sun8i_a83t_mipi_csi2_resources_setup()
745 ret = PTR_ERR(csi2_dev->reset); in sun8i_a83t_mipi_csi2_resources_setup()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.c14 #include <linux/reset.h>
114 * and reset bits are set together before starting the CSI controller. in sun6i_mipi_csi2_configure()
117 * One reliable way to make this work is to deassert reset, configure in sun6i_mipi_csi2_configure()
251 dev_err(dev, "failed to reset MIPI D-PHY\n"); in sun6i_mipi_csi2_s_stream()
588 reset_control_assert(csi2_dev->reset); in sun6i_mipi_csi2_suspend()
598 ret = reset_control_deassert(csi2_dev->reset); in sun6i_mipi_csi2_resume()
600 dev_err(dev, "failed to deassert reset\n"); in sun6i_mipi_csi2_resume()
613 reset_control_assert(csi2_dev->reset); in sun6i_mipi_csi2_resume()
668 csi2_dev->reset = devm_reset_control_get_shared(dev, NULL); in sun6i_mipi_csi2_resources_setup()
669 if (IS_ERR(csi2_dev->reset)) { in sun6i_mipi_csi2_resources_setup()
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_nokia.c128 struct gpio_desc *reset; member
187 /* reset routine */ in nokia_reset()
188 gpiod_set_value_cansleep(btdev->reset, 1); in nokia_reset()
196 dev_err(dev, "reset: host wakeup not low!"); in nokia_reset()
207 gpiod_set_value_cansleep(btdev->reset, 0); in nokia_reset()
413 /* 0. reset connection */ in nokia_setup()
501 gpiod_set_value(btdev->reset, 1); in nokia_close()
697 btdev->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in nokia_bluetooth_serdev_probe()
698 if (IS_ERR(btdev->reset)) { in nokia_bluetooth_serdev_probe()
[all...]
/kernel/linux/linux-6.6/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c15 #include <linux/reset.h>
191 struct reset_control *reset; member
204 reset_control_deassert(dphy->reset); in sun6i_dphy_init()
526 reset_control_assert(dphy->reset); in sun6i_dphy_exit()
577 dphy->reset = devm_reset_control_get_shared(&pdev->dev, NULL); in sun6i_dphy_probe()
578 if (IS_ERR(dphy->reset)) { in sun6i_dphy_probe()
579 dev_err(&pdev->dev, "Couldn't get our reset line\n"); in sun6i_dphy_probe()
580 return PTR_ERR(dphy->reset); in sun6i_dphy_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-magnachip-d53e6ea8966.c54 /** @reset: reset GPIO line */
55 struct gpio_desc *reset; member
233 gpiod_set_value_cansleep(db->reset, 1); in d53e6ea8966_prepare()
235 gpiod_set_value_cansleep(db->reset, 0); in d53e6ea8966_prepare()
276 gpiod_set_value_cansleep(db->reset, 1); in d53e6ea8966_unprepare()
394 db->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in d53e6ea8966_probe()
395 if (IS_ERR(db->reset)) { in d53e6ea8966_probe()
396 ret = PTR_ERR(db->reset); in d53e6ea8966_probe()
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...296