|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/err.h>#include <linux/slab.h>#include <linux/platform_device.h>#include <linux/regulator/consumer.h>#include <linux/rfkill.h>#include <linux/rfkill-regulator.h>Go to the source code of this file.
Data Structures | |
| struct | rfkill_regulator_data |
Functions | |
| module_platform_driver (rfkill_regulator_driver) | |
| MODULE_AUTHOR ("Guiming Zhuo <[email protected]>") | |
| MODULE_AUTHOR ("Antonio Ospite <[email protected]>") | |
| MODULE_DESCRIPTION ("Regulator consumer driver for rfkill") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:rfkill-regulator") | |
Variables | |
| struct rfkill_ops | rfkill_regulator_ops |
| MODULE_ALIAS | ( | "platform:rfkill-regulator" | ) |
| MODULE_AUTHOR | ( | "Guiming Zhuo <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Antonio Ospite <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | rfkill_regulator_driver | ) |
| struct rfkill_ops rfkill_regulator_ops |
Definition at line 54 of file rfkill-regulator.c.
1.8.2