Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
pinctrl.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/sh_pfc.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/platform_device.h>
#include <linux/pinctrl/consumer.h>
#include <linux/pinctrl/pinctrl.h>
#include <linux/pinctrl/pinconf.h>
#include <linux/pinctrl/pinmux.h>
#include <linux/pinctrl/pinconf-generic.h>

Go to the source code of this file.

Data Structures

struct  sh_pfc_pinctrl
 

Macros

#define DRV_NAME   "pinctrl-sh_pfc"
 
#define pr_fmt(fmt)   DRV_NAME " " KBUILD_MODNAME ": " fmt
 

Functions

int sh_pfc_register_pinctrl (struct sh_pfc *pfc)
 
 EXPORT_SYMBOL_GPL (sh_pfc_register_pinctrl)
 
 module_exit (sh_pfc_pinctrl_exit)
 

Macro Definition Documentation

#define DRV_NAME   "pinctrl-sh_pfc"

Definition at line 10 of file pinctrl.c.

#define pr_fmt (   fmt)    DRV_NAME " " KBUILD_MODNAME ": " fmt

Definition at line 12 of file pinctrl.c.

Function Documentation

EXPORT_SYMBOL_GPL ( sh_pfc_register_pinctrl  )
module_exit ( sh_pfc_pinctrl_exit  )
int sh_pfc_register_pinctrl ( struct sh_pfc pfc)

Definition at line 511 of file pinctrl.c.