···33 * Standard pin control state definitions44 */5566+#ifndef __LINUX_PINCTRL_PINCTRL_STATE_H77+#define __LINUX_PINCTRL_PINCTRL_STATE_H88+69/**710 * @PINCTRL_STATE_DEFAULT: the state the pinctrl handle shall be put811 * into as default, usually this means the pins are up and ready to···3431#define PINCTRL_STATE_INIT "init"3532#define PINCTRL_STATE_IDLE "idle"3633#define PINCTRL_STATE_SLEEP "sleep"3434+3535+#endif /* __LINUX_PINCTRL_PINCTRL_STATE_H */