Home
last modified time | relevance | path

Searched refs:tps6586x_get_version (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/mfd/
Dtps6586x.h110 extern int tps6586x_get_version(struct device *dev);
/Linux-v4.19/drivers/mfd/
Dtps6586x.c212 int tps6586x_get_version(struct device *dev) in tps6586x_get_version() function
218 EXPORT_SYMBOL_GPL(tps6586x_get_version);
/Linux-v4.19/drivers/regulator/
Dtps6586x-regulator.c475 version = tps6586x_get_version(pdev->dev.parent); in tps6586x_regulator_probe()