Searched defs:max77620_pctrl_info (Results 1 – 1 of 1) sorted by relevance
106 struct max77620_pctrl_info { struct107 struct device *dev;108 struct pinctrl_dev *pctl;109 struct regmap *rmap;110 int pins_current_opt[MAX77620_GPIO_NR];111 const struct max77620_pin_function *functions;112 unsigned int num_functions;113 const struct max77620_pingroup *pin_groups;114 int num_pin_groups;115 const struct pinctrl_pin_desc *pins;[all …]