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

#include <core.h>

Data Fields

struct list_head node
 
struct devicedev
 
struct list_head states
 
struct pinctrl_statestate
 
struct list_head dt_maps
 

Detailed Description

struct pinctrl - per-device pin control state holder : global list node : the device using this pin control handle : a list of states for this device : the current state : the mapping table chunks dynamically parsed from device tree for this device, if any

Definition at line 58 of file core.h.

Field Documentation

struct device* dev

Definition at line 60 of file core.h.

struct list_head dt_maps

Definition at line 63 of file core.h.

Definition at line 59 of file core.h.

Definition at line 62 of file core.h.

struct list_head states

Definition at line 61 of file core.h.


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