Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpio/
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()
DMakefile40 obj-$(CONFIG_GPIO_BD71815) += gpio-bd71815.o
DKconfig1154 will be called gpio-bd71815.
/Linux-v6.1/drivers/regulator/
DMakefile32 obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o
DKconfig206 will be called bd71815-regulator.
/Linux-v6.1/
DMAINTAINERS17858 F: drivers/gpio/gpio-bd71815.c
17863 F: drivers/regulator/bd71815-regulator.c
17870 F: include/linux/mfd/rohm-bd71815.h