Lines Matching refs:lcd_supply
168 struct regulator *lcd_supply;
1076 if (par->lcd_supply) {
1077 ret = regulator_disable(par->lcd_supply);
1179 if (par->lcd_supply) {
1180 ret = regulator_enable(par->lcd_supply);
1189 if (par->lcd_supply) {
1190 ret = regulator_disable(par->lcd_supply);
1397 par->lcd_supply = devm_regulator_get_optional(&device->dev, "lcd");
1398 if (IS_ERR(par->lcd_supply)) {
1399 if (PTR_ERR(par->lcd_supply) == -EPROBE_DEFER) {
1404 par->lcd_supply = NULL;
1406 ret = regulator_enable(par->lcd_supply);
1528 if (par->lcd_supply)
1529 regulator_disable(par->lcd_supply);
1611 if (par->lcd_supply) {
1612 ret = regulator_disable(par->lcd_supply);
1637 if (par->lcd_supply) {
1638 ret = regulator_enable(par->lcd_supply);