_supply 1052 arch/arm/mach-pxa/em-x270.c #define REGULATOR_CONSUMER(_name, _dev_name, _supply) \ _supply 1054 arch/arm/mach-pxa/em-x270.c REGULATOR_SUPPLY(_supply, _dev_name), \ _supply 437 drivers/regulator/act8865-regulator.c #define ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, _ops) \ _supply 443 drivers/regulator/act8865-regulator.c .supply_name = _supply, \ _supply 459 drivers/regulator/act8865-regulator.c #define ACT88xx_REG(_name, _family, _id, _vsel_reg, _supply) \ _supply 460 drivers/regulator/act8865-regulator.c ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, &act8865_ops) _supply 462 drivers/regulator/act8865-regulator.c #define ACT88xx_LDO(_name, _family, _id, _vsel_reg, _supply) \ _supply 463 drivers/regulator/act8865-regulator.c ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, &act8865_ldo_ops) _supply 234 drivers/regulator/act8945a-regulator.c #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ _supply 237 drivers/regulator/act8945a-regulator.c .supply_name = _supply, \ _supply 272 drivers/regulator/axp20x-regulator.c #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ _supply 276 drivers/regulator/axp20x-regulator.c .supply_name = (_supply), \ _supply 294 drivers/regulator/axp20x-regulator.c #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ _supply 298 drivers/regulator/axp20x-regulator.c .supply_name = (_supply), \ _supply 314 drivers/regulator/axp20x-regulator.c #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ _supply 317 drivers/regulator/axp20x-regulator.c .supply_name = (_supply), \ _supply 328 drivers/regulator/axp20x-regulator.c #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ _supply 331 drivers/regulator/axp20x-regulator.c .supply_name = (_supply), \ _supply 342 drivers/regulator/axp20x-regulator.c #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages, \ _supply 346 drivers/regulator/axp20x-regulator.c .supply_name = (_supply), \ _supply 69 drivers/regulator/rk808-regulator.c #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ _supply 73 drivers/regulator/rk808-regulator.c .supply_name = (_supply), \ _supply 93 drivers/regulator/rk808-regulator.c #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ _supply 97 drivers/regulator/rk808-regulator.c .supply_name = (_supply), \ _supply 116 drivers/regulator/rk808-regulator.c #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ _supply 118 drivers/regulator/rk808-regulator.c RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ _supply 121 drivers/regulator/rk808-regulator.c #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ _supply 123 drivers/regulator/rk808-regulator.c RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ _supply 126 drivers/regulator/rk808-regulator.c #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ _supply 128 drivers/regulator/rk808-regulator.c RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ _supply 131 drivers/regulator/rk808-regulator.c #define RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ _supply 135 drivers/regulator/rk808-regulator.c .supply_name = (_supply), \ _supply 148 drivers/regulator/rk808-regulator.c #define RK817_DESC_SWITCH(_id, _match, _supply, _ereg, _emask, \ _supply 150 drivers/regulator/rk808-regulator.c RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ _supply 153 drivers/regulator/rk808-regulator.c #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask) \ _supply 154 drivers/regulator/rk808-regulator.c RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ _supply 110 drivers/regulator/stm32-pwr.c #define PWR_REG(_id, _name, _volt, _en, _supply) \ _supply 121 drivers/regulator/stm32-pwr.c .supply_name = _supply, \