| /linux/drivers/regulator/ |
| A D | rk808-regulator.c | 73 .supply_name = (_supply), \ 97 .supply_name = (_supply), \ 118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 128 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 131 #define RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ argument 135 .supply_name = (_supply), \ 148 #define RK817_DESC_SWITCH(_id, _match, _supply, _ereg, _emask, \ argument 150 RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ 153 #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask) \ argument [all …]
|
| 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)
|
| A D | axp20x-regulator.c | 273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 277 .supply_name = (_supply), \ 295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 299 .supply_name = (_supply), \ 315 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument 318 .supply_name = (_supply), \ 329 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument 332 .supply_name = (_supply), \ 343 #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages, \ argument 347 .supply_name = (_supply), \
|
| A D | fan53880.c | 42 #define FAN53880_LDO(_num, _supply, _default) \ argument 60 .supply_name = _supply, \
|
| A D | stm32-pwr.c | 110 #define PWR_REG(_id, _name, _volt, _en, _supply) \ argument 121 .supply_name = _supply, \
|
| A D | act8945a-regulator.c | 234 #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument 237 .supply_name = _supply, \
|
| /linux/drivers/platform/x86/intel/int3472/ |
| A D | intel_skl_int3472_common.h | 33 #define INT3472_REGULATOR(_name, _supply, _ops) \ argument 36 .supply_name = _supply, \
|