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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/displays/
H A Dpanel-tpo-td043mtea1.c55 struct regulator *vcc_reg; member in struct:tpo_td043_device
282 regulator_enable(tpo_td043->vcc_reg);
322 regulator_disable(tpo_td043->vcc_reg);
395 tpo_td043->vcc_reg = regulator_get(&dssdev->dev, "vcc");
396 if (IS_ERR(tpo_td043->vcc_reg)) {
398 ret = PTR_ERR(tpo_td043->vcc_reg);
425 regulator_put(tpo_td043->vcc_reg);
439 regulator_put(tpo_td043->vcc_reg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/displays/
H A Dpanel-tpo-td043mtea1.c55 struct regulator *vcc_reg; member in struct:tpo_td043_device
282 regulator_enable(tpo_td043->vcc_reg);
322 regulator_disable(tpo_td043->vcc_reg);
395 tpo_td043->vcc_reg = regulator_get(&dssdev->dev, "vcc");
396 if (IS_ERR(tpo_td043->vcc_reg)) {
398 ret = PTR_ERR(tpo_td043->vcc_reg);
425 regulator_put(tpo_td043->vcc_reg);
439 regulator_put(tpo_td043->vcc_reg);

Completed in 111 milliseconds