Searched refs:bd71815 (Results 1 – 5 of 5) 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 return regmap_set_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set()51 return regmap_clear_bits(bd71815->regmap, BD71815_REG_GPO, bit); in bd71815gpo_set()
46 obj-$(CONFIG_GPIO_BD71815) += gpio-bd71815.o
1304 will be called gpio-bd71815.
36 obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o
241 will be called bd71815-regulator.
Completed in 15 milliseconds