Home
last modified time | relevance | path

Searched refs:reset (Results 2376 - 2400 of 6992) sorted by relevance

1...<<919293949596979899100>>...280

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h611 ~BindingPointer() { reset(); } in ~BindingPointer()
616 other.reset(); in BindingPointer()
634 void reset() { set(nullptr); } in reset() function in rx::vk::final
701 void reset(VkDevice device) { set(device, nullptr); } in reset() function in rx::vk::final
822 void reset(size_t index) in reset() function in rx::vk::final
825 mEnabled.reset(index); in reset()
H A DVertexArrayVk.cpp492 mLineLoopBufferFirstIndex.reset(); in syncState()
493 mLineLoopBufferLastIndex.reset(); in syncState()
507 (*attribBits)[INDEX].reset(); \ in syncState()
520 (*bindingBits)[INDEX].reset(); \ in syncState()
696 // behaviour to reset the offset if it starts outside the buffer. in syncDirtyAttrib()
897 mLineLoopBufferFirstIndex.reset(); in handleLineLoop()
898 mLineLoopBufferLastIndex.reset(); in handleLineLoop()
H A Dvk_cache_utils.h844 void reset();
899 void reset();
1106 void reset();
1158 void reset();
1183 void reset();
1262 void reset();
1458 CacheStats() { reset(); }
1484 void reset()
1503 mCacheStats.reset();
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp85 fVolatileProxy.reset(); in chooseProxy()
86 fVolatileToStableCopyTask.reset(); in chooseProxy()
94 fVolatileProxy.reset(); in switchToStableProxy()
95 fVolatileToStableCopyTask.reset(); in switchToStableProxy()
104 fVolatileToStableCopyTask.reset(); in makeVolatileProxyStable()
820 view.reset(); in MakeBackendTextureFromSkImage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp74 Result.reset(new IndexedInstrProfReader(std::move(Buffer))); in create()
76 Result.reset(new RawInstrProfReader64(std::move(Buffer))); in create()
78 Result.reset(new RawInstrProfReader32(std::move(Buffer))); in create()
80 Result.reset(new TextInstrProfReader(std::move(Buffer))); in create()
154 Symtab.reset(new InstrProfSymtab());
612 HashTable.reset(HashTableImpl::Create(
/third_party/toybox/toys/pending/
H A Ddiff.c427 char *reset = NULL; in print_diff() local
431 reset = "\033[0m"; in print_diff()
441 printf("%s\n\\ No newline at end of file\n", reset ? reset : ""); in print_diff()
452 if (reset) printf("%s", reset); in print_diff()
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dlantiq_gswip.c44 #include <linux/reset.h>
122 #define GSWIP_SWRES_R1 BIT(1) /* GSWIP Software reset */
123 #define GSWIP_SWRES_R0 BIT(0) /* GSWIP Hardware reset */
253 struct reset_control *reset; member
1823 reset_control_assert(gphy_fw->reset); in gswip_gphy_fw_load()
1854 reset_control_deassert(gphy_fw->reset); in gswip_gphy_fw_load()
1897 gphy_fw->reset = of_reset_control_array_get_exclusive(gphy_fw_np); in gswip_gphy_fw_probe()
1898 if (IS_ERR(gphy_fw->reset)) { in gswip_gphy_fw_probe()
1899 if (PTR_ERR(gphy_fw->reset) != -EPROBE_DEFER) in gswip_gphy_fw_probe()
1900 dev_err(dev, "Failed to lookup gphy reset\ in gswip_gphy_fw_probe()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c102 static u8 reset [] = { RESET, 0x80 }; in mt352_pinnacle_init() local
115 mt352_write(fe, reset, sizeof(reset)); in mt352_pinnacle_init()
131 static u8 reset [] = { RESET, 0x80 }; in mt352_aver777_init() local
138 mt352_write(fe, reset, sizeof(reset)); in mt352_aver777_init()
149 static u8 reset [] = { RESET, 0x80 }; in mt352_avermedia_xc3028_init() local
156 mt352_write(fe, reset, sizeof(reset)); in mt352_avermedia_xc3028_init()
/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c31 #include <linux/reset.h>
330 struct reset_control *reset; member
1513 reset_control_assert(tegra->reset); in soctherm_clk_enable()
1518 reset_control_deassert(tegra->reset); in soctherm_clk_enable()
1525 reset_control_deassert(tegra->reset); in soctherm_clk_enable()
1533 reset_control_deassert(tegra->reset); in soctherm_clk_enable()
2169 tegra->reset = devm_reset_control_get(&pdev->dev, "soctherm"); in tegra_soctherm_probe()
2170 if (IS_ERR(tegra->reset)) { in tegra_soctherm_probe()
2171 dev_err(&pdev->dev, "can't get soctherm reset\n"); in tegra_soctherm_probe()
2172 return PTR_ERR(tegra->reset); in tegra_soctherm_probe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dcore.c28 #include <linux/reset.h>
267 * dwc3_core_soft_reset - Issues core soft reset and PHY reset
277 * XHCI driver will reset the host block. If dwc3 was configured for in dwc3_core_soft_reset()
609 * will be '0' when the core is reset. Application needs to set it in dwc3_phy_setup()
617 * power-on reset, and it can be set after core initialization, which is in dwc3_phy_setup()
618 * after device soft-reset during initialization. in dwc3_phy_setup()
699 * be '0' when the core is reset. Application needs to set it to in dwc3_phy_setup()
707 * power-on reset, and it can be set after core initialization, which is in dwc3_phy_setup()
708 * after device soft-reset durin in dwc3_phy_setup()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dcore.c29 #include <linux/reset.h>
269 * dwc3_core_soft_reset - Issues core soft reset and PHY reset
279 * XHCI driver will reset the host block. If dwc3 was configured for in dwc3_core_soft_reset()
310 dev_warn(dwc->dev, "DWC3 controller soft reset failed.\n"); in dwc3_core_soft_reset()
604 * will be '0' when the core is reset. Application needs to set it in dwc3_phy_setup()
612 * power-on reset, and it can be set after core initialization, which is in dwc3_phy_setup()
613 * after device soft-reset during initialization. in dwc3_phy_setup()
694 * be '0' when the core is reset. Application needs to set it to in dwc3_phy_setup()
702 * power-on reset, an in dwc3_phy_setup()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c31 #include <linux/reset.h>
330 struct reset_control *reset; member
1475 reset_control_assert(tegra->reset); in soctherm_clk_enable()
1480 reset_control_deassert(tegra->reset); in soctherm_clk_enable()
1487 reset_control_deassert(tegra->reset); in soctherm_clk_enable()
1495 reset_control_deassert(tegra->reset); in soctherm_clk_enable()
2124 tegra->reset = devm_reset_control_get(&pdev->dev, "soctherm"); in tegra_soctherm_probe()
2125 if (IS_ERR(tegra->reset)) { in tegra_soctherm_probe()
2126 dev_err(&pdev->dev, "can't get soctherm reset\n"); in tegra_soctherm_probe()
2127 return PTR_ERR(tegra->reset); in tegra_soctherm_probe()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c102 static u8 reset [] = { RESET, 0x80 }; in mt352_pinnacle_init() local
115 mt352_write(fe, reset, sizeof(reset)); in mt352_pinnacle_init()
131 static u8 reset [] = { RESET, 0x80 }; in mt352_aver777_init() local
138 mt352_write(fe, reset, sizeof(reset)); in mt352_aver777_init()
149 static u8 reset [] = { RESET, 0x80 }; in mt352_avermedia_xc3028_init() local
156 mt352_write(fe, reset, sizeof(reset)); in mt352_avermedia_xc3028_init()
/third_party/node/src/crypto/
H A Dcrypto_common.cc63 result.reset(issuer); in SSL_CTX_get_issuer()
339 cert->reset(sk_X509_delete(peer_certs.get(), 0)); in AddIssuerChainToObject()
358 cert->reset(sk_X509_delete(peer_certs.get(), i)); in AddIssuerChainToObject()
1297 rsa.reset(EVP_PKEY_get1_RSA(pkey.get())); in X509ToObject()
1300 ec.reset(EVP_PKEY_get1_EC_KEY(pkey.get())); in X509ToObject()
1359 pkey.reset(); in X509ToObject()
1360 rsa.reset(); in X509ToObject()
1361 ec.reset(); in X509ToObject()
1375 bio.reset(); in X509ToObject()
/third_party/icu/icu4c/source/test/intltest/
H A Dtztest.cpp470 s->reset(ec); in TestGetAvailableIDs913()
641 any->reset(ec); in TestGetAvailableIDsNew()
644 canonical->reset(ec); in TestGetAvailableIDsNew()
673 canonical->reset(ec); in TestGetAvailableIDsNew()
692 canonicalLoc->reset(ec); in TestGetAvailableIDsNew()
708 any_US->reset(ec); in TestGetAvailableIDsNew()
724 any_W5->reset(ec); in TestGetAvailableIDsNew()
765 s2->reset(ec); in checkContainsAll()
769 s1->reset(ec); in checkContainsAll()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp253 fFace.reset(); // Must release face before the library, the library frees existing faces. in ~FaceRec()
326 rec->fFace.reset(rawFace); in Make()
1335 path->reset();
1345 path->reset();
1351 path->reset();
1562 fFaceRec.reset();
1613 fC2GCache.reset();
1766 data.reset();
1982 axes->reset(variations->num_axis);
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c19 #include <linux/reset.h>
594 /* Assert/release MT7623 RXC reset */ in mtk_mac_config()
3709 dev_err(eth->dev, "warm reset failed\n"); in mtk_hw_warm_reset()
3735 dev_err(eth->dev, "warm reset stage0 failed %08x (%08x)\n", in mtk_hw_warm_reset()
3744 dev_err(eth->dev, "warm reset stage1 failed %08x (%08x)\n", in mtk_hw_warm_reset()
3774 if (wdidx == eth->reset.wdidx && wtx_busy && cdm_full && oq_free) { in mtk_hw_check_dma_hang()
3775 if (++eth->reset.wdma_hang_count > 2) { in mtk_hw_check_dma_hang()
3776 eth->reset.wdma_hang_count = 0; in mtk_hw_check_dma_hang()
3796 if (++eth->reset.qdma_hang_count > 2) { in mtk_hw_check_dma_hang()
3797 eth->reset in mtk_hw_check_dma_hang()
3844 mtk_hw_init(struct mtk_eth *eth, bool reset) mtk_hw_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/meson/
H A Dmeson8b.c15 #include <linux/reset-controller.h>
26 #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h>
31 struct reset_controller_dev reset; member
3702 container_of(rcdev, struct meson8b_clk_reset, reset); in meson8b_clk_reset_update()
3703 const struct meson8b_clk_reset_line *reset; in meson8b_clk_reset_update() local
3710 reset = &meson8b_clk_reset_bits[id]; in meson8b_clk_reset_update()
3712 if (assert != reset->active_low) in meson8b_clk_reset_update()
3713 value = BIT(reset->bit_idx); in meson8b_clk_reset_update()
3717 regmap_update_bits(meson8b_clk_reset->regmap, reset in meson8b_clk_reset_update()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H A Dccs-core.c1561 if (sensor->reset || sensor->xshutdown || sensor->ext_clk) { in ccs_power_on()
1570 gpiod_set_value(sensor->reset, 0); in ccs_power_on()
1592 if (!sensor->reset && !sensor->xshutdown) { in ccs_power_on()
1594 u32 reset; in ccs_power_on() local
1598 dev_err(dev, "software reset failed\n"); in ccs_power_on()
1603 rval = ccs_read(sensor, SOFTWARE_RESET, &reset); in ccs_power_on()
1604 reset = !rval && reset == CCS_SOFTWARE_RESET_OFF; in ccs_power_on()
1605 if (reset) in ccs_power_on()
1611 if (!reset) { in ccs_power_on()
[all...]
/third_party/python/Lib/
H A Dturtle.py135 'pu', 'radians', 'right', 'reset', 'resizemode', 'rt',
359 self.reset()
362 def reset(self, canvwidth=None, canvheight=None, bg = None): member in ScrolledCanvas
786 self.cv.reset(canvwidth, canvheight, bg)
925 def reset(self, bufsize=None): member in Tbuffer
1036 """Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
1067 self.reset()
1079 This performs a screen.reset. If mode 'world' is already active,
1202 def reset(self): member in TurtleScreen
1208 >>> screen.reset()
1533 def reset(self): global() member in TNavigator
2560 def reset(self): global() member in RawTurtle
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp704 reset();
958 reset();
1263 geometryExe.reset(geometryExecutable);
1673 mGeometryExecutables[geometryShaderType].reset(geometryExecutable);
2040 reset();
2271 // We only reset uniform storages for the shader stages available in the program (attached
2275 mShaderUniformStorages[shaderType].reset(
2397 mShaderUniformsDirty.reset();
2996 void ProgramD3D::reset()
3004 geometryExecutable.reset(nullpt
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c29 * and reset signaling, supply power, and connect the modules to
36 * to reset, enable, idle, and disable these hardware blocks. And
82 * The OMAP hwmod code also will attempt to reset and idle all on-chip
96 * reset and the integration registers programmed, the INITIALIZED state
179 * Address offset (in bytes) between the reset control and the reset
208 * struct omap_hwmod_reset - IP specific reset functions
211 * @reset: IP specific reset function
218 int (*reset)(struc member
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dhw.c639 if (rf->reset) in irdma_destroy_aeq()
670 if (rf->reset) in irdma_destroy_ceq()
763 if (!rf->reset) in irdma_destroy_ccq()
778 * @reset: true if called before reset
783 bool privileged, bool reset) in irdma_close_hmc_objects_type()
791 if (irdma_sc_del_hmc_obj(dev, &info, reset)) in irdma_close_hmc_objects_type()
801 * @reset: true if called before reset
806 bool reset, enu in irdma_del_hmc_objects()
780 irdma_close_hmc_objects_type(struct irdma_sc_dev *dev, enum irdma_hmc_rsrc_type obj_type, struct irdma_hmc_info *hmc_info, bool privileged, bool reset) irdma_close_hmc_objects_type() argument
804 irdma_del_hmc_objects(struct irdma_sc_dev *dev, struct irdma_hmc_info *hmc_info, bool privileged, bool reset, enum irdma_vers vers) irdma_del_hmc_objects() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/
H A Dlp.c51 * lp=reset (reset the printer during
63 * # insmod lp.o reset=1
879 static bool reset; variable
882 module_param(reset, bool, 0);
913 } else if (!strcmp(str, "reset")) { in lp_setup()
914 reset = true; in lp_setup()
933 if (reset) in lp_register()
/kernel/linux/linux-5.10/drivers/dma/
H A Dmxs-dma.c120 bool reset; member
192 * channel stall, we have to reset the whole DMA engine. To avoid this, in mxs_dma_reset_chan()
194 * mxs_dma_int_handler. To reset the channel, we can simply stop writing in mxs_dma_reset_chan()
199 mxs_chan->reset = true; in mxs_dma_reset_chan()
210 * On i.MX28 APBX, the DMA channel can stop working if we reset in mxs_dma_reset_chan()
213 * reset. Waiting a maximum of 50ms, the kernel shouldn't crash in mxs_dma_reset_chan()
223 "Failed waiting for the DMA channel %d to leave state READ_FLUSH, trying to reset channel in READ_FLUSH state now\n", in mxs_dma_reset_chan()
253 mxs_chan->reset = false; in mxs_dma_enable_chan()
385 if (mxs_chan->reset) in mxs_dma_int_handler()

Completed in 56 milliseconds

1...<<919293949596979899100>>...280