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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);

Completed in 50 milliseconds