Searched refs:reset (Results 201 - 225 of 358) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcommon.h264 unsigned long num_resets; /* # times reset due to stuck TX */
520 int (*reset)(struct cphy *phy, int wait); member in struct:cphy_ops
666 int reset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_netem.c557 .reset = qdisc_reset_queue,
731 .reset = netem_reset,
H A Dsch_ingress.c379 .reset = ingress_reset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_synth.c374 * reset note and velocity on each channel.
390 * reset synth device:
391 * call reset callback. if no callback is defined, send a heartbeat
405 info->sysex->len = 0; /* reset sysex */
428 if (rec->oper.reset) {
429 rec->oper.reset(&info->arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java235 out.reset();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com480 $ reset = f$search("reset")
487 $ reset = f$search( "reset", 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dio.h103 byte __iomem *reset ; member in struct:_ISDN_ADAPTER
H A Dos_bri.c62 a->xdi_adapter.reset = a->xdi_adapter.cfg;
67 a->xdi_adapter.reset += 0x4C; /* PLX 9050 !! */
526 DBG_ERR(("A: A(%d) can't reset BRI adapter - please stop first",
718 if (IoAdapter->reset) {
809 Stop and reset adapter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_usb.c71 static int reset = 0; variable
1016 if (reset || id->driver_info & HCI_RESET)
1101 /* reset queue since _urb_dequeue sets it to NULL */
1198 module_param(reset, bool, 0644);
1199 MODULE_PARM_DESC(reset, "Send HCI reset command on initialization");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.h163 int (*reset) (struct usb_hcd *hcd); member in struct:hc_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-omap.c446 .reset = ohci_omap_init,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Darc-rimi.c66 #define _RESET (ioaddr+8) /* software reset (on read) */
83 * We cannot probe for a RIM I card; one reason is I don't know how to reset
202 lp->hw.reset = arcrimi_reset;
254 * Do a hardware reset on the card, and set up necessary registers.
269 writeb(TESTvalue, ioaddr - 0x800); /* fake reset */
272 ACOMMAND(CFLAGScmd | RESETclear); /* clear flags & end reset */
H A Dcom20020.c128 BUGMSG(D_INIT_REASONS, "status after reset: %X\n", status);
137 BUGMSG(D_INIT_REASONS, "status after reset acknowledged: %X\n",
168 lp->hw.reset = com20020_reset;
227 * Do a hardware reset on the card, and set up necessary registers.
252 /* reset the card */
256 /* clear flags & end reset */
267 BUGMSG(D_NORMAL, "reset failed: TESTvalue not present.\n");
H A Dcom90io.c66 #define _RESET (ioaddr+8) /* software reset (on read) */
180 BUGMSG(D_INIT_REASONS, "Status after reset: %X\n", status);
184 BUGMSG(D_INIT_REASONS, "Status after reset acknowledged: %X\n", status);
189 BUGMSG(D_INIT_REASONS, "Eternal reset (status=%Xh)\n", status);
207 * card has just reset and the NORXflag is on until
256 lp->hw.reset = com90io_reset;
284 * Do a hardware reset on the card, and set up necessary registers.
299 /* reset the card */
307 ACOMMAND(CFLAGScmd | RESETclear); /* clear flags & end reset */
312 BUGMSG(D_NORMAL, "reset faile
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dmac.c164 CH_ERR("%s: MAC %d reset timed out\n",
287 .reset = mac_reset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmii-bitbang.c280 /*nothing here - dunno how to reset it*/
336 new_bus->reset = &fs_enet_mii_bb_reset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-ac97.c135 /* warm reset broken on Bulverde,
136 so manually keep AC97 reset high */
148 printk(KERN_INFO "%s: warm reset timeout (GSR=%#lx)\n",
175 printk(KERN_INFO "%s: cold reset timeout (GSR=%#lx)\n",
211 .reset = pxa2xx_ac97_cold_reset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_synth.c422 if (emu->ops.reset)
423 emu->ops.reset(emu, i);
459 if (emu->ops.reset)
460 emu->ops.reset(emu, i);
552 /* reset status */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv6.c746 goto reset;
789 goto reset;
797 goto reset;
803 reset:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-ac97.c109 /* First, try cold reset */
128 printk(KERN_INFO "%s: cold reset timeout (GSR=%#lx)\n",
131 /* let's try warm reset */
134 /* warm reset broken on Bulverde,
135 so manually keep AC97 reset high */
147 printk(KERN_INFO "%s: warm reset timeout (GSR=%#lx)\n",
183 .reset = pxa2xx_ac97_reset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_oss.c54 .reset = snd_opl3_reset_seq_oss,
350 /* reset device */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsgiseeq.c102 hregs->reset = HPC3_ERST_CRESET | HPC3_ERST_CLRIRQ;
104 hregs->reset = 0;
431 hregs->reset = HPC3_ERST_CLRIRQ;
H A Ddgrs.c249 * reset or un-reset the IDT processor
252 proc_reset(struct net_device *dev0, int reset) argument
260 if (reset)
268 OUTB(dev0->base_addr + ES4H_PC, reset ? ES4H_PC_RESET : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dmsp3400-driver.c117 /* reset and read revision code */
122 struct i2c_msg reset[2] = { local
132 if (i2c_transfer(client->adapter, &reset[0], 1) != 1 ||
133 i2c_transfer(client->adapter, &reset[1], 1) != 1 ||
135 v4l_err(client, "chip reset failed\n");
223 * 0 0 0 - SCART 1 to DSP input (reset position)
229 * 0 0 0 - undefined (reset position)
238 * 0 0 0 - SCART 1 DA to SCART 2 Output (reset position)
851 /* These are the reset input/output positions */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dsir_dev.c203 if (dev->dongle_drv->reset) {
204 ret = dev->dongle_drv->reset(dev);
223 if (dev->dongle_drv->reset) {
648 * reset the rx_buf OUTSIDE_FRAME in this case too?

Completed in 319 milliseconds

1234567891011>>