idlecnt 57 bsp/drv/dev/base/pm.c u_long idlecnt; /* idle counter in sec */ idlecnt 242 bsp/drv/dev/base/pm.c sc->idlecnt = 0; idlecnt 258 bsp/drv/dev/base/pm.c sc->idlecnt = 0; idlecnt 370 bsp/drv/dev/base/pm.c sc->idlecnt++; idlecnt 373 bsp/drv/dev/base/pm.c DPRINTF(("pm: idlecnt=%d\n", sc->idlecnt)); idlecnt 375 bsp/drv/dev/base/pm.c if (sc->sustime != 0 && sc->idlecnt >= sc->sustime) { idlecnt 382 bsp/drv/dev/base/pm.c if (sc->dimtime != 0 && sc->idlecnt >= sc->dimtime) { idlecnt 435 bsp/drv/dev/base/pm.c sc->idlecnt = 0; idlecnt 512 bsp/drv/dev/base/pm.c sc->idlecnt = 0;