Home
last modified time | relevance | path

Searched refs:reset (Results 1526 - 1550 of 8311) sorted by relevance

1...<<61626364656667686970>>...333

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dgroup_formed_state_test.cpp37 pMockP2pPendant.reset(new MockP2pPendant()); in SetUp()
38 pGroupFormedState.reset( in SetUp()
44 pGroupFormedState.reset(); in TearDown()
46 pMockP2pPendant.reset(); in TearDown()
H A Dwifi_p2p_service_test.cpp38 pMockP2pPendant.reset(new MockP2pPendant()); in SetUp()
39 pWifiP2pService.reset( in SetUp()
45 pWifiP2pService.reset(); in TearDown()
46 pMockP2pPendant.reset(); in TearDown()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Damd_nb.c400 static unsigned int reset, ban; in amd_set_subcaches() local
408 /* if necessary, collect reset state of L3 partitioning and BAN mode */ in amd_set_subcaches()
409 if (reset == 0) { in amd_set_subcaches()
410 pci_read_config_dword(nb->link, 0x1d4, &reset); in amd_set_subcaches()
427 /* reset BAN mode if L3 partitioning returned to reset state */ in amd_set_subcaches()
429 if (reg == reset) { in amd_set_subcaches()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-htcherald.c318 .reset = 0x04,
325 .reset = 0x8e,
332 .reset = 0x80,
341 .reset = 0x40,
534 printk(KERN_WARNING "Unable to reset USB, trying to continue\n"); in htcherald_usb_enable()
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c464 vcrypto->vdev->config->reset(vdev); in virtcrypto_probe()
499 vdev->config->reset(vdev); in virtcrypto_remove()
519 vdev->config->reset(vdev); in virtcrypto_freeze()
555 vcrypto->vdev->config->reset(vdev); in virtcrypto_restore()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c299 if (handle->dev->ops->reset) in hnae_reinit_handle()
300 handle->dev->ops->reset(handle); in hnae_reinit_handle()
378 if (h->dev->ops->reset) in hnae_put_handle()
379 h->dev->ops->reset(h); in hnae_put_handle()
/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py48 "Please note that specifying commits will 'git reset --hard\' " \
79 help="reset current Git tree even when it's dirty")
99 "calls 'git reset --hard' for some performance\nreasons. "
152 reset(commit_a)
156 reset(commit_b)
172 # reset to head
173 reset(head)
205 def reset(commit): function
207 execute(["git", "reset", "--hard", commit])
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c381 * completed the reset in i915_gem_reset_finish(). If a request in guc_reset_prepare()
385 * Turning off the execlists->tasklet until the reset is over in guc_reset_prepare()
414 /* Push back any incomplete requests for replay after the reset. */ in guc_reset_rewind()
443 * to reset state. However, we still need to let lockdep be aware that in guc_reset_cancel()
599 engine->reset.prepare = guc_reset_prepare; in guc_set_default_submission()
600 engine->reset.rewind = guc_reset_rewind; in guc_set_default_submission()
601 engine->reset.cancel = guc_reset_cancel; in guc_set_default_submission()
602 engine->reset.finish = guc_reset_finish; in guc_set_default_submission()
653 /* Note: By the time we're here, GuC may have already been reset */ in intel_guc_submission_disable()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c234 .reset = vmw_du_crtc_reset,
271 .reset = vmw_du_connector_reset,
314 .reset = vmw_du_plane_reset,
323 .reset = vmw_du_plane_reset,
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c23 #include <linux/reset.h>
118 goto reset; in qcom_adsp_shutdown()
124 goto reset; in qcom_adsp_shutdown()
145 reset: in qcom_adsp_shutdown()
148 /* Place the LPASS processor into reset */ in qcom_adsp_shutdown()
158 /* Remove the LPASS reset */ in qcom_adsp_shutdown()
219 /* De-assert QDSP6 stop core. QDSP6 will execute after out of reset */ in adsp_start()
225 /* Wait for core to come out of reset */ in adsp_start()
345 dev_err(adsp->dev, "failed to acquire pdc_sync reset\n"); in adsp_init_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c299 if (handle->dev->ops->reset) in hnae_reinit_handle()
300 handle->dev->ops->reset(handle); in hnae_reinit_handle()
378 if (h->dev->ops->reset) in hnae_put_handle()
379 h->dev->ops->reset(h); in hnae_put_handle()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dsp5100_tco.c71 MODULE_PARM_DESC(action, "Action taken when watchdog expires, 0 to reset, 1 to poweroff (default="
175 static void sp5100_tco_update_pm_reg8(u8 index, u8 reset, u8 set) in sp5100_tco_update_pm_reg8() argument
181 val &= reset; in sp5100_tco_update_pm_reg8()
334 static void efch_update_pm_reg8(void __iomem *addr, u8 index, u8 reset, u8 set) in efch_update_pm_reg8() argument
339 val &= reset; in efch_update_pm_reg8()
/kernel/linux/linux-6.6/drivers/clk/ralink/
H A Dclk-mt7621.c14 #include <linux/reset-controller.h>
17 #include <dt-bindings/reset/mt7621-reset.h>
462 .reset = mt7621_reset_device,
514 dev_err(dev, "Could not init reset controller\n"); in mt7621_clk_probe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dmain.c130 iwdev->rf->reset = true; in irdma_iidc_event_handler()
137 iwdev->rf->reset = true; in irdma_iidc_event_handler()
141 iwdev->rf->reset = true; in irdma_iidc_event_handler()
143 if (iwdev->rf->reset) in irdma_iidc_event_handler()
149 * irdma_request_reset - Request a reset
156 ibdev_warn(&rf->iwdev->ibdev, "Requesting a reset\n"); in irdma_request_reset()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Damd_nb.c397 static unsigned int reset, ban; in amd_set_subcaches() local
405 /* if necessary, collect reset state of L3 partitioning and BAN mode */ in amd_set_subcaches()
406 if (reset == 0) { in amd_set_subcaches()
407 pci_read_config_dword(nb->link, 0x1d4, &reset); in amd_set_subcaches()
424 /* reset BAN mode if L3 partitioning returned to reset state */ in amd_set_subcaches()
426 if (reg == reset) { in amd_set_subcaches()
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a2000.c206 .reset = drm_atomic_helper_connector_reset,
215 .reset = drm_atomic_helper_connector_reset,
224 * This is because we need its reset() callback get called, to
242 /* help the hdmi phy to get out of reset state */ in ls7a2000_hdmi0_encoder_reset()
264 /* help the hdmi phy to get out of reset state */ in ls7a2000_hdmi1_encoder_reset()
274 .reset = ls7a2000_hdmi0_encoder_reset,
278 .reset = ls7a2000_hdmi1_encoder_reset,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c95 if (intr->func->reset) in nvkm_intr_allow_locked()
96 intr->func->reset(intr, leaf, mask); in nvkm_intr_allow_locked()
201 if (intr->func->reset) in nvkm_intr()
202 intr->func->reset(intr, inth->leaf, inth->mask); in nvkm_intr()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c274 .reset = vmw_du_crtc_reset,
309 .reset = vmw_du_connector_reset,
384 .reset = vmw_du_plane_reset,
393 .reset = vmw_du_plane_reset,
/kernel/linux/linux-6.6/scripts/
H A Dcheckkconfigsymbols.py47 "Please note that specifying commits will 'git reset --hard\' " \
78 help="reset current Git tree even when it's dirty")
98 "calls 'git reset --hard' for some performance\nreasons. "
154 reset(commit_a)
158 reset(commit_b)
174 # reset to head
175 reset(head)
207 def reset(commit): function
209 execute(["git", "reset", "--hard", commit])
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_limit.c211 const struct nft_expr *expr, bool reset) in nft_limit_pkts_dump()
269 const struct nft_expr *expr, bool reset) in nft_limit_bytes_dump()
355 bool reset) in nft_limit_obj_pkts_dump()
402 bool reset) in nft_limit_obj_bytes_dump()
210 nft_limit_pkts_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_limit_pkts_dump() argument
268 nft_limit_bytes_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_limit_bytes_dump() argument
353 nft_limit_obj_pkts_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_limit_obj_pkts_dump() argument
400 nft_limit_obj_bytes_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_limit_obj_bytes_dump() argument
/third_party/benchmark/src/
H A Dbenchmark_runner.cc263 manager.reset(new internal::ThreadManager(b.threads())); in DoNIterations()
287 manager.reset(); in DoNIterations()
461 manager.reset(new internal::ThreadManager(1)); in DoOneRepetition()
466 manager.reset(); in DoOneRepetition()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedValueTest.java101 cfpos.reset(); in testSetters()
234 cfpos.reset(); in checkFormattedValue()
259 cfpos.reset(); in checkFormattedValue()
265 cfpos.reset(); in checkFormattedValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedValueTest.java104 cfpos.reset(); in testSetters()
224 cfpos.reset(); in checkFormattedValue()
247 cfpos.reset(); in checkFormattedValue()
253 cfpos.reset(); in checkFormattedValue()
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc145 dns_query_.reset(); in disconnect()
164 wb_.reset(); in disconnect()
262 dns_query_.reset(); in initiate_connection()
265 dns_query_.reset(); in initiate_connection()
/third_party/node/deps/icu-small/source/common/
H A Dloadednormalizer2impl.cpp180 nfcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()
185 nfkcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()
189 nfkc_cfInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()
193 nfkc_scfInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()

Completed in 22 milliseconds

1...<<61626364656667686970>>...333