Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ec_kb3310b.c File Reference
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/delay.h>
#include "ec_kb3310b.h"

Go to the source code of this file.

Functions

unsigned char ec_read (unsigned short addr)
 
 EXPORT_SYMBOL_GPL (ec_read)
 
void ec_write (unsigned short addr, unsigned char val)
 
 EXPORT_SYMBOL_GPL (ec_write)
 
int ec_query_seq (unsigned char cmd)
 
 EXPORT_SYMBOL_GPL (ec_query_seq)
 
int ec_query_event_num (void)
 
 EXPORT_SYMBOL (ec_query_event_num)
 
int ec_get_event_num (void)
 
 EXPORT_SYMBOL (ec_get_event_num)
 

Function Documentation

int ec_get_event_num ( void  )

Definition at line 105 of file ec_kb3310b.c.

int ec_query_event_num ( void  )

Definition at line 93 of file ec_kb3310b.c.

int ec_query_seq ( unsigned char  cmd)

Definition at line 54 of file ec_kb3310b.c.

unsigned char ec_read ( unsigned short  addr)

Definition at line 22 of file ec_kb3310b.c.

void ec_write ( unsigned short  addr,
unsigned char  val 
)

Definition at line 37 of file ec_kb3310b.c.

EXPORT_SYMBOL ( ec_query_event_num  )
EXPORT_SYMBOL ( ec_get_event_num  )
EXPORT_SYMBOL_GPL ( ec_read  )
EXPORT_SYMBOL_GPL ( ec_write  )
EXPORT_SYMBOL_GPL ( ec_query_seq  )