Linux Kernel
3.7.1
|
#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_function * | functions |
unsigned | nfunctions |
struct nmk_pingroup * | groups |
unsigned | ngroups |
struct prcm_gpiocr_altcx_pin_desc * | altcx_pins |
unsigned | npins_altcx |
const u16 * | prcm_gpiocr_registers |
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.
struct prcm_gpiocr_altcx_pin_desc* altcx_pins |
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.
struct nmk_pingroup* groups |
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.
Definition at line 140 of file pinctrl-nomadik.h.