/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 273 runtime_.reset(new ArkJSRuntime()); in InitJsEnv() 350 runtime_.reset(); in ~JsiPaEngine()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_update.cpp | 1862 auto reset = safeAreaManager->UpdateKeyboardSafeArea(0.0f); in HWTEST_F() local 1863 EXPECT_EQ(reset, true); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 79 onWillChangeValue.reset(); in ResetContentChangeCallbackState() 80 onDidChangeValue.reset(); in ResetContentChangeCallbackState()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.cpp | 190 // calculate child layout constraint and check if need to reset prevMargin,nextMargin,itemspace. in Measure() 443 // reset after the first measure. Restore to that on second measure. in MeasureSwiper() 445 // targetIndex_ has also been reset during the first measure. in MeasureSwiper() 742 targetIndex_.reset(); in LayoutForward() 863 targetIndex_.reset(); in LayoutBackward()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 368 // if surface has been reset by pip, do not set backgourndColor in OnModifyDone() 1514 selfIdealSurfaceOffsetX_.reset(); in ClearIdealSurfaceOffset() 1516 selfIdealSurfaceOffsetY_.reset(); in ClearIdealSurfaceOffset()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 1832 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_.reset(); in HWTEST_F() 1849 DelayedSingleton<BundleMgrService>::GetInstance()->dataMgr_.reset(); in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/ |
H A D | napi_audio_manager.cpp | 1388 napiAudioManager->interruptCallbackNapi_.reset(); in UnregisterInterruptCallback() 1412 audioMgrNapi->deviceChangeCallbackNapi_.reset(); in UnregisterDeviceChangeCallback()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod_3xxx_data.c | 287 * 32-bit watchdog upward counter that generates a pulse on the reset pin on 319 .reset = &omap2_wd_timer_reset, 438 .reset = &omap_i2c_reset, 444 * The DSS HW needs all DSS clocks enabled during reset. The dss_core 1507 /* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */ 2684 * in bootloader DISPC will be reset with outputs enabled in omap3xxx_hwmod_init()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 473 sub %o1, %o4, %o1 ! reset %o1 474 sub %o0, %o4, %o0 ! reset %o0
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | gcc-msm8974.c | 15 #include <linux/reset-controller.h> 18 #include <dt-bindings/reset/qcom,gcc-msm8974.h> 25 #include "reset.h"
|
H A D | gcc-msm8660.c | 15 #include <linux/reset-controller.h> 18 #include <dt-bindings/reset/qcom,gcc-msm8660.h> 25 #include "reset.h"
|
H A D | gcc-ipq806x.c | 15 #include <linux/reset-controller.h> 18 #include <dt-bindings/reset/qcom,gcc-ipq806x.h> 26 #include "reset.h"
|
H A D | mmcc-msm8974.c | 15 #include <linux/reset-controller.h> 18 #include <dt-bindings/reset/qcom,mmcc-msm8974.h> 25 #include "reset.h"
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | virtio_console.c | 201 * counts are not reset across port open / close events. 1970 vdev->config->reset(vdev); in virtcons_remove() 2152 vdev->config->reset(vdev); in virtcons_freeze()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.c | 31 * igb_check_reset_block - Check if PHY reset is blocked 34 * Read the PHY management control register and check whether a PHY reset 35 * is blocked. If a reset is not blocked return 0, otherwise 467 ret_val = hw->phy.ops.reset(hw); in igb_copper_link_setup_82580() 733 ret_val = phy->ops.reset(hw); in igb_copper_link_setup_igp() 1192 * changes. If time expires while waiting for link up, we reset the DSP. 1193 * After reset, TX_CLK and CRS on TX must be set. Return successful upon 1298 * the reset value of 2.5MHz. in igb_phy_force_speed_duplex_m88() 2042 * igb_phy_sw_reset - PHY software reset 2045 * Does a software reset o [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod_3xxx_data.c | 286 * 32-bit watchdog upward counter that generates a pulse on the reset pin on 318 .reset = &omap2_wd_timer_reset, 437 .reset = &omap_i2c_reset, 443 * The DSS HW needs all DSS clocks enabled during reset. The dss_core 1447 /* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */ 2583 * in bootloader DISPC will be reset with outputs enabled in omap3xxx_hwmod_init()
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 473 sub %o1, %o4, %o1 ! reset %o1 474 sub %o0, %o4, %o0 ! reset %o0
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 1694 if (smmu->impl && smmu->impl->reset) in arm_smmu_device_reset() 1695 smmu->impl->reset(smmu); in arm_smmu_device_reset()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | atkbd.c | 44 module_param_named(reset, atkbd_reset, bool, 0); 45 MODULE_PARM_DESC(reset, "Reset keyboard during initialization"); 253 * to many commands until full reset (ATKBD_CMD_RESET_BAT) is performed. 808 * controller may confuse the keyboard need a full reset of the keyboard. On in atkbd_probe() 815 "keyboard reset failed on %s\n", in atkbd_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 411 * The GPU should be reset by this point, but assume the worst just in intel_engines_release() 429 memset(&engine->reset, 0, sizeof(engine->reset)); in intel_engines_release() 997 if (in_atomic() || irqs_disabled()) /* inside atomic preempt-reset? */ in stop_timeout() 1001 * If we are doing a normal GPU reset, we can take our time and allow in stop_timeout() 1005 * the forthcoming GPU reset (which usually follows the stop_cs)! in stop_timeout() 1210 /* Must wait for any GPU reset in progress. */ in intel_engine_flush_submission() 1244 /* ELSP is empty, but there are ready requests? E.g. after reset */ in intel_engine_is_idle() 1756 * We are called by the error capture, reset and to dump engine in intel_engine_find_active_request()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | rcar_jpu.c | 525 dev_err(jpu->dev, "timed out in reset\n"); in jpu_wait_reset() 1273 /* ...issue software reset */ in jpu_open() 1328 static void jpu_cleanup(struct jpu_ctx *ctx, bool reset) in jpu_cleanup() argument 1343 if (reset) in jpu_cleanup() 1362 /* ...wait until module reset completes; we have mutex locked here */ in jpu_device_run() 1566 /* ...reset JPU after completion */ in jpu_irq_handler()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpfe_capture.c | 504 if (ccdc_dev->hw_ops.reset) in vpfe_isr() 505 ccdc_dev->hw_ops.reset(); in vpfe_isr()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 58 bool reset; in ath9k_htc_ps_restore() local 66 ath9k_hw_stopdmarecv(priv->ah, &reset); in ath9k_htc_ps_restore() 214 "Unable to reset device (%u Mhz) reset status %d\n", in ath9k_htc_reset() 281 "Unable to reset channel (%u Mhz) reset status %d\n", in ath9k_htc_set_channel() 935 "Unable to reset hardware; reset status %d (freq %u MHz)\n", in ath9k_htc_start()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | pcie.c | 551 /* Watchdog reset */ in brcmf_pcie_reset_device() 1442 .reset = brcmf_pcie_reset, 1547 /* reset last 4 bytes of RAM address. to be used for shared in brcmf_pcie_download_fw_nvram() 1718 .reset = brcmf_pcie_buscore_reset,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 395 /* reset accumulative stats for "no-counter" type stats */ in il3945_accumulative_stats() 598 dma_addr_t addr, u16 len, u8 reset, u8 pad) in il3945_hw_txq_attach_buf_to_tfd() 608 if (reset) in il3945_hw_txq_attach_buf_to_tfd() 870 * Start up 3945's basic functionality after it has been reset 966 /* Allocate the RX queue, or reset if it is already allocated */ in il3945_hw_nic_init() 1028 /* reset TFD queues */ in il3945_hw_txq_ctx_stop() 1836 * -- reset periodic timer 1838 * -- correct coeffs for temp (can reset temp timer) 597 il3945_hw_txq_attach_buf_to_tfd(struct il_priv *il, struct il_tx_queue *txq, dma_addr_t addr, u16 len, u8 reset, u8 pad) il3945_hw_txq_attach_buf_to_tfd() argument
|