Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Daxp20x-regulator.c352 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
356 .supply_name = (_supply), \
374 #define AXP_DESC_DELAY(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
378 .supply_name = (_supply), \
395 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
397 AXP_DESC_DELAY(_family, _id, _match, _supply, _min, _max, _step, _vreg, \
400 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
403 .supply_name = (_supply), \
414 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument
417 .supply_name = (_supply), \
[all …]
H A 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)
H A Dfan53880.c42 #define FAN53880_LDO(_num, _supply, _default) \ argument
60 .supply_name = _supply, \
H A Dstm32-pwr.c109 #define PWR_REG(_id, _name, _volt, _en, _supply) \ argument
120 .supply_name = _supply, \
H A Dact8945a-regulator.c234 #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument
237 .supply_name = _supply, \
H A Dmax5970-regulator.c366 #define MAX597X_SWITCH(_ID, _ereg, _chan, _supply) { \ argument
374 .supply_name = _supply, \
/linux/drivers/platform/x86/intel/int3472/
H A Dcommon.h37 #define INT3472_REGULATOR(_name, _supply, _ops) \ argument
40 .supply_name = _supply, \