Searched refs:vddio_regulator (Results 1 – 1 of 1) sorted by relevance
435 struct regulator *vddio_regulator; member2156 trf->vddio_regulator = devm_regulator_get(&spi->dev, "vdd-io"); in trf7970a_probe()2157 if (IS_ERR(trf->vddio_regulator)) { in trf7970a_probe()2158 ret = PTR_ERR(trf->vddio_regulator); in trf7970a_probe()2163 ret = regulator_enable(trf->vddio_regulator); in trf7970a_probe()2169 if (regulator_get_voltage(trf->vddio_regulator) == 1800000) { in trf7970a_probe()2212 regulator_disable(trf->vddio_regulator); in trf7970a_probe()2233 regulator_disable(trf->vddio_regulator); in trf7970a_remove()