Searched refs:tps80031 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | tps80031.c | 150 static struct tps80031 *tps80031_power_off_dev; 219 static void tps80031_pupd_init(struct tps80031 *tps80031, in tps80031_pupd_init() argument 238 tps80031_update(tps80031->dev, TPS80031_SLAVE_ID1, pupd->reg, in tps80031_pupd_init() 243 static int tps80031_init_ext_control(struct tps80031 *tps80031, in tps80031_init_ext_control() argument 246 struct device *dev = tps80031->dev; in tps80031_init_ext_control() 272 static int tps80031_irq_init(struct tps80031 *tps80031, int irq, int irq_base) in tps80031_irq_init() argument 274 struct device *dev = tps80031->dev; in tps80031_irq_init() 304 ret = regmap_add_irq_chip(tps80031->regmap[TPS80031_SLAVE_ID2], irq, in tps80031_irq_init() 306 &tps80031_irq_chip, &tps80031->irq_data); in tps80031_irq_init() 422 struct tps80031 *tps80031; in tps80031_probe() local [all …]
|
D | Makefile | 98 obj-$(CONFIG_MFD_TPS80031) += tps80031.o
|
/Linux-v4.19/include/linux/mfd/ |
D | tps80031.h | 509 struct tps80031 { struct 550 struct tps80031 *tps80031 = dev_get_drvdata(dev); in tps80031_write() local 552 return regmap_write(tps80031->regmap[sid], reg, val); in tps80031_write() 558 struct tps80031 *tps80031 = dev_get_drvdata(dev); in tps80031_writes() local 560 return regmap_bulk_write(tps80031->regmap[sid], reg, val, len); in tps80031_writes() 566 struct tps80031 *tps80031 = dev_get_drvdata(dev); in tps80031_read() local 570 ret = regmap_read(tps80031->regmap[sid], reg, &ival); in tps80031_read() 583 struct tps80031 *tps80031 = dev_get_drvdata(dev); in tps80031_reads() local 585 return regmap_bulk_read(tps80031->regmap[sid], reg, val, len); in tps80031_reads() 591 struct tps80031 *tps80031 = dev_get_drvdata(dev); in tps80031_set_bits() local [all …]
|
/Linux-v4.19/drivers/regulator/ |
D | Makefile | 119 obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o
|
D | tps80031-regulator.c | 683 struct tps80031 *tps80031_mfd = dev_get_drvdata(pdev->dev.parent); in tps80031_regulator_probe()
|
/Linux-v4.19/drivers/rtc/ |
D | Makefile | 167 obj-$(CONFIG_RTC_DRV_TPS80031) += rtc-tps80031.o
|