/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | gmac.h | 89 int (*reset)(struct cmac *); member 126 int (*reset)(adapter_t *); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_debugfs.c | 35 /* 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, >->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 D | gp108.c | 53 .reset = gm200_flcn_fw_reset, 71 .reset = gm200_flcn_fw_reset,
|
/third_party/ffmpeg/libavcodec/ |
H A D | mqcdec.c | 71 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 D | file_writer.cc | 89 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 D | usb_device.h | 48 virtual void reset() = 0; 75 void reset() override;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationtailoring.cpp | 54 maxExpansionsInitOnce.reset(); in CollationTailoring() 66 maxExpansionsInitOnce.reset(); in ~CollationTailoring()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | object-computed.js | 55 o.reset = 10; 57 assert(o.reset === 9);
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.h | 71 void configure_counters(bool reset, bool wait); 106 void configure(struct fd_ringbuffer *ring, bool reset);
|
/third_party/node/test/sequential/ |
H A D | test-performance-eventloopdelay.js | 16 histogram.reset(); 73 histogram.reset();
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationtailoring.cpp | 54 maxExpansionsInitOnce.reset(); in CollationTailoring() 66 maxExpansionsInitOnce.reset(); in ~CollationTailoring()
|
/third_party/python/Lib/encodings/ |
H A D | zlib_codec.py | 40 def reset(self): member in IncrementalEncoder 56 def reset(self): member in IncrementalDecoder
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | InfoLog.h | 25 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 D | PDBSymbolTypeFunctionSig.cpp | 56 void reset() override { Enumerator->reset(); }
|
/third_party/vk-gl-cts/executor/ |
H A D | xeLocalTcpIpLink.cpp | 132 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 D | mtl_buffer_pool.h | 67 angle::Result reset(ContextMtl *contextMtl, 113 void reset();
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathShapeData.cpp | 20 fKey.reset(1 + shapeKeySize); in SmallPathShapeDataKey() 43 fKey.reset(5 + shapeKeySize); in SmallPathShapeDataKey()
|
/third_party/skia/src/core/ |
H A D | HMSymbol.cpp | 31 path_stemp.reset(); in PathOutlineDecompose() 53 path_stemp.reset(); in PathOutlineDecompose()
|
H A D | SkDescriptor.h | 92 void reset(size_t size); 93 void reset(const SkDescriptor& desc);
|
H A D | SkPtrRecorder.cpp | 10 void SkPtrSet::reset() { in reset() function in SkPtrSet 17 fList.reset(); in reset()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandPool.cpp | 86 VkResult CommandPool::reset(VkCommandPoolResetFlags flags) in reset() function in vk::CommandPool 93 vk::Cast(commandBuffer)->reset(flags); in reset()
|
H A D | VkQueryPool.hpp | 47 // 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 D | collationtailoring.cpp | 54 maxExpansionsInitOnce.reset(); in CollationTailoring() 66 maxExpansionsInitOnce.reset(); in ~CollationTailoring()
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
H A D | FlowGraphNode.cpp | 50 // 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 D | SkXPSDocument.cpp | 60 fCanvas.reset(new SkCanvas(sk_ref_sp(&fDevice))); in onBeginPage() 66 fCanvas.reset(nullptr); in onEndPage()
|