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

#include <pinctrl-nomadik.h>

Data Fields

struct pinctrl_gpio_range * gpio_ranges
 
unsigned gpio_num_ranges
 
struct pinctrl_pin_desc * pins
 
unsigned npins
 
struct nmk_functionfunctions
 
unsigned nfunctions
 
struct nmk_pingroupgroups
 
unsigned ngroups
 
struct prcm_gpiocr_altcx_pin_descaltcx_pins
 
unsigned npins_altcx
 
const u16prcm_gpiocr_registers
 

Detailed Description

struct nmk_pinctrl_soc_data - Nomadik pin controller per-SoC configuration : An array of GPIO ranges for this SoC : The number of GPIO ranges for this SoC : An array describing all pins the pin controller affects. All pins which are also GPIOs must be listed first within the array, and be numbered identically to the GPIO controller's numbering. : The number of entries in . : The functions supported on this SoC. : The number of entries in . : An array describing all pin groups the pin SoC supports. : The number of entries in . : The pins that support Other alternate-C function on this SoC : The number of Other alternate-C pins : The array of PRCM GPIOCR registers on this SoC

Definition at line 129 of file pinctrl-nomadik.h.

Field Documentation

Definition at line 138 of file pinctrl-nomadik.h.

struct nmk_function* functions

Definition at line 134 of file pinctrl-nomadik.h.

unsigned gpio_num_ranges

Definition at line 131 of file pinctrl-nomadik.h.

struct pinctrl_gpio_range* gpio_ranges

Definition at line 130 of file pinctrl-nomadik.h.

Definition at line 136 of file pinctrl-nomadik.h.

unsigned nfunctions

Definition at line 135 of file pinctrl-nomadik.h.

unsigned ngroups

Definition at line 137 of file pinctrl-nomadik.h.

unsigned npins

Definition at line 133 of file pinctrl-nomadik.h.

unsigned npins_altcx

Definition at line 139 of file pinctrl-nomadik.h.

struct pinctrl_pin_desc* pins

Definition at line 132 of file pinctrl-nomadik.h.

const u16* prcm_gpiocr_registers

Definition at line 140 of file pinctrl-nomadik.h.


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