Lines Matching defs:bd71815
18 #include <linux/mfd/rohm-bd71815.h>
30 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip);
33 ret = regmap_read(bd71815->regmap, BD71815_REG_GPO, &val);
43 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip);
49 ret = regmap_set_bits(bd71815->regmap, BD71815_REG_GPO, bit);
51 ret = regmap_clear_bits(bd71815->regmap, BD71815_REG_GPO, bit);
54 dev_warn(bd71815->dev, "failed to toggle GPO\n");
87 .label = "bd71815",
175 .name = "bd71815-gpo",
181 MODULE_ALIAS("platform:bd71815-gpo");