Home
last modified time | relevance | path

Searched refs:reset (Results 676 - 700 of 7183) sorted by relevance

1...<<21222324252627282930>>...288

/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dgmac.h89 int (*reset)(struct cmac *); member
126 int (*reset)(adapter_t *); member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.c35 /* Flush any previous reset before applying for a new one */ in intel_gt_debugfs_reset_store()
36 wait_event(gt->reset.queue, in intel_gt_debugfs_reset_store()
37 !test_bit(I915_RESET_BACKOFF, &gt->reset.flags)); in intel_gt_debugfs_reset_store()
40 "Manually reset engine mask to %llx", val); in intel_gt_debugfs_reset_store()
76 { "reset", &reset_fops, NULL }, in gt_debugfs_register()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgp108.c53 .reset = gm200_flcn_fw_reset,
71 .reset = gm200_flcn_fw_reset,
/third_party/ffmpeg/libavcodec/
H A Dmqcdec.c71 void ff_mqc_initdec(MqcState *mqc, uint8_t *bp, int raw, int reset) in ff_mqc_initdec() argument
74 if (reset) in ff_mqc_initdec()
/third_party/gn/src/gn/
H A Dfile_writer.cc89 fd_.reset(HANDLE_EINTR(::creat(file_path.value().c_str(), 0666))); in Create()
113 // The ScopedFD reset() method will crash on EBADF and ignore other errors in Close()
115 fd_.reset(); in Close()
/third_party/backends/backend/genesys/
H A Dusb_device.h48 virtual void reset() = 0;
75 void reset() override;
/third_party/icu/icu4c/source/i18n/
H A Dcollationtailoring.cpp54 maxExpansionsInitOnce.reset(); in CollationTailoring()
66 maxExpansionsInitOnce.reset(); in ~CollationTailoring()
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-computed.js55 o.reset = 10;
57 assert(o.reset === 9);
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.h71 void configure_counters(bool reset, bool wait);
106 void configure(struct fd_ringbuffer *ring, bool reset);
/third_party/node/test/sequential/
H A Dtest-performance-eventloopdelay.js16 histogram.reset();
73 histogram.reset();
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationtailoring.cpp54 maxExpansionsInitOnce.reset(); in CollationTailoring()
66 maxExpansionsInitOnce.reset(); in ~CollationTailoring()
/third_party/python/Lib/encodings/
H A Dzlib_codec.py40 def reset(self): member in IncrementalEncoder
56 def reset(self): member in IncrementalDecoder
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DInfoLog.h25 void reset();
81 mLazyStream.reset(new std::stringstream()); in ensureInitialized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp56 void reset() override { Enumerator->reset(); }
/third_party/vk-gl-cts/executor/
H A DxeLocalTcpIpLink.cpp132 void LocalTcpIpLink::reset (void) in reset() function in xe::LocalTcpIpLink
134 m_link.reset(); in reset()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_buffer_pool.h67 angle::Result reset(ContextMtl *contextMtl,
113 void reset();
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp20 fKey.reset(1 + shapeKeySize); in SmallPathShapeDataKey()
43 fKey.reset(5 + shapeKeySize); in SmallPathShapeDataKey()
/third_party/skia/src/core/
H A DHMSymbol.cpp31 path_stemp.reset(); in PathOutlineDecompose()
53 path_stemp.reset(); in PathOutlineDecompose()
H A DSkDescriptor.h92 void reset(size_t size);
93 void reset(const SkDescriptor& desc);
H A DSkPtrRecorder.cpp10 void SkPtrSet::reset() { in reset() function in SkPtrSet
17 fList.reset(); in reset()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.cpp86 VkResult CommandPool::reset(VkCommandPoolResetFlags flags) in reset() function in vk::CommandPool
93 vk::Cast(commandBuffer)->reset(flags); in reset()
H A DVkQueryPool.hpp47 // reset() sets the state of the Query to UNAVAILABLE, sets the type to
49 // reset() must not be called while the query is in the ACTIVE state.
50 void reset();
98 void reset(uint32_t firstQuery, uint32_t queryCount);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationtailoring.cpp54 maxExpansionsInitOnce.reset(); in CollationTailoring()
66 maxExpansionsInitOnce.reset(); in ~CollationTailoring()
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DFlowGraphNode.cpp50 // Pull reset from all the upstream nodes. in pullReset()
55 reset(); in pullReset()
59 void FlowGraphNode::reset() { in reset() function in FlowGraphNode
/third_party/skia/src/xps/
H A DSkXPSDocument.cpp60 fCanvas.reset(new SkCanvas(sk_ref_sp(&fDevice))); in onBeginPage()
66 fCanvas.reset(nullptr); in onEndPage()

Completed in 11 milliseconds

1...<<21222324252627282930>>...288