Home
last modified time | relevance | path

Searched refs:_supply (Results 1 – 5 of 5) sorted by relevance

/drivers/regulator/
Drk808-regulator.c69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
73 .supply_name = (_supply), \
93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
97 .supply_name = (_supply), \
116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
126 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
128 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
Dact8865-regulator.c437 #define ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, _ops) \ argument
443 .supply_name = _supply, \
459 #define ACT88xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument
460 ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, &act8865_ops)
462 #define ACT88xx_LDO(_name, _family, _id, _vsel_reg, _supply) \ argument
463 ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, &act8865_ldo_ops)
Daxp20x-regulator.c272 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
276 .supply_name = (_supply), \
294 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
298 .supply_name = (_supply), \
314 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
317 .supply_name = (_supply), \
328 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument
331 .supply_name = (_supply), \
342 #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages, \ argument
346 .supply_name = (_supply), \
Dstm32-pwr.c110 #define PWR_REG(_id, _name, _volt, _en, _supply) \ argument
121 .supply_name = _supply, \
Dact8945a-regulator.c234 #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument
237 .supply_name = _supply, \