Searched refs:suspended (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcmainct.c33 boolean suspended; /* remember if we suspended output */ member in struct:__anon954
79 main->suspended = FALSE;
142 if (! main->suspended) {
144 main->suspended = TRUE;
149 * call suspended; then mark the main buffer empty.
151 if (main->suspended) {
153 main->suspended = FALSE;
216 if (! main->suspended) {
218 main->suspended
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs5535audio/
H A Dcs5535audio_pm.c69 if (dma && dma->substream && !dma->suspended)
120 if (dma && dma->substream && dma->suspended) {
H A Dcs5535audio.h109 int suspended; member in struct:cs5535audio_dma
H A Dcs5535audio_pcm.c301 dma->suspended = 0;
308 dma->suspended = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dcorgikbd.c74 unsigned int suspended; member in struct:corgikbd
138 if (corgikbd_data->suspended)
262 corgikbd->suspended = 1;
281 corgikbd->suspended = 0;
H A Dspitzkbd.c95 unsigned int suspended; member in struct:spitzkbd
185 if (spitzkbd_data->suspended)
316 spitzkbd->suspended = 1;
336 spitzkbd->suspended = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dat91_udc.h99 * is suspended ... watching suspend helps keep the logic symmetric.
134 unsigned suspended:1; member in struct:at91_udc
H A Dat91_udc.c188 udc->suspended ? ", suspended" : "",
820 if (!udc->clocked || !udc->suspended)
867 udc->suspended = 0;
1420 udc->suspended = 0;
1436 if (udc->suspended)
1438 udc->suspended = 1;
1455 if (!udc->suspended)
1457 udc->suspended = 0;
1804 if ((!udc->suspended
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.h194 struct planb_suspend suspended; member in struct:planb
H A Dplanb.c526 pb->suspended.overlay = 1;
527 pb->suspended.frame = fr;
528 memcpy(&pb->suspended.cmd, &last, sizeof(last));
532 pb->suspended.overlay = 0;
533 pb->suspended.frame = fr;
534 memcpy(&pb->suspended.cmd, &last, sizeof(last));
545 if(pb->suspended.frame != -1) {
546 memcpy((void*)pb->last_cmd[pb->suspended.frame],
547 &pb->suspended.cmd, sizeof(pb->suspended
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dds.h158 /* Is the device suspended, or in the process of
160 u16 suspended:1; member in struct:pcmcia_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dds.c1160 if (p_dev->suspended)
1175 if ((!p_dev->suspended) && !strncmp(buf, "off", 3))
1177 else if (p_dev->suspended && !strncmp(buf, "on", 2))
1274 p_dev->suspended = 1;
1305 p_dev->suspended = 0;
1423 if (p_dev->suspended)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Datmel_serial.c116 unsigned short suspended; /* is port suspended? */ member in struct:atmel_uart_port
900 atmel_port->suspended = 1;
911 if (atmel_port->suspended) {
913 atmel_port->suspended = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirda_device.h166 int suspended; /* Suspended by APM */ member in struct:__anon10547
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Domap.c102 int suspended; member in struct:mmc_omap_host
1217 if (host && host->suspended)
1223 host->suspended = 1;
1233 if (host && !host->suspended)
1239 host->suspended = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dali-ircc.c530 info->suspended = (reg & 0x20);
531 IRDA_DEBUG(2, "%s(), probing suspended=%d\n", __FUNCTION__, info->suspended);
2135 if (self->io.suspended)
2140 self->io.suspended = 1;
2149 if (!self->io.suspended)
2156 self->io.suspended = 0;
H A Dnsc-ircc.c672 info->suspended = !((reg >> 1) & 0x01);
791 info->suspended = reg & 0x01;
897 IRDA_DEBUG(2, "%s(): io=0x%02x%02x, irq=%d (type %d), rxdma=%d, txdma=%d, enabled=%d (suspended=%d)\n", __FUNCTION__, reg1,reg2,irq,irqt,dma1,dma2,enabled,susp);
2316 if (self->io.suspended)
2339 self->io.suspended = 1;
2350 if (!self->io.suspended)
2382 self->io.suspended = 0;
H A Dsmsc-ircc2.c1638 if (self->io.suspended) {
1639 IRDA_DEBUG(0, "%s(), device is suspended\n", __FUNCTION__);
1706 if (!self->io.suspended)
1719 if (!self->io.suspended) {
1729 self->io.suspended = 1;
1740 if (self->io.suspended) {
1758 self->io.suspended = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dswitchto.S72 ! the point where the process is left in suspended animation, i.e. current
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.c71 assert(!ring->suspended);
83 ring->suspended = 1;
101 /* Check if TX is suspended and check if we have
104 if (unlikely(ring->suspended)) {
106 ring->suspended = 0;
H A Dbcm43xx_dma.h243 /* Boolean. Are transfers suspended on this ring? */
244 u8 suspended; member in struct:bcm43xx_dmaring
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/nm256/
H A Dnm256.c193 int suspended; member in struct:nm256_stream
571 s->suspended = 0;
580 s->suspended = 1;
1423 if (s->substream && s->suspended) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Datiixp.c253 int suspended; member in struct:atiixp_dma
735 dma->suspended = 0;
742 dma->suspended = cmd == SNDRV_PCM_TRIGGER_SUSPEND;
1498 if (dma->substream && dma->suspended) {
H A Dintel8x0.c365 unsigned int suspended: 1; member in struct:ichdev
805 ichdev->suspended = 0;
811 ichdev->suspended = 1;
848 ichdev->suspended = 0;
865 ichdev->suspended = 1;
2465 if (! ichdev->substream || ! ichdev->suspended)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c256 int suspended = 0; local
303 "suspended: status = 0x%lx\n", status.x[0]);
312 suspended = 1;
361 if (suspended) {
541 /* Someone's suspended the write. Sleep */
802 /* Someone's suspended the erase. Sleep */

Completed in 188 milliseconds

12