Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | node |
struct pinctrl_dev * | pctldev |
struct pinctrl_map * | map |
unsigned | num_maps |
struct pinctrl_dt_map - mapping table chunk parsed from device tree : list node for struct pinctrl's field : the pin controller that allocated this struct, and will free it : the mapping table entries
Definition at line 33 of file devicetree.c.
Definition at line 36 of file devicetree.c.
Definition at line 34 of file devicetree.c.
unsigned num_maps |
Definition at line 37 of file devicetree.c.
struct pinctrl_dev* pctldev |
Definition at line 35 of file devicetree.c.