Home
last modified time | relevance | path

Searched refs:tps65910_chip_id (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/regulator/
Dtps65910-regulator.c883 if ((tps65910_chip_id(mfd) == TPS65910) && in tps65910_set_ext_sleep_config()
920 (tps65910_chip_id(mfd) == TPS65911))) { in tps65910_set_ext_sleep_config()
1025 switch (tps65910_chip_id(tps65910)) { in tps65910_parse_dt_reg_data()
1108 switch (tps65910_chip_id(tps65910)) { in tps65910_probe()
1171 if (tps65910_chip_id(tps65910) == TPS65910) { in tps65910_probe()
1179 tps65910_chip_id(tps65910) == TPS65910) { in tps65910_probe()
1183 if (tps65910_chip_id(tps65910) == TPS65910) { in tps65910_probe()
/Linux-v4.19/drivers/mfd/
Dtps65910.c245 switch (tps65910_chip_id(tps65910)) { in tps65910_irq_init()
277 if (tps65910_chip_id(tps65910) == TPS65910) in is_volatile_reg()
/Linux-v4.19/drivers/gpio/
Dgpio-tps65910.c129 switch (tps65910_chip_id(tps65910)) { in tps65910_gpio_probe()
/Linux-v4.19/include/linux/mfd/
Dtps65910.h916 static inline int tps65910_chip_id(struct tps65910 *tps65910) in tps65910_chip_id() function