Home
last modified time | relevance | path

Searched refs:avdd28 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dgoodix.c101 struct regulator *avdd28; member
873 ts->avdd28 = devm_regulator_get(dev, "AVDD28"); in goodix_get_gpio_config()
874 if (IS_ERR(ts->avdd28)) { in goodix_get_gpio_config()
875 error = PTR_ERR(ts->avdd28); in goodix_get_gpio_config()
1189 regulator_disable(ts->avdd28); in goodix_disable_regulators()
1219 error = regulator_enable(ts->avdd28); in goodix_ts_probe()
1232 regulator_disable(ts->avdd28); in goodix_ts_probe()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dgoodix.c972 ts->avdd28 = devm_regulator_get(dev, "AVDD28"); in goodix_get_gpio_config()
973 if (IS_ERR(ts->avdd28)) in goodix_get_gpio_config()
974 return dev_err_probe(dev, PTR_ERR(ts->avdd28), "Failed to get AVDD28 regulator\n"); in goodix_get_gpio_config()
1292 regulator_disable(ts->avdd28); in goodix_disable_regulators()
1322 error = regulator_enable(ts->avdd28); in goodix_ts_probe()
1335 regulator_disable(ts->avdd28); in goodix_ts_probe()
H A Dgoodix.h85 struct regulator *avdd28; member

Completed in 8 milliseconds