Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pinctrl-state.h
Go to the documentation of this file.
1 /*
2  * Standard pin control state definitions
3  */
4 
22 #define PINCTRL_STATE_DEFAULT "default"
23 #define PINCTRL_STATE_IDLE "idle"
24 #define PINCTRL_STATE_SLEEP "sleep"