Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/power_supply.h>
#include <linux/slab.h>
#include <linux/power/gpio-charger.h>
Go to the source code of this file.
Data Structures | |
struct | gpio_charger |
Functions | |
module_platform_driver (gpio_charger_driver) | |
MODULE_AUTHOR ("Lars-Peter Clausen <[email protected]>") | |
MODULE_DESCRIPTION ("Driver for chargers which report their online status through a GPIO") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:gpio-charger") | |
MODULE_ALIAS | ( | "platform:gpio-charger" | ) |
MODULE_AUTHOR | ( | "Lars-Peter Clausen <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | gpio_charger_driver | ) |