Home
last modified time | relevance | path

Searched refs:reset (Results 351 - 375 of 8120) sorted by relevance

1...<<11121314151617181920>>...325

/third_party/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h76 uv->reset(kFloat2_GrSLType); in append_index_uv_varyings()
83 texIdx->reset(kFloat_GrSLType); in append_index_uv_varyings()
90 st->reset(kFloat2_GrSLType); in append_index_uv_varyings()
/third_party/skia/third_party/externals/oboe/src/common/
H A DLatencyTuner.cpp31 reset(); in LatencyTuner()
41 // Process reset requests. in tune()
45 reset(); in tune()
96 void LatencyTuner::reset() { in reset() function in LatencyTuner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h67 void reset(ArrayRef<uint8_t> Data, uint32_t RecordCountHint);
68 void reset(StringRef Data, uint32_t RecordCountHint);
69 void reset(BinaryStreamReader &Reader, uint32_t RecordCountHint);
/third_party/skia/include/private/
H A DSkDeque.h73 * Creates an uninitialized iterator. Must be reset()
81 void reset(const SkDeque& d, IterStart startLoc);
103 * Wrap Iter::reset to force initialization to the beginning of the
106 void reset(const SkDeque& d) { in reset() function in SkDeque::F2BIter
107 this->INHERITED::reset(d, kFront_IterStart); in reset()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCombinationsIterator.hpp45 void reset (void);
82 reset(); in CombinationsIterator()
118 void CombinationsIterator<T>::reset (void) in reset() function in vkt::pipeline::CombinationsIterator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp56 cachedFilteredSnapshot_.reset(); in UpdateCacheStateWithFilterHash()
326 cachedSnapshot_.reset(); in InvalidateFilterCache()
327 cachedFilteredSnapshot_.reset(); in InvalidateFilterCache()
332 cachedSnapshot_.reset(); in InvalidateFilterCache()
338 cachedFilteredSnapshot_.reset(); in InvalidateFilterCache()
355 cachedSnapshot_.reset(); in ReleaseCacheOffTree()
356 cachedFilteredSnapshot_.reset(); in ReleaseCacheOffTree()
401 cachedSnapshot_.reset(); in CheckCachedImages()
405 cachedFilteredSnapshot_.reset(); in CheckCachedImages()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp144 mCloseServiceThread.reset(); in Exit()
147 mStartServiceThread.reset(); in Exit()
150 wifiStaManager.reset(); in Exit()
153 wifiScanManager.reset(); in Exit()
156 wifiTogglerManager.reset(); in Exit()
160 wifiHotspotManager.reset(); in Exit()
165 wifiP2pManager.reset(); in Exit()
170 wifiEventSubscriberManager.reset(); in Exit()
173 wifiMultiVapManager.reset(); in Exit()
/kernel/linux/linux-5.10/tools/virtio/
H A Dvirtio_test.c191 const bool reset = completed > next_reset; in run_test() local
221 if (reset) { in run_test()
233 if (reset) { in run_test()
322 .name = "reset",
338 " [--reset=N]" in help()
347 long batch = 1, reset = 0; in main() local
385 reset = 1; in main()
387 reset = strtol(optarg, NULL, 10); in main()
388 assert(reset > 0); in main()
389 assert(reset < (lon in main()
[all...]
/kernel/linux/linux-5.10/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c21 #include <linux/reset.h>
76 struct reset_control *reset; member
173 if (phy->reset) { in rockchip_usb_phy_reset()
174 reset_control_assert(phy->reset); in rockchip_usb_phy_reset()
176 reset_control_deassert(phy->reset); in rockchip_usb_phy_reset()
185 .reset = rockchip_usb_phy_reset,
224 rk_phy->reset = of_reset_control_get(child, "phy-reset"); in rockchip_usb_phy_init()
225 if (IS_ERR(rk_phy->reset)) in rockchip_usb_phy_init()
226 rk_phy->reset in rockchip_usb_phy_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_device.c5 #include <linux/reset.h>
96 if (dev->reset) { in lima_clk_enable()
97 err = reset_control_deassert(dev->reset); in lima_clk_enable()
100 "reset controller deassert failed %d\n", err); in lima_clk_enable()
116 if (dev->reset) in lima_clk_disable()
117 reset_control_assert(dev->reset); in lima_clk_disable()
144 dev->reset = devm_reset_control_array_get_optional_shared(dev->dev); in lima_clk_init()
145 if (IS_ERR(dev->reset)) { in lima_clk_init()
146 err = PTR_ERR(dev->reset); in lima_clk_init()
148 dev_err(dev->dev, "get reset controlle in lima_clk_init()
[all...]
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c21 #include <linux/reset.h>
76 struct reset_control *reset; member
173 if (phy->reset) { in rockchip_usb_phy_reset()
174 reset_control_assert(phy->reset); in rockchip_usb_phy_reset()
176 reset_control_deassert(phy->reset); in rockchip_usb_phy_reset()
185 .reset = rockchip_usb_phy_reset,
224 rk_phy->reset = of_reset_control_get(child, "phy-reset"); in rockchip_usb_phy_init()
225 if (IS_ERR(rk_phy->reset)) in rockchip_usb_phy_init()
226 rk_phy->reset in rockchip_usb_phy_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_device.c5 #include <linux/reset.h>
97 if (dev->reset) { in lima_clk_enable()
98 err = reset_control_deassert(dev->reset); in lima_clk_enable()
101 "reset controller deassert failed %d\n", err); in lima_clk_enable()
117 if (dev->reset) in lima_clk_disable()
118 reset_control_assert(dev->reset); in lima_clk_disable()
145 dev->reset = devm_reset_control_array_get_optional_shared(dev->dev); in lima_clk_init()
146 if (IS_ERR(dev->reset)) { in lima_clk_init()
147 err = PTR_ERR(dev->reset); in lima_clk_init()
149 dev_err(dev->dev, "get reset controlle in lima_clk_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_mdss.c16 #include <linux/reset.h>
319 struct reset_control *reset; in msm_mdss_reset() local
321 reset = reset_control_get_optional_exclusive(dev, NULL); in msm_mdss_reset()
322 if (!reset) { in msm_mdss_reset()
323 /* Optional reset not specified */ in msm_mdss_reset()
325 } else if (IS_ERR(reset)) { in msm_mdss_reset()
326 return dev_err_probe(dev, PTR_ERR(reset), in msm_mdss_reset()
327 "failed to acquire mdss reset\n"); in msm_mdss_reset()
330 reset_control_assert(reset); in msm_mdss_reset()
332 * Tests indicate that reset ha in msm_mdss_reset()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dgr3d.c17 #include <linux/reset.h>
311 struct reset_control *reset; in gr3d_power_up_legacy_domain() local
343 * reset shouldn't be asserted while hardware is gated because in gr3d_power_up_legacy_domain()
345 * PD we request the individual reset separately. in gr3d_power_up_legacy_domain()
347 reset = reset_control_get_exclusive_released(dev, name); in gr3d_power_up_legacy_domain()
348 if (IS_ERR(reset)) in gr3d_power_up_legacy_domain()
349 return PTR_ERR(reset); in gr3d_power_up_legacy_domain()
351 err = reset_control_acquire(reset); in gr3d_power_up_legacy_domain()
353 dev_err(dev, "failed to acquire %s reset: %d\n", name, err); in gr3d_power_up_legacy_domain()
355 err = tegra_powergate_sequence_power_up(id, clk, reset); in gr3d_power_up_legacy_domain()
[all...]
H A Dnvdec.c16 #include <linux/reset.h>
45 struct reset_control *reset; member
112 err = reset_control_acquire(nvdec->reset); in nvdec_boot_riscv()
129 err = reset_control_reset(nvdec->reset); in nvdec_boot_riscv()
147 reset_control_release(nvdec->reset); in nvdec_boot_riscv()
494 nvdec->reset = devm_reset_control_get_exclusive_released(dev, "nvdec"); in nvdec_probe()
495 if (IS_ERR(nvdec->reset)) { in nvdec_probe()
496 dev_err_probe(dev, PTR_ERR(nvdec->reset), "failed to get reset\n"); in nvdec_probe()
497 return PTR_ERR(nvdec->reset); in nvdec_probe()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c15 #include <linux/reset.h>
168 struct reset_control *reset; member
413 .reset = sun4i_tv_connector_reset,
455 tv->reset = devm_reset_control_get(dev, NULL); in sun4i_tv_bind()
456 if (IS_ERR(tv->reset)) { in sun4i_tv_bind()
457 dev_err(dev, "Couldn't get our reset line\n"); in sun4i_tv_bind()
458 return PTR_ERR(tv->reset); in sun4i_tv_bind()
461 ret = reset_control_deassert(tv->reset); in sun4i_tv_bind()
463 dev_err(dev, "Couldn't deassert our reset line\n"); in sun4i_tv_bind()
524 reset_control_assert(tv->reset); in sun4i_tv_bind()
[all...]
/kernel/linux/linux-6.6/tools/virtio/
H A Dvirtio_test.c191 const bool reset = completed > next_reset; in run_test() local
221 if (reset) { in run_test()
233 if (reset) { in run_test()
322 .name = "reset",
338 " [--reset=N]" in help()
349 long batch = 1, reset = 0; in main() local
385 reset = 1; in main()
387 reset = strtol(optarg, NULL, 10); in main()
388 assert(reset > 0); in main()
389 assert(reset < (lon in main()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DOptional.h44 ~OptionalStorage() { reset(); } in ~OptionalStorage()
63 void reset() noexcept {
88 reset(); in emplace()
121 reset(); in operator =()
135 reset(); in operator =()
163 void reset() noexcept {
188 reset(); in emplace()
251 void reset() { Storage.reset(); } in reset() function in llvm::Optional
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dtimeout_recognizer.cpp95 start_.reset(); in OnAccepted()
127 start_.reset(); in BatchAdjudicate()
138 start_.reset(); in BatchAdjudicate()
151 start_.reset(); in BatchAdjudicate()
243 start_.reset(); in CheckTimeout()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_interpolator_test.cpp56 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel2)); in HWTEST_F()
64 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel3)); in HWTEST_F()
85 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel2)); in HWTEST_F()
91 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel3)); in HWTEST_F()
100 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel4)); in HWTEST_F()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dpcm1789.c30 struct gpio_desc *reset; member
137 /* Perform a software reset to remove codec from desynchronized state */ in pcm1789_work_queue()
248 pcm1789->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in pcm1789_common_init()
249 if (IS_ERR(pcm1789->reset)) in pcm1789_common_init()
250 return PTR_ERR(pcm1789->reset); in pcm1789_common_init()
252 gpiod_set_value_cansleep(pcm1789->reset, 0); in pcm1789_common_init()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dmpc8xxx_wdt.c62 static bool reset = 1; variable
63 module_param(reset, bool, 0);
64 MODULE_PARM_DESC(reset,
65 "Watchdog Interrupt/Reset Mode. 0 = interrupt, 1 = reset");
91 if (reset) in mpc8xxx_wdt_start()
168 /* clear reset status bits related to watchdog timer */ in mpc8xxx_wdt_probe()
209 reset ? "reset" : "interrupt", ddata->wdd.timeout); in mpc8xxx_wdt_probe()
/kernel/linux/linux-6.6/drivers/misc/
H A Dhisi_hikey_usb.c37 struct gpio_desc *reset; member
171 hisi_hikey_usb->reset = devm_gpiod_get_optional(dev, in hisi_hikey_usb_of_role_switch()
172 "hub-reset-en", in hisi_hikey_usb_of_role_switch()
174 if (IS_ERR(hisi_hikey_usb->reset)) { in hisi_hikey_usb_of_role_switch()
175 dev_err(dev, "get hub-reset-en failed with error %ld\n", in hisi_hikey_usb_of_role_switch()
176 PTR_ERR(hisi_hikey_usb->reset)); in hisi_hikey_usb_of_role_switch()
177 return PTR_ERR(hisi_hikey_usb->reset); in hisi_hikey_usb_of_role_switch()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dmpc8xxx_wdt.c62 static bool reset = 1; variable
63 module_param(reset, bool, 0);
64 MODULE_PARM_DESC(reset,
65 "Watchdog Interrupt/Reset Mode. 0 = interrupt, 1 = reset");
91 if (reset) in mpc8xxx_wdt_start()
168 /* clear reset status bits related to watchdog timer */ in mpc8xxx_wdt_probe()
209 reset ? "reset" : "interrupt", ddata->wdd.timeout); in mpc8xxx_wdt_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dpcm1789.c30 struct gpio_desc *reset; member
137 /* Perform a software reset to remove codec from desynchronized state */ in pcm1789_work_queue()
247 pcm1789->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in pcm1789_common_init()
248 if (IS_ERR(pcm1789->reset)) in pcm1789_common_init()
249 return PTR_ERR(pcm1789->reset); in pcm1789_common_init()
251 gpiod_set_value_cansleep(pcm1789->reset, 0); in pcm1789_common_init()

Completed in 14 milliseconds

1...<<11121314151617181920>>...325