Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
opal-rtc.c File Reference
#include <linux/kernel.h>
#include <linux/time.h>
#include <linux/bcd.h>
#include <linux/rtc.h>
#include <linux/delay.h>
#include <asm/opal.h>
#include <asm/firmware.h>

Go to the source code of this file.

Functions

unsigned long __init opal_get_boot_time (void)
 
void opal_get_rtc_time (struct rtc_time *tm)
 
int opal_set_rtc_time (struct rtc_time *tm)
 

Function Documentation

unsigned long __init opal_get_boot_time ( void  )

Definition at line 35 of file opal-rtc.c.

void opal_get_rtc_time ( struct rtc_time tm)

Definition at line 56 of file opal-rtc.c.

int opal_set_rtc_time ( struct rtc_time tm)

Definition at line 74 of file opal-rtc.c.