Lines Matching refs:consumer
11 #include <linux/gpio/consumer.h>
14 #include <linux/regulator/consumer.h>
115 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_EL_VDD].consumer);
118 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_EL_VSS].consumer);
122 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_VCC].consumer);
126 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_VDDIO].consumer);
130 ret = regulator_enable(boe->vregs[BF060Y8M_VREG_VCI].consumer);
146 regulator_disable(boe->vregs[BF060Y8M_VREG_VCI].consumer);
148 regulator_disable(boe->vregs[BF060Y8M_VREG_VDDIO].consumer);
150 regulator_disable(boe->vregs[BF060Y8M_VREG_VCC].consumer);
152 regulator_disable(boe->vregs[BF060Y8M_VREG_EL_VSS].consumer);
154 regulator_disable(boe->vregs[BF060Y8M_VREG_EL_VDD].consumer);
271 vreg = boe->vregs[BF060Y8M_VREG_VCC].consumer;
276 vreg = boe->vregs[BF060Y8M_VREG_VDDIO].consumer;
281 vreg = boe->vregs[BF060Y8M_VREG_VCI].consumer;
286 vreg = boe->vregs[BF060Y8M_VREG_EL_VDD].consumer;
292 vreg = boe->vregs[BF060Y8M_VREG_EL_VSS].consumer;
306 vreg = boe->vregs[BF060Y8M_VREG_VDDIO].consumer;
312 vreg = boe->vregs[BF060Y8M_VREG_VCI].consumer;