Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
hpet_example.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <memory.h>
#include <malloc.h>
#include <time.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
#include <errno.h>
#include <sys/time.h>
#include <linux/hpet.h>
#include <sys/poll.h>
#include <sys/ioctl.h>

Go to the source code of this file.

Data Structures

struct  hpet_command
 

Functions

void hpet_open_close (int, const char **)
 
void hpet_info (int, const char **)
 
void hpet_poll (int, const char **)
 
void hpet_fasync (int, const char **)
 
void hpet_read (int, const char **)
 
int main (int argc, const char **argv)
 

Variables

struct hpet_command hpet_command []
 

Function Documentation

void hpet_fasync ( int  argc,
const char **  argv 
)

Definition at line 222 of file hpet_example.c.

void hpet_info ( int  argc,
const char **  argv 
)

Definition at line 98 of file hpet_example.c.

void hpet_open_close ( int  argc,
const char **  argv 
)

Definition at line 79 of file hpet_example.c.

void hpet_poll ( int  argc,
const char **  argv 
)

Definition at line 130 of file hpet_example.c.

void hpet_read ( int  ,
const char **   
)
int main ( int  argc,
const char **  argv 
)

Definition at line 50 of file hpet_example.c.

Variable Documentation

Initial value:
= {
{
"open-close",
},
{
"info",
},
{
"poll",
},
{
"fasync",
},
}