Searched refs:pmic_sc (Results 1 – 1 of 1) sorted by relevance
984 struct tps65217pmic_softc *pmic_sc = device_private(device_parent(dev)); in tps65217reg_enable() local989 error = tps65217pmic_i2c_lock(pmic_sc); in tps65217reg_enable()993 val = tps65217pmic_reg_read(pmic_sc, TPS65217PMIC_ENABLE); in tps65217reg_enable()998 tps65217pmic_reg_write(pmic_sc, TPS65217PMIC_ENABLE, val); in tps65217reg_enable()1002 tps65217pmic_i2c_unlock(pmic_sc); in tps65217reg_enable()1011 struct tps65217pmic_softc *pmic_sc = device_private(device_parent(dev)); in tps65217reg_set_voltage() local1015 error = tps65217pmic_i2c_lock(pmic_sc); in tps65217reg_set_voltage()1019 error = tps65217pmic_set_volt(pmic_sc->sc_dev, regulator->name, min_uvol / 1000); in tps65217reg_set_voltage()1021 tps65217pmic_i2c_unlock(pmic_sc); in tps65217reg_set_voltage()