|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/err.h>#include <linux/platform_device.h>#include <linux/debugfs.h>#include <linux/gpio.h>#include <linux/mfd/tps65910.h>Go to the source code of this file.
Data Structures | |
| struct | comparator |
Macros | |
| #define | COMP 0 |
| #define | COMP1 1 |
| #define | COMP2 2 |
Functions | |
| subsys_initcall (tps65911_comparator_init) | |
| module_exit (tps65911_comparator_exit) | |
| MODULE_AUTHOR ("Jorge Eduardo Candelaria <[email protected]>") | |
| MODULE_DESCRIPTION ("TPS65911 comparator driver") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_ALIAS ("platform:tps65911-comparator") | |
| #define COMP 0 |
Definition at line 25 of file tps65911-comparator.c.
| #define COMP1 1 |
Definition at line 26 of file tps65911-comparator.c.
| #define COMP2 2 |
Definition at line 27 of file tps65911-comparator.c.
| MODULE_ALIAS | ( | "platform:tps65911-comparator" | ) |
| MODULE_AUTHOR | ( | "Jorge Eduardo Candelaria <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "TPS65911 comparator driver" | ) |
| module_exit | ( | tps65911_comparator_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | tps65911_comparator_init | ) |
1.8.2