cs35l41_gpio_config
int cs35l41_gpio_config(struct regmap *regmap, struct cs35l41_hw_cfg *hw_cfg);
irq_pol = cs35l41_gpio_config(cs35l41->regmap, hw_cfg);
EXPORT_SYMBOL_GPL(cs35l41_gpio_config);
irq_pol = cs35l41_gpio_config(cs35l41->regmap, &cs35l41->hw_cfg);