Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pinctrl_dt_map Struct Reference

Data Fields

struct list_head node
 
struct pinctrl_devpctldev
 
struct pinctrl_mapmap
 
unsigned num_maps
 

Detailed Description

struct pinctrl_dt_map - mapping table chunk parsed from device tree : list node for struct pinctrl's field : the pin controller that allocated this struct, and will free it : the mapping table entries

Definition at line 33 of file devicetree.c.

Field Documentation

Definition at line 36 of file devicetree.c.

Definition at line 34 of file devicetree.c.

unsigned num_maps

Definition at line 37 of file devicetree.c.

struct pinctrl_dev* pctldev

Definition at line 35 of file devicetree.c.


The documentation for this struct was generated from the following file: