Lines Matching refs:tps65910
315 struct tps65910 *mfd;
398 struct tps65910 *mfd = pmic->mfd; in tps65910_set_mode()
828 struct tps65910 *mfd = pmic->mfd; in tps65910_set_ext_sleep_config()
1007 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_parse_dt_reg_data() local
1025 switch (tps65910_chip_id(tps65910)) { in tps65910_parse_dt_reg_data()
1078 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_probe() local
1087 pmic_plat_data = dev_get_platdata(tps65910->dev); in tps65910_probe()
1088 if (!pmic_plat_data && tps65910->dev->of_node) in tps65910_probe()
1101 pmic->mfd = tps65910; in tps65910_probe()
1108 switch (tps65910_chip_id(tps65910)) { in tps65910_probe()
1158 if (tps65910_chip_id(tps65910) == TPS65910) { in tps65910_probe()
1166 tps65910_chip_id(tps65910) == TPS65910) { in tps65910_probe()
1170 if (tps65910_chip_id(tps65910) == TPS65910) { in tps65910_probe()
1185 dev_warn(tps65910->dev, in tps65910_probe()
1193 config.dev = tps65910->dev; in tps65910_probe()
1196 config.regmap = tps65910->regmap; in tps65910_probe()
1204 dev_err(tps65910->dev, in tps65910_probe()