Lines Matching refs:lcd_supply
168 struct regulator *lcd_supply;
1076 if (par->lcd_supply) {
1077 ret = regulator_disable(par->lcd_supply);
1180 if (par->lcd_supply) {
1181 ret = regulator_enable(par->lcd_supply);
1190 if (par->lcd_supply) {
1191 ret = regulator_disable(par->lcd_supply);
1401 par->lcd_supply = devm_regulator_get_optional(&device->dev, "lcd");
1402 if (IS_ERR(par->lcd_supply)) {
1403 if (PTR_ERR(par->lcd_supply) == -EPROBE_DEFER) {
1408 par->lcd_supply = NULL;
1410 ret = regulator_enable(par->lcd_supply);
1613 if (par->lcd_supply) {
1614 ret = regulator_disable(par->lcd_supply);
1639 if (par->lcd_supply) {
1640 ret = regulator_enable(par->lcd_supply);