Searched refs:reset (Results 101 - 125 of 803) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dcommon.c97 if (!davinci_soc_info.reset)
98 davinci_soc_info.reset = davinci_watchdog_reset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-spear3xx/include/mach/
H A Dentry-macro.S31 beq 1001f @ this will set/reset
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule-gui.cpp327 wxString CamuleGuiApp::GetLog(bool reset) argument
329 if ( reset ) {
332 return CamuleApp::GetLog(reset);
336 wxString CamuleGuiApp::GetServerLog(bool reset) argument
338 if ( reset ) {
341 return CamuleApp::GetServerLog(reset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dmpc8xxx_wdt.c58 static int reset = 1; variable
59 module_param(reset, bool, 0);
60 MODULE_PARM_DESC(reset,
61 "Watchdog Interrupt/Reset Mode. 0 = interrupt, 1 = reset");
100 reset ? "reset" : "machine check exception");
124 if (reset)
224 "(%d seconds)\n", reset ? "reset" : "interrupt", timeout,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Didmouse.c138 /* reset the device and set a fast blink rate */
141 goto reset;
144 goto reset;
150 goto reset;
153 goto reset;
159 goto reset;
162 goto reset;
186 /* reset the device */
187 reset:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dhd.c116 static int reset; variable
319 if (reset)
322 reset = 1;
349 dump_status("reset timed out", c);
364 printk("hd: controller reset failed: %02x\n", hd_error);
372 if (reset) {
373 reset = 0;
378 if (reset)
386 if (reset)
394 * doing a reset an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Dcfref.h227 { reset(); }
285 /*! @method reset
289 void reset() function in class:wxCFRef
295 /*! @method reset
306 void reset(otherType* p) function in class:wxCFRef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dlgdt330x.c127 /* Software reset */
131 u8 reset[] = { local
133 0x00 /* bit 6 is active low software reset
138 reset, sizeof(reset));
141 /* force reset high (inactive) and unmask interrupts */
142 reset[1] = 0x7f;
144 reset, sizeof(reset));
152 u8 reset[] local
[all...]
H A Ddib0070.h27 int (*reset) (struct dvb_frontend *, int); member in struct:dib0070_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_fifo.c110 .reset = qdisc_reset_queue,
125 .reset = qdisc_reset_queue,
140 .reset = qdisc_reset_queue,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscpdarry.tex29 // reset the pointer (deletes the previous one)
30 theObj.reset(new MyClass());
74 \membersection{wxScopedArray::reset}\label{wxscopedarrayreset}
76 \func{\void}{reset}{\param{T}{ p * = NULL}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dactisys-sir.c52 * Define the timing of the pulses we send to the dongle (to reset it, and
78 .reset = actisys_reset,
88 .reset = actisys_reset,
152 * First, we reset the dongle to always start from a known state.
H A Dep7211-sir.c35 .reset = ep7211_reset,
H A Desi-sir.c53 .reset = esi_reset,
141 * general rule is reset must bring the dongle to some working
H A Dold_belkin-sir.c77 .reset = old_belkin_reset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dcphy.h71 int (*reset)(struct cphy *, int wait); member in struct:cphy_ops
167 int (*reset)(adapter_t *adapter); member in struct:gphy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dbisect-create28 start|reset)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-ftp-pasv-fail.px20 reset the start position before starting the RETR command. I'm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpegls.c97 if (s->reset == 0 || reset_all)
98 s->reset = 64;
H A Djpegls.h42 int limit, reset, bpp, qbpp, maxval, range; member in struct:JLSState
89 if (state->N[Q] == state->reset) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Djpegls.c87 if(s->reset==0 || reset_all) s->reset= 64;
H A Djpegls.h41 int limit, reset, bpp, qbpp, maxval, range; member in struct:JLSState
80 if(state->N[Q] == state->reset){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-spear6xx/include/mach/
H A Dentry-macro.S36 beq 1002f @ this will set/reset
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dmangle.c66 reset the cache. This is called when smb.conf has been reloaded
71 mangle_fns->reset();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_dvb.c76 gpio_set_bits(mantis, config->reset, 0);
78 gpio_set_bits(mantis, config->reset, 0);
80 gpio_set_bits(mantis, config->reset, 1);
82 gpio_set_bits(mantis, config->reset, 1);

Completed in 487 milliseconds

1234567891011>>