Lines Matching refs:s_reg
778 struct sunxi_pinctrl_regulator *s_reg = &pctl->regulators[bank_offset]; in sunxi_pmx_request() local
779 struct regulator *reg = s_reg->regulator; in sunxi_pmx_request()
784 refcount_inc(&s_reg->refcount); in sunxi_pmx_request()
805 s_reg->regulator = reg; in sunxi_pmx_request()
806 refcount_set(&s_reg->refcount, 1); in sunxi_pmx_request()
811 regulator_put(s_reg->regulator); in sunxi_pmx_request()
822 struct sunxi_pinctrl_regulator *s_reg = &pctl->regulators[bank_offset]; in sunxi_pmx_free() local
824 if (!refcount_dec_and_test(&s_reg->refcount)) in sunxi_pmx_free()
827 regulator_disable(s_reg->regulator); in sunxi_pmx_free()
828 regulator_put(s_reg->regulator); in sunxi_pmx_free()
829 s_reg->regulator = NULL; in sunxi_pmx_free()