Searched refs:reset (Results 1 - 25 of 824) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/gnu/dts/arm/
H A Dste-hrefprev60-stuib.dts26 reset-gpio = <&tc3589x_gpio 13 0x4>;
30 reset-gpio = <&tc3589x_gpio 13 0x4>;
H A Dste-hrefv60plus-stuib.dts28 reset-gpio = <&gpio4 17 0x4>;
32 reset-gpio = <&gpio4 17 0x4>;
H A Dstih418.dtsi35 reset-names = "global", "port";
44 reset-names = "global", "port";
54 reset-names = "power", "softreset";
68 reset-names = "power", "softreset";
80 reset-names = "power", "softreset";
94 reset-names = "power", "softreset";
H A Dstih41x-b2020.dtsi71 snps,reset-gpio = <&pio3 0>;
72 snps,reset-active-low;
73 snps,reset-delays-us = <0 10000 10000>;
H A Dexynos5440-ssdk5440.dts70 reset-gpio = <&pin_ctrl 5 0>;
75 reset-gpio = <&pin_ctrl 22 0>;
H A Dimx6qdl-microsom-ar8035.dtsi11 phy-reset-duration = <2>;
12 phy-reset-gpios = <&gpio4 15 0>;
22 /* AR8035 reset */
/freebsd-10-stable/usr.bin/tset/
H A DMakefile8 LINKS= ${BINDIR}/tset ${BINDIR}/reset
9 MLINKS= tset.1 reset.1
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBStringList.cpp26 m_opaque_ap.reset (new lldb_private::StringList (*lldb_strings_ptr));
33 m_opaque_ap.reset (new lldb_private::StringList(*rhs));
43 m_opaque_ap.reset(new lldb_private::StringList(*rhs));
45 m_opaque_ap.reset();
80 m_opaque_ap.reset (new lldb_private::StringList (str));
94 m_opaque_ap.reset (new lldb_private::StringList (strv, strc));
104 m_opaque_ap.reset (new lldb_private::StringList());
H A DSBListener.cpp219 event.reset (event_sp);
238 event.reset (NULL);
263 event.reset (event_sp);
268 event.reset (NULL);
295 event.reset (event_sp);
299 event.reset (NULL);
308 event.reset (m_opaque_ptr->PeekAtNextEvent ());
311 event.reset (NULL);
320 event.reset (m_opaque_ptr->PeekAtNextEventForBroadcaster (broadcaster.get()));
323 event.reset (NUL
416 SBListener::reset(Listener *listener, bool owns) function in class:SBListener
[all...]
H A DSBSourceManager.cpp99 m_opaque_ap.reset(new SourceManagerImpl (debugger.get_sp()));
104 m_opaque_ap.reset(new SourceManagerImpl (target.GetSP()));
112 m_opaque_ap.reset(new SourceManagerImpl (*(rhs.m_opaque_ap.get())));
118 m_opaque_ap.reset (new SourceManagerImpl (*(rhs.m_opaque_ap.get())));
/freebsd-10-stable/sys/boot/arm/at91/libat91/
H A Dreset.c31 * void reset()
33 * Forces a reset of the system. Uses watchdog timer of '1', which
38 reset(void) function
40 // The following should effect a reset.
54 // The following should effect a reset after N seconds.
/freebsd-10-stable/tools/regression/usb/
H A Dusb_enum.t24 if [ -c /dev/$DEV ] && [ -r /dev/$DEV ] && usbconfig -d $DEV reset ; then
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp64 Compilations.reset(FixedCompilationDatabase::loadFromCommandLine(argc,
71 Compilations.reset(CompilationDatabase::autoDetectFromDirectory(
74 Compilations.reset(CompilationDatabase::autoDetectFromSource(
/freebsd-10-stable/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h99 MAI.reset(mAI);
100 MRI.reset(mRI);
101 MSI.reset(mSI);
102 MII.reset(mII);
103 Ctx.reset(ctx);
104 DisAsm.reset(disAsm);
105 IP.reset(iP);
121 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); }
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp40 m_value_sp.reset (new OptionValueArch(definition.default_cstr_value));
45 m_value_sp.reset (new OptionValueArgs());
50 m_value_sp.reset (new OptionValueArray(OptionValue::ConvertTypeToMask((OptionValue::Type)definition.default_uint_value)));
59 m_value_sp.reset (new OptionValueBoolean(Args::StringToBoolean (definition.default_cstr_value, false, NULL)));
61 m_value_sp.reset (new OptionValueBoolean(definition.default_uint_value != 0));
66 m_value_sp.reset (new OptionValueDictionary(OptionValue::ConvertTypeToMask((OptionValue::Type)definition.default_uint_value)));
76 m_value_sp.reset (enum_value);
95 m_value_sp.reset (new OptionValueFileSpec(FileSpec(definition.default_cstr_value, definition.default_uint_value != 0)));
100 m_value_sp.reset (new OptionValueFileSpecList());
114 m_value_sp.reset (ne
[all...]
/freebsd-10-stable/sbin/nvmecontrol/
H A DMakefile5 perftest.c reset.c nvme_util.c
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dreset.c44 void __iomem *reset; local
66 * save off the PCI header before reset and then restore it
93 reset = ioremap(pci_resource_start(dev->pdev, 0) + MLX4_RESET_BASE,
95 if (!reset) {
97 mlx4_err(dev, "Couldn't map HCA reset register, aborting.\n");
104 sem = readl(reset + MLX4_SEM_OFFSET);
114 iounmap(reset);
118 /* actually hit reset */
119 writel(MLX4_RESET_VALUE, reset + MLX4_RESET_OFFSET);
120 iounmap(reset);
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp227 m_target_sp.reset();
228 m_process_sp.reset();
229 m_thread_sp.reset();
230 m_frame_sp.reset();
365 m_target_sp.reset();
374 m_process_sp.reset();
383 m_thread_sp.reset();
392 m_frame_sp.reset();
402 m_process_sp.reset();
403 m_thread_sp.reset();
[all...]
/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-env.c118 int reset = 0; local
151 reset = 1;
159 if (reset)
192 int reset = 0; local
223 reset = 1;
230 if (reset)
252 /* We want original execution path to reset to, if desired later. */
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h31 Primary.reset(_Primary);
32 Secondary.reset(_Secondary);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp89 m_unwind_plan_call_site_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric));
91 m_unwind_plan_call_site_sp.reset();
119 m_unwind_plan_non_call_site_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric));
121 m_unwind_plan_non_call_site_sp.reset();
148 m_unwind_plan_fast_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric));
150 m_unwind_plan_fast_sp.reset();
182 m_unwind_plan_arch_default_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric));
218 m_unwind_plan_arch_default_at_func_entry_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric));
/freebsd-10-stable/etc/
H A Dddb.conf12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCCodeEmitter.h33 virtual void reset() { } function in class:llvm::MCCodeEmitter
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangUtilityFunction.cpp104 m_expr_decl_map.reset(new ClangExpressionDeclMap(keep_result_in_memory, exe_ctx));
120 m_expr_decl_map.reset();
152 m_expr_decl_map.reset();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp40 m_unwinder_ap.reset (new HistoryUnwind (*this, pcs, stop_id, stop_id_is_valid));
60 rctx.reset (new RegisterContextHistory (*this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0]));
78 m_framelist.reset (new StackFrameList (*this, StackFrameListSP(), true));

Completed in 307 milliseconds

1234567891011>>