Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps80031-regulator.c236 if (((tps80031_get_chip_info(parent) == TPS80031) || in tps80031_ldo_list_voltage()
237 ((tps80031_get_chip_info(parent) == TPS80032) && in tps80031_ldo_list_voltage()
259 if (((tps80031_get_chip_info(parent) == TPS80031) || in tps80031_ldo_map_voltage()
260 ((tps80031_get_chip_info(parent) == TPS80032) && in tps80031_ldo_map_voltage()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps80031.h613 static inline unsigned long tps80031_get_chip_info(struct device *dev) in tps80031_get_chip_info() function