|
Linux Kernel
3.7.1
|
#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) | |
Definition at line 105 of file ec_kb3310b.c.
Definition at line 93 of file ec_kb3310b.c.
Definition at line 54 of file ec_kb3310b.c.
Definition at line 22 of file ec_kb3310b.c.
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 | ) |
1.8.2