|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <linux/err.h>#include <linux/interrupt.h>#include <linux/notifier.h>#include <linux/power_supply.h>#include <linux/pda_power.h>#include <linux/regulator/consumer.h>#include <linux/timer.h>#include <linux/jiffies.h>#include <linux/usb/otg.h>Go to the source code of this file.
Macros | |
| #define | pda_power_suspend NULL |
| #define | pda_power_resume NULL |
Enumerations | |
| enum | { PDA_PSY_OFFLINE = 0, PDA_PSY_ONLINE = 1, PDA_PSY_TO_CHANGE } |
Functions | |
| module_platform_driver (pda_power_pdrv) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Anton Vorontsov <[email protected]>") | |
| MODULE_ALIAS ("platform:pda-power") | |
| #define pda_power_resume NULL |
Definition at line 493 of file pda_power.c.
| #define pda_power_suspend NULL |
Definition at line 492 of file pda_power.c.
| anonymous enum |
Definition at line 45 of file pda_power.c.
| MODULE_ALIAS | ( | "platform:pda-power" | ) |
| MODULE_AUTHOR | ( | "Anton Vorontsov <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | pda_power_pdrv | ) |
1.8.2