|
Linux Kernel
3.7.1
|
#include <linux/bug.h>#include <linux/err.h>#include <linux/gpio.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/regulator/driver.h>#include <linux/regulator/machine.h>#include <linux/mfd/samsung/core.h>#include <linux/mfd/samsung/s5m8767.h>Go to the source code of this file.
Data Structures | |
| struct | s5m8767_info |
| struct | sec_voltage_desc |
Macros | |
| #define | s5m8767_regulator_desc(_name) |
| #define | s5m8767_regulator_buck78_desc(_name) |
Functions | |
| MODULE_DEVICE_TABLE (platform, s5m8767_pmic_id) | |
| subsys_initcall (s5m8767_pmic_init) | |
| module_exit (s5m8767_pmic_exit) | |
| MODULE_AUTHOR ("Sangbeom Kim <[email protected]>") | |
| MODULE_DESCRIPTION ("SAMSUNG S5M8767 Regulator Driver") | |
| MODULE_LICENSE ("GPL") | |
| #define s5m8767_regulator_buck78_desc | ( | _name | ) |
| #define s5m8767_regulator_desc | ( | _name | ) |
| MODULE_AUTHOR | ( | "Sangbeom Kim <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "SAMSUNG S5M8767 Regulator Driver" | ) |
| MODULE_DEVICE_TABLE | ( | platform | , |
| s5m8767_pmic_id | |||
| ) |
| module_exit | ( | s5m8767_pmic_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | s5m8767_pmic_init | ) |
1.8.2