Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 25 of 25) sorted by relevance

/linux-2.4.37.9/arch/mips/au1000/common/
Dpower.c214 unsigned long wakeup, flags; in au_sleep() local
234 wakeup = au_readl(SYS_WAKEMSK); in au_sleep()
235 wakeup &= ~(1 << 8); /* turn off match20 wakeup */ in au_sleep()
236 wakeup |= 1 << 6; /* turn on gpio 6 wakeup */ in au_sleep()
243 wakeup = 1 << 8; /* turn on match20 wakeup */ in au_sleep()
244 wakeup = 0; in au_sleep()
248 au_writel(wakeup, SYS_WAKEMSK); in au_sleep()
/linux-2.4.37.9/include/asm-cris/
Dsemaphore.h143 int wakeup; in up() local
152 wakeup = ++(sem->count) <= 0; in up()
154 if(wakeup) { in up()
/linux-2.4.37.9/include/linux/
Dusb_gadget.h453 int (*wakeup)(struct usb_gadget *); member
572 if (!gadget->ops->wakeup) in usb_gadget_wakeup()
574 return gadget->ops->wakeup (gadget); in usb_gadget_wakeup()
Dparport.h223 void (*wakeup)(void *); member
/linux-2.4.37.9/drivers/parport/
Dshare.c687 tmp->wakeup = kf; in parport_register_device()
966 if (dev->waiting & 2 || dev->wakeup) { in parport_claim()
1093 } else if (pd->wakeup) { in parport_release()
1094 pd->wakeup(pd->private); in parport_release()
1106 if (pd->wakeup && pd != dev) in parport_release()
1107 pd->wakeup(pd->private); in parport_release()
/linux-2.4.37.9/net/decnet/
Ddn_nsp_in.c99 int wakeup = 0; in dn_ack() local
105 wakeup |= dn_nsp_check_xmit_queue(sk, skb, &scp->data_xmit_queue, ack); in dn_ack()
113 wakeup |= dn_nsp_check_xmit_queue(sk, skb, &scp->other_xmit_queue, ack); in dn_ack()
120 if (wakeup && !sk->dead) in dn_ack()
Ddn_nsp_out.c393 int wakeup = 0; in dn_nsp_check_xmit_queue() local
420 wakeup = 1; in dn_nsp_check_xmit_queue()
462 return wakeup; in dn_nsp_check_xmit_queue()
/linux-2.4.37.9/arch/i386/kernel/
Dacpi_wakeup.S98 # %eax: place to copy wakeup routine to
/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_pda.S474 ;; are we self-powered? no. can we do remote wakeup? no
501 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
507 ;; Clear_Feature(remote wakeup). ignored.
514 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
520 ;; Set_Feature(remote wakeup). ignored.
Dxircom_pgs.S512 ;; are we self-powered? no. can we do remote wakeup? no
539 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
545 ;; Clear_Feature(remote wakeup). ignored.
552 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
558 ;; Set_Feature(remote wakeup). ignored.
/linux-2.4.37.9/drivers/sound/
Dswarm_cs4297a.c242 unsigned wakeup; // interrupt occurred on block member
1097 d->wakeup = 1; in cs4297a_update_ptr()
1934 if (s->dma_dac.wakeup) in cs4297a_poll()
1938 s->dma_dac.wakeup = 0; in cs4297a_poll()
2019 s->dma_dac.blocks = s->dma_dac.wakeup = 0; in cs4297a_ioctl()
2028 s->dma_adc.blocks = s->dma_dac.wakeup = 0; in cs4297a_ioctl()
/linux-2.4.37.9/Documentation/
Dparport-lowlevel.txt332 wakeup_func wakeup,
344 'preempt', 'wakeup' and 'irq'. Each of these may be NULL in order to
353 The 'wakeup' function is called once another driver has released the
355 parallel port from within the 'wakeup' function (in which case the
404 static void wakeup (void *handle)
417 wakeup, NULL, 0,
DConfigure.help23508 Selecting this option will wakeup the User Break Controller (UBC) on
24424 first one is mostly intended for XFree to sleep & wakeup properly,
/linux-2.4.37.9/drivers/pcmcia/
Di82365.c122 static int wakeup = 0; variable
132 MODULE_PARM(wakeup, "i");
602 if (wakeup) { in identify()
/linux-2.4.37.9/Documentation/ia64/
Defirtc.txt93 EFI provides an API by which one can program when a machine should wakeup,
/linux-2.4.37.9/drivers/sound/cs4281/
Dcs4281m.c298 unsigned wakeup; // interrupt occurred on block member
1786 db->endcleared = db->blocks = db->wakeup = db->underrun = 0; in prog_dmabuf()
2052 s->dma_dac.wakeup = 1; in cs4281_update_ptr()
3169 if (s->dma_dac.wakeup) in cs4281_poll()
3173 s->dma_dac.wakeup = 0; in cs4281_poll()
3292 s->dma_dac.blocks = s->dma_dac.wakeup = 0; in cs4281_ioctl()
3300 s->dma_adc.blocks = s->dma_dac.wakeup = 0; in cs4281_ioctl()
/linux-2.4.37.9/arch/x86_64/kernel/
Dacpi_wakeup.S359 # %rdi: place to copy wakeup routine to
/linux-2.4.37.9/Documentation/usb/
DURB.txt167 or wakeup of a sleeping process (as shown in the compatibility wrapper's
/linux-2.4.37.9/drivers/char/rio/
Driotty.c1259 wakeup ((caddr_t)&tp->tm.c_canq);
/linux-2.4.37.9/Documentation/networking/
D8139too.txt261 * Fix chipset wakeup bug which prevent media connection for 8139B
/linux-2.4.37.9/drivers/char/
DChangeLog379 * serial.c (shutdown, rs_ioctl) : when port shuts down wakeup processes
/linux-2.4.37.9/drivers/usb/gadget/
Dnet2280.c1427 .wakeup = net2280_wakeup,
/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c5641 goto wakeup; in mptscsih_scandv_complete()
5770 wakeup: in mptscsih_scandv_complete()
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES431 - Motor-on wakeup version of the Iomega 250 drive added
/linux-2.4.37.9/drivers/scsi/
Dncr53c8xx.c7727 wakeup ((caddr_t) cp);