Searched defs:max77620_pctrl_info (Results 1 – 1 of 1) sorted by relevance
101 struct max77620_pctrl_info { struct102 struct device *dev;103 struct pinctrl_dev *pctl;104 struct regmap *rmap;105 int pins_current_opt[MAX77620_GPIO_NR];106 const struct max77620_pin_function *functions;107 unsigned int num_functions;108 const struct max77620_pingroup *pin_groups;109 int num_pin_groups;110 const struct pinctrl_pin_desc *pins;[all …]