Searched refs:bd71815 (Results 1 – 6 of 6) 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()
40 obj-$(CONFIG_GPIO_BD71815) += gpio-bd71815.o
1154 will be called gpio-bd71815.
32 obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o
206 will be called bd71815-regulator.
17858 F: drivers/gpio/gpio-bd71815.c17863 F: drivers/regulator/bd71815-regulator.c17870 F: include/linux/mfd/rohm-bd71815.h