Home
last modified time | relevance | path

Searched refs:tps80031_get_chip_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/regulator/
Dtps80031-regulator.c251 if (((tps80031_get_chip_info(parent) == TPS80031) || in tps80031_ldo_list_voltage()
252 ((tps80031_get_chip_info(parent) == TPS80032) && in tps80031_ldo_list_voltage()
274 if (((tps80031_get_chip_info(parent) == TPS80031) || in tps80031_ldo_map_voltage()
275 ((tps80031_get_chip_info(parent) == TPS80032) && in tps80031_ldo_map_voltage()
/linux-4.1.27/include/linux/mfd/
Dtps80031.h613 static inline unsigned long tps80031_get_chip_info(struct device *dev) in tps80031_get_chip_info() function