Searched refs:vddio_regulator (Results 1 – 1 of 1) sorted by relevance
428 struct regulator *vddio_regulator; member2086 trf->vddio_regulator = devm_regulator_get(&spi->dev, "vdd-io"); in trf7970a_probe()2087 if (IS_ERR(trf->vddio_regulator)) { in trf7970a_probe()2088 ret = PTR_ERR(trf->vddio_regulator); in trf7970a_probe()2093 ret = regulator_enable(trf->vddio_regulator); in trf7970a_probe()2099 if (regulator_get_voltage(trf->vddio_regulator) == 1800000) { in trf7970a_probe()2142 regulator_disable(trf->vddio_regulator); in trf7970a_probe()2163 regulator_disable(trf->vddio_regulator); in trf7970a_remove()