Home
last modified time | relevance | path

Searched refs:vcc_reg (Results 1 – 1 of 1) sorted by relevance

/drivers/video/omap2/displays/
Dpanel-tpo-td043mtea1.c56 struct regulator *vcc_reg; member
295 r = regulator_enable(tpo_td043->vcc_reg); in tpo_td043_power_on()
334 regulator_disable(tpo_td043->vcc_reg); in tpo_td043_power_off()
426 tpo_td043->vcc_reg = regulator_get(&dssdev->dev, "vcc"); in tpo_td043_probe()
427 if (IS_ERR(tpo_td043->vcc_reg)) { in tpo_td043_probe()
429 ret = PTR_ERR(tpo_td043->vcc_reg); in tpo_td043_probe()
452 regulator_put(tpo_td043->vcc_reg); in tpo_td043_probe()
465 regulator_put(tpo_td043->vcc_reg); in tpo_td043_remove()