Searched defs:gpio_regmap_config (Results 1 – 1 of 1) sorted by relevance
75 struct gpio_regmap_config { struct76 struct device *parent;77 struct regmap *regmap;78 struct fwnode_handle *fwnode;80 const char *label;81 int ngpio;82 const char *const *names;84 unsigned int reg_dat_base;85 unsigned int reg_set_base;86 unsigned int reg_clr_base;[all …]