|
Linux Kernel
3.7.1
|
#include <pinctrl-tegra.h>
Data Fields | |
| unsigned | ngpios |
| struct pinctrl_pin_desc * | pins |
| unsigned | npins |
| struct tegra_function * | functions |
| unsigned | nfunctions |
| struct tegra_pingroup * | groups |
| unsigned | ngroups |
struct tegra_pinctrl_soc_data - Tegra pin controller driver configuration : The number of GPIO pins the pin controller HW affects. : 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 numbmer of entries in . : An array describing all mux functions the SoC supports. : The numbmer of entries in . : An array describing all pin groups the pin SoC supports. : The numbmer of entries in .
Definition at line 176 of file pinctrl-tegra.h.
| struct tegra_function* functions |
Definition at line 180 of file pinctrl-tegra.h.
| struct tegra_pingroup* groups |
Definition at line 182 of file pinctrl-tegra.h.
| unsigned nfunctions |
Definition at line 181 of file pinctrl-tegra.h.
| unsigned ngpios |
Definition at line 177 of file pinctrl-tegra.h.
| unsigned ngroups |
Definition at line 183 of file pinctrl-tegra.h.
| unsigned npins |
Definition at line 179 of file pinctrl-tegra.h.
| struct pinctrl_pin_desc* pins |
Definition at line 178 of file pinctrl-tegra.h.
1.8.2