Searched refs:vddio_regulator (Results 1 – 1 of 1) sorted by relevance
434 struct regulator *vddio_regulator; member2155 trf->vddio_regulator = devm_regulator_get(&spi->dev, "vdd-io"); in trf7970a_probe()2156 if (IS_ERR(trf->vddio_regulator)) { in trf7970a_probe()2157 ret = PTR_ERR(trf->vddio_regulator); in trf7970a_probe()2162 ret = regulator_enable(trf->vddio_regulator); in trf7970a_probe()2168 if (regulator_get_voltage(trf->vddio_regulator) == 1800000) { in trf7970a_probe()2211 regulator_disable(trf->vddio_regulator); in trf7970a_probe()2232 regulator_disable(trf->vddio_regulator); in trf7970a_remove()