Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/input.h>
Go to the source code of this file.
Data Structures | |
struct | cma3000_bus_ops |
Functions | |
struct cma3000_accl_data * | cma3000_init (struct device *dev, int irq, const struct cma3000_bus_ops *bops) |
void | cma3000_exit (struct cma3000_accl_data *) |
void | cma3000_suspend (struct cma3000_accl_data *) |
void | cma3000_resume (struct cma3000_accl_data *) |
void cma3000_exit | ( | struct cma3000_accl_data * | ) |
Definition at line 389 of file cma3000_d0x.c.
|
read |
Definition at line 284 of file cma3000_d0x.c.
void cma3000_resume | ( | struct cma3000_accl_data * | ) |
Definition at line 271 of file cma3000_d0x.c.
void cma3000_suspend | ( | struct cma3000_accl_data * | ) |
Definition at line 257 of file cma3000_d0x.c.