Home
last modified time | relevance | path

Searched refs:alarm (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-sa1100/
Dtime.h41 unsigned long alarm = RTAR; in sa1100_set_rtc() local
42 if (current_time >= alarm && alarm >= RCNR) in sa1100_set_rtc()
/linux-2.4.37.9/drivers/acpi/
Dbattery.c90 u8 alarm:1; /* _BTP present? */ member
103 unsigned long alarm; member
238 unsigned long alarm) in acpi_battery_set_alarm() argument
249 if (!battery->flags.alarm) in acpi_battery_set_alarm()
252 arg0.integer.value = alarm; in acpi_battery_set_alarm()
258 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Alarm set to %d\n", (u32) alarm)); in acpi_battery_set_alarm()
260 battery->alarm = alarm; in acpi_battery_set_alarm()
310 battery->flags.alarm = 1; in acpi_battery_check()
553 if (!battery->alarm) in acpi_battery_read_alarm()
556 p += sprintf(p, "%d %sh\n", (u32) battery->alarm, units); in acpi_battery_read_alarm()
/linux-2.4.37.9/Documentation/
Drtc.txt13 for...) It can also function as a 24hr alarm, raising IRQ 8 when the
14 alarm goes off. The alarm can also be programmed to only check any
22 the type of interrupt (update-done, alarm-rang, or periodic) that was
58 The alarm and/or interrupt frequency are programmed into the RTC via
171 /* Set the alarm to 5 sec in the future, and check for rollover */
190 /* Read the current alarm settings */
200 /* Enable alarm interrupts */
207 fprintf(stderr, "Waiting 5 seconds for alarm...");
209 /* This blocks until the alarm ring causes an interrupt */
218 /* Disable alarm interrupts */
DConfigure.help20892 as a 24 hour alarm. It reports status information via the file
/linux-2.4.37.9/Documentation/ia64/
Defirtc.txt94 i.e. reboot. This is very different from the alarm provided by the legacy
95 RTC which is some kind of interval timer alarm. For this reason we don't use
101 Read the current state of the alarm
104 Set the alarm or change its status
112 unsigned char enabled; /* =1 if alarm is enabled */
113 unsigned char pending; /* =1 if alarm is pending */
122 Root privileges are required to be able to set the alarm.
/linux-2.4.37.9/include/asm-m68k/
Dintersil.h40 struct intersil_dt alarm; member
/linux-2.4.37.9/Documentation/arm/
DNetwinder57 8 ISA RTC alarm
/linux-2.4.37.9/arch/sparc64/solaris/
Dsystbl.S58 .word CHAIN(alarm) /* alarm d 27 */
/linux-2.4.37.9/Documentation/networking/
Dslicecom.hun277 // NMF - No Multiframe alignment Found after 400 msec - ilyen alarm a no-crc4
363 400 msec' alarm.
Dslicecom.txt267 // NMF - No Multiframe alignment Found after 400 msec - no such alarm using
354 - The NMF - 'No Multiframe alignment Found after 400 msec' alarm
/linux-2.4.37.9/arch/parisc/kernel/
Dsyscall.S370 ENTRY_SAME(alarm)
/linux-2.4.37.9/Documentation/s390/
D3270.txt220 preassigned special functions. The ones that are not yield an alarm
DDebugging390.txt921 Doing an alarm(10) for a 10 second timeout
947 alarm(10) = 0
1035 e.g. man strace, man alarm, man socket.