Lines Matching refs:consumer
11 #include <linux/gpio/consumer.h>
14 #include <linux/regulator/consumer.h>
140 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_EL_VDD].consumer);
143 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_EL_VSS].consumer);
147 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_VCC].consumer);
151 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_VDDIO].consumer);
155 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_VCI].consumer);
173 regulator_disable(boe->vregs[BF060Y8M_VREG_VDDIO].consumer);
175 regulator_disable(boe->vregs[BF060Y8M_VREG_VCC].consumer);
177 regulator_disable(boe->vregs[BF060Y8M_VREG_EL_VSS].consumer);
179 regulator_disable(boe->vregs[BF060Y8M_VREG_EL_VDD].consumer);
306 vreg = boe->vregs[BF060Y8M_VREG_VCC].consumer;
311 vreg = boe->vregs[BF060Y8M_VREG_VDDIO].consumer;
316 vreg = boe->vregs[BF060Y8M_VREG_VCI].consumer;
321 vreg = boe->vregs[BF060Y8M_VREG_EL_VDD].consumer;
327 vreg = boe->vregs[BF060Y8M_VREG_EL_VSS].consumer;
341 vreg = boe->vregs[BF060Y8M_VREG_VDDIO].consumer;
347 vreg = boe->vregs[BF060Y8M_VREG_VCI].consumer;