Searched refs:vcc_supply (Results 1 – 1 of 1) sorted by relevance
55 struct regulator *vcc_supply; member523 dvb_spi->vcc_supply = devm_regulator_get_optional(&spi->dev, "vcc"); in cxd2880_spi_probe()524 if (IS_ERR(dvb_spi->vcc_supply)) { in cxd2880_spi_probe()525 if (PTR_ERR(dvb_spi->vcc_supply) == -EPROBE_DEFER) { in cxd2880_spi_probe()529 dvb_spi->vcc_supply = NULL; in cxd2880_spi_probe()531 ret = regulator_enable(dvb_spi->vcc_supply); in cxd2880_spi_probe()649 if (dvb_spi->vcc_supply) in cxd2880_spi_remove()650 regulator_disable(dvb_spi->vcc_supply); in cxd2880_spi_remove()