Lines Matching refs:tps65912_reg
107 struct tps65912_reg { struct
127 static int tps65912_get_range(struct tps65912_reg *pmic, int id) in tps65912_get_range() argument
203 static int tps65912_get_sel_register(struct tps65912_reg *pmic, int id) in tps65912_get_sel_register()
224 static int tps65912_get_mode_regiters(struct tps65912_reg *pmic, int id) in tps65912_get_mode_regiters()
252 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_reg_is_enabled()
272 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_reg_enable()
289 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_reg_disable()
302 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_set_mode()
344 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_get_mode()
368 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_list_voltage()
399 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_get_voltage_sel()
417 struct tps65912_reg *pmic = rdev_get_drvdata(dev); in tps65912_set_voltage_sel()
459 struct tps65912_reg *pmic; in tps65912_probe()