Searched refs:tps80031 (Results 1 – 2 of 2) sorted by relevance
/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 …]
|
/include/ |
D | Kbuild | 348 header-test- += linux/mfd/tps80031.h
|