Lines Matching refs:mc13xxx
18 #include "mc13xxx.h"
305 struct mc13xxx *mc13892 = priv->mc13xxx;
311 mc13xxx_lock(priv->mc13xxx);
329 mc13xxx_unlock(priv->mc13xxx);
374 mc13xxx_lock(priv->mc13xxx);
375 ret = mc13xxx_reg_read(priv->mc13xxx, mc13892_regulators[id].reg, &val);
376 mc13xxx_unlock(priv->mc13xxx);
406 mc13xxx_lock(priv->mc13xxx);
407 ret = mc13xxx_reg_read(priv->mc13xxx,
409 mc13xxx_unlock(priv->mc13xxx);
474 mc13xxx_lock(priv->mc13xxx);
475 ret = mc13xxx_reg_rmw(priv->mc13xxx, mc13892_regulators[id].vsel_reg,
477 mc13xxx_unlock(priv->mc13xxx);
498 mc13xxx_lock(priv->mc13xxx);
499 ret = mc13xxx_reg_rmw(priv->mc13xxx, mc13892_regulators[id].reg,
501 mc13xxx_unlock(priv->mc13xxx);
512 mc13xxx_lock(priv->mc13xxx);
513 ret = mc13xxx_reg_read(priv->mc13xxx, mc13892_regulators[id].reg, &val);
514 mc13xxx_unlock(priv->mc13xxx);
530 struct mc13xxx *mc13892 = dev_get_drvdata(pdev->dev.parent);
554 priv->mc13xxx = mc13892;