Linux Kernel
3.7.1
|
Data Fields | |
struct pinctrl_pin_desc * | pa |
int | cur |
struct pcs_data - wrapper for data needed by pinctrl framework : pindesc array : index to current element
REVISIT: We should be able to drop this eventually by adding support for registering pins individually in the pinctrl framework for those drivers that don't need a static array.
Definition at line 88 of file pinctrl-single.c.
int cur |
Definition at line 90 of file pinctrl-single.c.
struct pinctrl_pin_desc* pa |
Definition at line 89 of file pinctrl-single.c.