Home
last modified time | relevance | path

Searched refs:reset (Results 801 - 825 of 8167) sorted by relevance

1...<<31323334353637383940>>...327

/third_party/skia/src/gpu/
H A DGrResourceAllocator.cpp328 fIntvlHash.reset(); // we don't need the interval hash anymore in planAssignment()
399 void GrResourceAllocator::reset() { in reset() function in GrResourceAllocator
400 // NOTE: We do not reset the failedInstantiation flag because we currently do not attempt in reset()
408 fIntvlHash.reset(); in reset()
409 fUniqueKeyRegisters.reset(); in reset()
410 fFreePool.reset(); in reset()
411 fInternalAllocator.reset(); in reset()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp320 exit(status.reset()); in main()
326 exit(status.reset()); in main()
390 exit(status.reset()); in main()
417 exit(status.reset()); in main()
423 exit(status.reset()); in main()
446 exit(status.reset()); in main()
/third_party/skia/tests/
H A DBitmapTest.cpp72 bm.reset(); in test_allocpixels()
80 bm.reset(); in test_allocpixels()
84 bm.reset(); in test_allocpixels()
87 bm.reset(); in test_allocpixels()
91 bm.reset(); in test_allocpixels()
118 bm.reset(); in test_allocpixels()
H A DPromiseImageTest.cpp40 void releaseTexture() { fTexture.reset(); } in releaseTexture()
183 refImg.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
265 image.reset(); in DEF_GPUTEST()
268 surface.reset(); in DEF_GPUTEST()
342 image.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
399 refImg.reset(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DPathOpsBuilderTest.cpp40 rectPath.reset(); in DEF_TEST()
226 inner.reset(); in DEF_TEST()
238 inner.reset(); in DEF_TEST()
250 inner.reset(); in DEF_TEST()
313 path.reset(); in DEF_TEST()
354 path.reset(); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp290 void GCNRPTracker::reset(const MachineInstr &MI,
306 void GCNUpwardRPTracker::reset(const MachineInstr &MI,
308 GCNRPTracker::reset(MI, LiveRegsCopy, true);
312 assert(MRI && "call reset first");
354 bool GCNDownwardRPTracker::reset(const MachineInstr &MI,
363 GCNRPTracker::reset(*NextMI, LiveRegsCopy, false);
368 assert(MRI && "call reset first");
422 // If we have just called reset live set is actual.
438 reset(*Begin, LiveRegsCopy);
/third_party/python/Lib/test/
H A Dtest_turtle.py289 self.nav.reset()
298 self.nav.reset()
311 self.nav.reset()
358 self.nav.reset()
365 self.nav.reset()
371 self.nav.reset()
/third_party/skia/include/private/
H A DSkTDArray.h68 src.reset(); in operator =()
131 void reset() { in reset() function in SkTDArray
290 this->reset(); in deleteAll()
300 this->reset(); in freeAll()
310 this->reset(); in unrefAll()
320 this->reset(); in safeUnrefAll()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceManager.cpp56 reset(context); in release()
68 void TypedResourceManager<ResourceType, ImplT, IDType>::reset(const Context *context) in reset() function in gl::TypedResourceManager
70 this->mHandleAllocator.reset(); in reset()
145 void ShaderProgramManager::reset(const Context *context) in reset() function in gl::ShaderProgramManager
435 void MemoryObjectManager::reset(const Context *context) in reset() function in gl::MemoryObjectManager
484 void SemaphoreManager::reset(const Context *context) in reset() function in gl::SemaphoreManager
/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...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
H A Daudio_ffmpeg_decoder_plugin.cpp247 avCodec_.reset(); in DeInitLocked()
248 cachedFrame_.reset(); in DeInitLocked()
375 avCodecContext_.reset(); in ResetLocked()
378 bufferMeta_.reset(); in ResetLocked()
425 avCodecContext_.reset(); in StopLocked()
427 outBuffer_.reset(); in StopLocked()
501 outBuffer_.reset(); in SendOutputBuffer()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Daudio_ffmpeg_encoder_plugin.cpp158 avCodec_.reset(); in DeInitLocked()
159 cachedFrame_.reset(); in DeInitLocked()
221 avCodecContext_.reset(); in ResetLocked()
224 bufferMeta_.reset(); in ResetLocked()
298 avCodecContext_.reset(); in Stop()
301 outBuffer_.reset(); in Stop()
363 outBuffer_.reset(); in SendOutputBuffer()
/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...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c17 #include <linux/reset.h>
276 .reset = drm_atomic_helper_connector_reset,
514 hdmi->reset = devm_reset_control_get(dev, NULL); in sun4i_hdmi_bind()
515 if (IS_ERR(hdmi->reset)) { in sun4i_hdmi_bind()
516 dev_err(dev, "Couldn't get the HDMI reset control\n"); in sun4i_hdmi_bind()
517 return PTR_ERR(hdmi->reset); in sun4i_hdmi_bind()
520 ret = reset_control_deassert(hdmi->reset); in sun4i_hdmi_bind()
522 dev_err(dev, "Couldn't deassert HDMI reset\n"); in sun4i_hdmi_bind()
670 reset_control_assert(hdmi->reset); in sun4i_hdmi_bind()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ddevice_pgid.c158 * Path groups have been reset. Restart path verification but in pgid_wipeout_callback()
302 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze()
311 *reset = 0; in pgid_analyze()
318 *reset |= lpm; in pgid_analyze()
386 u8 reset = 0; in snid_done() local
391 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done()
399 cdev->private->pgid_reset_mask |= reset; in snid_done()
406 "todo=%02x mism=%d rsvd=%02x reset=%02x\n", id->ssid, in snid_done()
408 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done()
301 pgid_analyze(struct ccw_device *cdev, struct pgid **p, int *mismatch, u8 *reserved, u8 *reset) pgid_analyze() argument

Completed in 30 milliseconds

1...<<31323334353637383940>>...327