/linux/drivers/regulator/ |
H A D | axp20x-regulator.c | 352 #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 D | act8865-regulator.c | 437 #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 D | fan53880.c | 42 #define FAN53880_LDO(_num, _supply, _default) \ argument 60 .supply_name = _supply, \
|
H A D | stm32-pwr.c | 109 #define PWR_REG(_id, _name, _volt, _en, _supply) \ argument 120 .supply_name = _supply, \
|
H A D | act8945a-regulator.c | 234 #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument 237 .supply_name = _supply, \
|
H A D | max5970-regulator.c | 366 #define MAX597X_SWITCH(_ID, _ereg, _chan, _supply) { \ argument 374 .supply_name = _supply, \
|
/linux/drivers/platform/x86/intel/int3472/ |
H A D | common.h | 37 #define INT3472_REGULATOR(_name, _supply, _ops) \ argument 40 .supply_name = _supply, \
|