Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
rfkill-regulator.c File Reference
#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
 

Function Documentation

MODULE_ALIAS ( "platform:rfkill-regulator )
MODULE_AUTHOR ( "Guiming Zhuo <[email protected]>"  )
MODULE_AUTHOR ( "Antonio Ospite <[email protected]>"  )
MODULE_DESCRIPTION ( "Regulator consumer driver for rfkill )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( rfkill_regulator_driver  )

Variable Documentation

struct rfkill_ops rfkill_regulator_ops
Initial value:
= {
.set_block = rfkill_regulator_set_block,
}

Definition at line 54 of file rfkill-regulator.c.