Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
gpiomux.h File Reference
#include <linux/bitops.h>
#include <linux/errno.h>
#include <mach/msm_gpiomux.h>
#include "gpiomux-v1.h"

Go to the source code of this file.

Data Structures

struct  msm_gpiomux_config
 

Enumerations

enum  { GPIOMUX_VALID = BIT(sizeof(gpiomux_config_t) * BITS_PER_BYTE - 1), GPIOMUX_CTL_MASK = GPIOMUX_VALID }
 

Enumeration Type Documentation

anonymous enum

: If set, the config field contains 'good data'. The absence of this bit will prevent the gpiomux system from applying the configuration under all circumstances.

Enumerator:
GPIOMUX_VALID 
GPIOMUX_CTL_MASK 

Definition at line 60 of file gpiomux.h.