Searched refs:asleep (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Disl_38xx.c111 isl38xx_trigger_device(int asleep, void __iomem *device_base) argument
122 if (asleep) {
158 "%08li.%08li Device asleep counter %i\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Dtwl4030-usb.c164 u8 asleep; member in struct:twl4030_usb
384 if (twl->asleep)
388 twl->asleep = 1;
403 if (!twl->asleep)
406 twl->asleep = 0;
507 twl->asleep = 1;
510 twl->asleep = 0;
585 twl->asleep = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_accel.c201 if (par->asleep)
247 if (par->asleep)
287 if (par->asleep)
H A Dmach64_cursor.c76 if (par->asleep)
H A Dradeon_base.c845 if (rinfo->asleep)
1042 if (rinfo->asleep)
1069 if (!rinfo->asleep) {
1128 if (!rinfo->asleep) {
1145 if (!rinfo->asleep && rinfo->is_mobility)
1158 if (!rinfo->asleep) {
1193 if (!rinfo->asleep && rinfo->is_mobility)
1796 if (!rinfo->asleep) {
H A Datyfb.h149 int asleep; member in struct:atyfb_par
H A Dradeonfb.h347 int asleep; member in struct:radeonfb_info
H A Daty128fb.c419 int asleep; member in struct:aty128fb_par
1984 par->asleep = 0;
2161 if (par->lock_blank || par->asleep)
2374 par->asleep = 1;
2415 par->asleep = 0;
H A Datyfb_base.c1287 if (par->asleep)
1725 if (par->asleep)
2055 par->asleep = 1;
2068 par->asleep = 0;
2124 par->asleep = 0;
2787 if (par->lock_blank || par->asleep)
2858 if (par->asleep)
H A Dradeon_pm.c2339 rinfo->asleep = 1;
2444 rinfo->asleep = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu68k.c101 int asleep; variable
694 asleep = 0;
H A Dvia-pmu.c174 int asleep; variable
1337 asleep = 0;
1971 while we're asleep */
1988 asleep = 1;
1996 while (asleep) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunbmac.c544 bp->timer_state = asleep;
569 printk(KERN_ERR "%s: Aieee, link timer is asleep but we got one anyways!\n",
573 bp->timer_state = asleep; /* foo on you */
939 bp->timer_state = asleep;
1192 bp->timer_state = asleep;
H A Dsunbmac.h302 asleep = 2, /* Timer inactive. */ enumerator in enum:bigmac_timer_state
H A Dsunhme.h394 asleep = 3, /* Time inactive. */ enumerator in enum:happy_timer_state
H A Dsungem.h983 unsigned int asleep : 1; /* chip asleep, protected by pm_mutex */ member in struct:gem
984 unsigned int asleep_wol : 1; /* was asleep with WOL enabled */
H A Dsungem.c1341 /* If we are asleep, we don't try to actually setup the PHY, we
1344 if (gp->asleep) {
1535 if (gp->asleep)
2344 if (!gp->asleep)
2362 if (!gp->asleep)
2403 /* Mark us asleep */
2404 gp->asleep = 1;
2411 * can take it too. We are marked asleep, so there will be no
2447 * marked asleep
2456 * still asleep,
[all...]
H A Dsunhme.c741 hp->timer_state = asleep;
788 hp->timer_state = asleep;
827 case asleep:
830 printk(KERN_ERR "%s: Aieee, link timer is asleep but we got one anyways!\n",
834 hp->timer_state = asleep; /* foo on you */
2749 /* Force timer state to 'asleep' with count of zero. */
2750 hp->timer_state = asleep;
3072 hp->timer_state = asleep;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-dev.h500 bool asleep; member in struct:iwl_station_priv
H A Diwl-agn-tx.c569 sta_priv->asleep) {
H A Diwl-agn.c1186 * and about any Rx buffers made available while asleep.
3508 sta_priv->asleep = true;
3514 if (!sta_priv->asleep)
3516 sta_priv->asleep = false;

Completed in 336 milliseconds