Searched refs:bd71815 (Results 1 – 7 of 7) sorted by relevance
30 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip); in bd71815gpo_get() local33 ret = regmap_read(bd71815->regmap, BD71815_REG_GPO, &val); in bd71815gpo_get()43 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip); in bd71815gpo_set() local49 ret = regmap_set_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set()51 ret = regmap_clear_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set()54 dev_warn(bd71815->dev, "failed to toggle GPO\n"); in bd71815gpo_set()
42 obj-$(CONFIG_GPIO_BD71815) += gpio-bd71815.o
1266 will be called gpio-bd71815.
131 bd71815: pmic@4b { label132 compatible = "rohm,bd71815";140 clock-output-names = "bd71815-32k-out";
35 obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o
230 will be called bd71815-regulator.
20340 F: drivers/gpio/gpio-bd71815.c20346 F: drivers/regulator/bd71815-regulator.c20355 F: include/linux/mfd/rohm-bd71815.h