Home
last modified time | relevance | path

Searched refs:bd71815 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-bd71815.c30 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip); in bd71815gpo_get() local
33 ret = regmap_read(bd71815->regmap, BD71815_REG_GPO, &val); in bd71815gpo_get()
43 struct bd71815_gpio *bd71815 = gpiochip_get_data(chip); in bd71815gpo_set() local
49 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()
H A DMakefile42 obj-$(CONFIG_GPIO_BD71815) += gpio-bd71815.o
H A DKconfig1266 will be called gpio-bd71815.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-remarkable2.dts131 bd71815: pmic@4b { label
132 compatible = "rohm,bd71815";
140 clock-output-names = "bd71815-32k-out";
/linux/drivers/regulator/
H A DMakefile35 obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o
H A DKconfig230 will be called bd71815-regulator.
/linux/
H A DMAINTAINERS20340 F: drivers/gpio/gpio-bd71815.c
20346 F: drivers/regulator/bd71815-regulator.c
20355 F: include/linux/mfd/rohm-bd71815.h