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

#include <machine.h>

Data Fields

const chargroup_or_pin
 
unsigned longconfigs
 
unsigned num_configs
 

Detailed Description

struct pinctrl_map_configs - mapping table content for MAP_TYPE_CONFIGS_* : the name of the pin or group whose configuration parameters are to be configured. : a pointer to an array of config parameters/values to program into hardware. Each individual pin controller defines the format and meaning of config parameters. : the number of entries in array

Definition at line 48 of file machine.h.

Field Documentation

unsigned long* configs

Definition at line 50 of file machine.h.

const char* group_or_pin

Definition at line 49 of file machine.h.

unsigned num_configs

Definition at line 51 of file machine.h.


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