Searched refs:snooze (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dos_support.h55 # define usleep(t) snooze((bigtime_t)(t))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsysfs.c36 unsigned long snooze; local
38 ret = sscanf(buf, "%lu", &snooze);
42 per_cpu(smt_snooze_delay, cpu->sysdev.id) = snooze;
73 val = of_get_property(options, "ibm,smt-snooze-delay", NULL);
87 int snooze; local
94 if (get_option(&str, &snooze)) {
96 per_cpu(smt_snooze_delay, cpu) = snooze;
101 __setup("smt-snooze-delay=", setup_smt_snooze_delay);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/char/
H A Dbpp.c294 static void snooze(unsigned long snooze_time, unsigned minor) function
327 snooze(1, minor);
350 snooze(TIME_PSetup, minor);
367 snooze(1, minor);
540 snooze(TIME_PSetup, minor);
702 /* snooze(1, minor); */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dbeosaudio.cpp99 snooze(50000);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c483 snooze(1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tulip/
H A Dtulip_core.c272 int sleep, int snooze)
280 else if (snooze)
296 /* Wake the chip from sleep/snooze mode. */
759 /* Leave the driver in snooze, not sleep, mode. */
1701 /* put the chip in snooze mode until opened */
271 tulip_set_power_state(struct tulip_private *tp, int sleep, int snooze) argument

Completed in 59 milliseconds